Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
212 AppleGetItemInfoHandler::GetItemInfoReturnInfo
213 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.cpp513 AppleGetItemInfoHandler::GetItemInfoReturnInfo ret; in GetExtendedBacktraceFromItemRef()
845 AppleGetItemInfoHandler::GetItemInfoReturnInfo ret; in CompleteQueueItem()