Home
last modified time | relevance | path

Searched refs:AppleGetThreadItemInfoHandler (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetThreadItemInfoHandler.cpp33 *AppleGetThreadItemInfoHandler::g_get_thread_item_info_function_name =
36 *AppleGetThreadItemInfoHandler::g_get_thread_item_info_function_code =
104 AppleGetThreadItemInfoHandler::AppleGetThreadItemInfoHandler(Process *process) in AppleGetThreadItemInfoHandler() function in AppleGetThreadItemInfoHandler
110 AppleGetThreadItemInfoHandler::~AppleGetThreadItemInfoHandler() {} in ~AppleGetThreadItemInfoHandler()
112 void AppleGetThreadItemInfoHandler::Detach() { in Detach()
137 lldb::addr_t AppleGetThreadItemInfoHandler::SetupGetThreadItemInfoFunction( in SetupGetThreadItemInfoFunction()
216 AppleGetThreadItemInfoHandler::GetThreadItemInfoReturnInfo
217 AppleGetThreadItemInfoHandler::GetThreadItemInfo(Thread &thread, in GetThreadItemInfo()
DAppleGetThreadItemInfoHandler.h43 class AppleGetThreadItemInfoHandler {
45 AppleGetThreadItemInfoHandler(lldb_private::Process *process);
47 ~AppleGetThreadItemInfoHandler();
DCMakeLists.txt5 AppleGetThreadItemInfoHandler.cpp
DSystemRuntimeMacOSX.h271 lldb_private::AppleGetThreadItemInfoHandler m_get_thread_item_info_handler;
DSystemRuntimeMacOSX.cpp473 AppleGetThreadItemInfoHandler::GetThreadItemInfoReturnInfo ret = in GetExtendedBacktraceThread()