Home
last modified time | relevance | path

Searched refs:LLDB_REGISTER_STATIC_METHOD (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBHostOS.cpp182 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetProgramFileSpec, in RegisterMethods()
184 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPythonPath, in RegisterMethods()
186 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, GetLLDBPath, in RegisterMethods()
188 LLDB_REGISTER_STATIC_METHOD(lldb::SBFileSpec, SBHostOS, in RegisterMethods()
190 LLDB_REGISTER_STATIC_METHOD(void, SBHostOS, ThreadCreated, (const char *)); in RegisterMethods()
DSBLanguageRuntime.cpp38 LLDB_REGISTER_STATIC_METHOD(lldb::LanguageType, SBLanguageRuntime, in RegisterMethods()
40 LLDB_REGISTER_STATIC_METHOD(const char *, SBLanguageRuntime, in RegisterMethods()
DSBDebugger.cpp1742 LLDB_REGISTER_STATIC_METHOD(void, SBDebugger, Initialize, ()); in RegisterMethods()
1743 LLDB_REGISTER_STATIC_METHOD(lldb::SBError, SBDebugger, in RegisterMethods()
1745 LLDB_REGISTER_STATIC_METHOD(void, SBDebugger, Terminate, ()); in RegisterMethods()
1747 LLDB_REGISTER_STATIC_METHOD(lldb::SBDebugger, SBDebugger, Create, ()); in RegisterMethods()
1748 LLDB_REGISTER_STATIC_METHOD(lldb::SBDebugger, SBDebugger, Create, (bool)); in RegisterMethods()
1749 LLDB_REGISTER_STATIC_METHOD( in RegisterMethods()
1752 LLDB_REGISTER_STATIC_METHOD(const char *, SBDebugger, GetBroadcasterClass, in RegisterMethods()
1755 LLDB_REGISTER_STATIC_METHOD(void, SBDebugger, Destroy, (lldb::SBDebugger &)); in RegisterMethods()
1756 LLDB_REGISTER_STATIC_METHOD(void, SBDebugger, MemoryPressureDetected, ()); in RegisterMethods()
1786 LLDB_REGISTER_STATIC_METHOD(bool, SBDebugger, SetDefaultArchitecture, in RegisterMethods()
[all …]
DSBProcess.cpp1346 LLDB_REGISTER_STATIC_METHOD(const char *, SBProcess, in RegisterMethods()
1406 LLDB_REGISTER_STATIC_METHOD(lldb::StateType, SBProcess, GetStateFromEvent, in RegisterMethods()
1408 LLDB_REGISTER_STATIC_METHOD(bool, SBProcess, GetRestartedFromEvent, in RegisterMethods()
1410 LLDB_REGISTER_STATIC_METHOD(size_t, SBProcess, in RegisterMethods()
1413 LLDB_REGISTER_STATIC_METHOD(const char *, SBProcess, in RegisterMethods()
1416 LLDB_REGISTER_STATIC_METHOD(lldb::SBProcess, SBProcess, GetProcessFromEvent, in RegisterMethods()
1418 LLDB_REGISTER_STATIC_METHOD(bool, SBProcess, GetInterruptedFromEvent, in RegisterMethods()
1420 LLDB_REGISTER_STATIC_METHOD(lldb::SBStructuredData, SBProcess, in RegisterMethods()
1423 LLDB_REGISTER_STATIC_METHOD(bool, SBProcess, EventIsProcessEvent, in RegisterMethods()
1425 LLDB_REGISTER_STATIC_METHOD(bool, SBProcess, EventIsStructuredDataEvent, in RegisterMethods()
[all …]
DSBWatchpoint.cpp341 LLDB_REGISTER_STATIC_METHOD(bool, SBWatchpoint, EventIsWatchpointEvent, in RegisterMethods()
343 LLDB_REGISTER_STATIC_METHOD(lldb::WatchpointEventType, SBWatchpoint, in RegisterMethods()
346 LLDB_REGISTER_STATIC_METHOD(lldb::SBWatchpoint, SBWatchpoint, in RegisterMethods()
DSBData.cpp696 LLDB_REGISTER_STATIC_METHOD(lldb::SBData, SBData, CreateDataFromCString, in RegisterMethods()
698 LLDB_REGISTER_STATIC_METHOD( in RegisterMethods()
701 LLDB_REGISTER_STATIC_METHOD( in RegisterMethods()
704 LLDB_REGISTER_STATIC_METHOD(lldb::SBData, SBData, CreateDataFromSInt64Array, in RegisterMethods()
706 LLDB_REGISTER_STATIC_METHOD(lldb::SBData, SBData, CreateDataFromSInt32Array, in RegisterMethods()
708 LLDB_REGISTER_STATIC_METHOD(lldb::SBData, SBData, CreateDataFromDoubleArray, in RegisterMethods()
DSBTypeSynthetic.cpp219 LLDB_REGISTER_STATIC_METHOD(lldb::SBTypeSynthetic, SBTypeSynthetic, in RegisterMethods()
221 LLDB_REGISTER_STATIC_METHOD(lldb::SBTypeSynthetic, SBTypeSynthetic, in RegisterMethods()
DSBTypeSummary.cpp501 LLDB_REGISTER_STATIC_METHOD(lldb::SBTypeSummary, SBTypeSummary, in RegisterMethods()
504 LLDB_REGISTER_STATIC_METHOD(lldb::SBTypeSummary, SBTypeSummary, in RegisterMethods()
507 LLDB_REGISTER_STATIC_METHOD(lldb::SBTypeSummary, SBTypeSummary, in RegisterMethods()
DSBBreakpoint.cpp1060 LLDB_REGISTER_STATIC_METHOD(bool, SBBreakpoint, EventIsBreakpointEvent, in RegisterMethods()
1062 LLDB_REGISTER_STATIC_METHOD(lldb::BreakpointEventType, SBBreakpoint, in RegisterMethods()
1065 LLDB_REGISTER_STATIC_METHOD(lldb::SBBreakpoint, SBBreakpoint, in RegisterMethods()
1068 LLDB_REGISTER_STATIC_METHOD(lldb::SBBreakpointLocation, SBBreakpoint, in RegisterMethods()
1071 LLDB_REGISTER_STATIC_METHOD(uint32_t, SBBreakpoint, in RegisterMethods()
DSBCommandInterpreter.cpp823 LLDB_REGISTER_STATIC_METHOD(const char *, SBCommandInterpreter, in RegisterMethods()
825 LLDB_REGISTER_STATIC_METHOD(const char *, SBCommandInterpreter, in RegisterMethods()
828 LLDB_REGISTER_STATIC_METHOD(const char *, SBCommandInterpreter, in RegisterMethods()
831 LLDB_REGISTER_STATIC_METHOD(bool, SBCommandInterpreter, in RegisterMethods()
DSBCommunication.cpp211 LLDB_REGISTER_STATIC_METHOD(const char *, SBCommunication, in RegisterMethods()
DSBFileSpec.cpp210 LLDB_REGISTER_STATIC_METHOD(int, SBFileSpec, ResolvePath, in RegisterMethods()
DSBEvent.cpp232 LLDB_REGISTER_STATIC_METHOD(const char *, SBEvent, GetCStringFromEvent, in RegisterMethods()
DSBThread.cpp1372 LLDB_REGISTER_STATIC_METHOD(const char *, SBThread, GetBroadcasterClassName, in RegisterMethods()
1445 LLDB_REGISTER_STATIC_METHOD(bool, SBThread, EventIsThreadEvent, in RegisterMethods()
1447 LLDB_REGISTER_STATIC_METHOD(lldb::SBFrame, SBThread, GetStackFrameFromEvent, in RegisterMethods()
1449 LLDB_REGISTER_STATIC_METHOD(lldb::SBThread, SBThread, GetThreadFromEvent, in RegisterMethods()
DSBModuleSpec.cpp282 LLDB_REGISTER_STATIC_METHOD(lldb::SBModuleSpecList, SBModuleSpecList, in RegisterMethods()
DSBModule.cpp767 LLDB_REGISTER_STATIC_METHOD(uint32_t, SBModule, GetNumberAllocatedModules, in RegisterMethods()
769 LLDB_REGISTER_STATIC_METHOD(void, SBModule, GarbageCollectAllocatedModules, in RegisterMethods()
DSBTarget.cpp2496 LLDB_REGISTER_STATIC_METHOD(bool, SBTarget, EventIsTargetEvent, in RegisterMethods()
2498 LLDB_REGISTER_STATIC_METHOD(lldb::SBTarget, SBTarget, GetTargetFromEvent, in RegisterMethods()
2500 LLDB_REGISTER_STATIC_METHOD(uint32_t, SBTarget, GetNumModulesFromEvent, in RegisterMethods()
2502 LLDB_REGISTER_STATIC_METHOD(lldb::SBModule, SBTarget, in RegisterMethods()
2505 LLDB_REGISTER_STATIC_METHOD(const char *, SBTarget, GetBroadcasterClassName, in RegisterMethods()
DSBPlatform.cpp797 LLDB_REGISTER_STATIC_METHOD(lldb::SBPlatform, SBPlatform, GetHostPlatform, in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DReproducerInstrumentation.h103 #define LLDB_REGISTER_STATIC_METHOD(Result, Class, Method, Signature) \ macro