Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetThreadItemInfoHandler.cpp34 *AppleGetThreadItemInfoHandler::g_get_thread_item_info_function_name =
37 *AppleGetThreadItemInfoHandler::g_get_thread_item_info_function_code =
105 AppleGetThreadItemInfoHandler::AppleGetThreadItemInfoHandler(Process *process) in AppleGetThreadItemInfoHandler() function in AppleGetThreadItemInfoHandler
111 AppleGetThreadItemInfoHandler::~AppleGetThreadItemInfoHandler() = default;
113 void AppleGetThreadItemInfoHandler::Detach() { in Detach()
138 lldb::addr_t AppleGetThreadItemInfoHandler::SetupGetThreadItemInfoFunction( in SetupGetThreadItemInfoFunction()
217 AppleGetThreadItemInfoHandler::GetThreadItemInfoReturnInfo
218 AppleGetThreadItemInfoHandler::GetThreadItemInfo(Thread &thread, in GetThreadItemInfo()
H A DAppleGetThreadItemInfoHandler.h43 class AppleGetThreadItemInfoHandler {
45 AppleGetThreadItemInfoHandler(lldb_private::Process *process);
47 ~AppleGetThreadItemInfoHandler();
H A DCMakeLists.txt5 AppleGetThreadItemInfoHandler.cpp
H A DSystemRuntimeMacOSX.h266 lldb_private::AppleGetThreadItemInfoHandler m_get_thread_item_info_handler;
H A DSystemRuntimeMacOSX.cpp474 AppleGetThreadItemInfoHandler::GetThreadItemInfoReturnInfo ret = in GetExtendedBacktraceThread()
/openbsd/gnu/usr.bin/clang/liblldbPluginSystemRuntime/
H A DMakefile11 AppleGetThreadItemInfoHandler.cpp \