Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2014
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 00006AF638 ; ---------------------------------------------------------------------------
  2. .text:00000000006AF638
  3. .text:00000000006AF638 loc_6AF638:                             ; CODE XREF: Blaze::TaskSchedulerMasterImpl::onConfigure(void)+32j
  4. .text:00000000006AF638                 mov     rdx, cs:_ZN5Blaze22DEFAULT_DB_CONFIG_NAMEE ; Blaze::DEFAULT_DB_CONFIG_NAME
  5. .text:00000000006AF63F                 mov     rsi, cs:_ZN5Blaze14DB_CONFIG_NAMEE ; Blaze::DB_CONFIG_NAME
  6. .text:00000000006AF646                 mov     rdi, [rbp+var_20]
  7. .text:00000000006AF64A                 call    _ZNK5Blaze13ConfigMapBase9getStringEPKcS2_ ; Blaze::ConfigMapBase::getString(char  const*,char  const*)
  8. .text:00000000006AF64F                 mov     [rbp+var_18], rax
  9. .text:00000000006AF653                 mov     rdi, cs:_ZN5Blaze12gDbSchedulerE ; Blaze::gDbScheduler
  10. .text:00000000006AF65A                 mov     rsi, [rbp+var_18]
  11. .text:00000000006AF65E                 call    _ZN5Blaze11DbScheduler7getDbIdEPKc ; Blaze::DbScheduler::getDbId(char  const*)
  12. .text:00000000006AF663                 mov     edx, eax
  13. .text:00000000006AF665                 mov     rax, [rbp+var_48]
  14. .text:00000000006AF669                 mov     [rax+170h], edx
  15. .text:00000000006AF66F                 mov     rax, [rbp+var_48]
  16. .text:00000000006AF673                 mov     eax, [rax+170h]
  17. .text:00000000006AF679                 cmp     eax, 0FFFFFFFFh
  18. .text:00000000006AF67C          
  19.  
  20. //then
  21.  
  22. mov     esi, 2
  23. mov     edi, 10Dh
  24. call    _ZN5Blaze6Logger9isEnabledEii ; Blaze::Logger::isEnabled(int,int)
  25. test    al, al
  26. jz      short loc_6AF6BC
  27.  
  28. //then
  29.  
  30. mov     rax, [rbp+var_48]
  31. mov     r9, rax
  32. mov     r8d, offset aTaskschedul_20 ; "TaskSchedulerMasterImpl[%p]: Database n"...
  33. mov     ecx, 8Ah
  34. mov     edx, offset aFrameworkTasks ; "framework/taskscheduler/taskschedulerma"...
  35. mov     esi, 2
  36. mov     edi, 10Dh
  37. mov     eax, 0
  38. call    _ZN5Blaze6Logger3logEiNS0_5LevelEPKciS3_z ; Blaze::Logger::log(int,Blaze::Logger::Level,char  const*,int,char  const*,...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement