Searched defs:CreateRegisterContextForThread (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp309 OperatingSystemPython::CreateRegisterContextForThread (Thread *thread, addr_t reg_data_addr) function in class:OperatingSystemPython
332 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ", reg_data_addr = 0x%" PRIx64 ") creating memory register context",
343 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ") fetching register data from python",
367 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ") forcing a dummy register context", thread->GetID());

Completed in 476 milliseconds