Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp38 LLDB_PLUGIN_DEFINE(JITLoaderGDB)
95 return JITLoaderGDB::GetPluginNameStatic(); in GetSettingName()
148 JITLoaderGDB::JITLoaderGDB(lldb_private::Process *process) in JITLoaderGDB() function in JITLoaderGDB
153 JITLoaderGDB::~JITLoaderGDB() { in ~JITLoaderGDB()
158 void JITLoaderGDB::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
168 void JITLoaderGDB::DidAttach() { in DidAttach()
174 void JITLoaderGDB::DidLaunch() { in DidLaunch()
180 void JITLoaderGDB::ModulesDidLoad(ModuleList &module_list) { in ModulesDidLoad()
186 void JITLoaderGDB::SetJITBreakpoint(lldb_private::ModuleList &module_list) { in SetJITBreakpoint()
218 bool JITLoaderGDB::JITDebugBreakpointHit(void *baton, in JITDebugBreakpointHit()
[all …]
H A DJITLoaderGDB.h17 class JITLoaderGDB : public lldb_private::JITLoader {
19 JITLoaderGDB(lldb_private::Process *process);
21 ~JITLoaderGDB() override;
/src/lib/clang/include/Plugins/
H A DPlugins.def57 LLDB_PLUGIN(JITLoaderGDB)
/src/lib/clang/liblldb/
H A DMakefile418 SRCS+= Plugins/JITLoader/GDB/JITLoaderGDB.cpp
792 Plugins/JITLoader/GDB/JITLoaderGDB \
/src/lib/clang/libllvm/
H A DMakefile786 SRCS_XDB+= ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp