Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp30 const char *AppleGetItemInfoHandler::g_get_item_info_function_name =
32 const char *AppleGetItemInfoHandler::g_get_item_info_function_code =
96 AppleGetItemInfoHandler::AppleGetItemInfoHandler(Process *process) in AppleGetItemInfoHandler() function in AppleGetItemInfoHandler
102 AppleGetItemInfoHandler::~AppleGetItemInfoHandler() = default;
104 void AppleGetItemInfoHandler::Detach() { in Detach()
129 lldb::addr_t AppleGetItemInfoHandler::SetupGetItemInfoFunction( in SetupGetItemInfoFunction()
216 AppleGetItemInfoHandler::GetItemInfoReturnInfo
217 AppleGetItemInfoHandler::GetItemInfo(Thread &thread, uint64_t item, in GetItemInfo()
H A DAppleGetItemInfoHandler.h42 class AppleGetItemInfoHandler {
44 AppleGetItemInfoHandler(lldb_private::Process *process);
46 ~AppleGetItemInfoHandler();
H A DCMakeLists.txt2 AppleGetItemInfoHandler.cpp
H A DSystemRuntimeMacOSX.h265 lldb_private::AppleGetItemInfoHandler m_get_item_info_handler;
H A DSystemRuntimeMacOSX.cpp553 AppleGetItemInfoHandler::GetItemInfoReturnInfo ret; in GetExtendedBacktraceFromItemRef()
886 AppleGetItemInfoHandler::GetItemInfoReturnInfo ret; in CompleteQueueItem()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSystemRuntime/
H A DMakefile8 SRCS= AppleGetItemInfoHandler.cpp \