Home
last modified time | relevance | path

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

/freebsd-14.2/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()
168 void JITLoaderGDB::DidAttach() { in DidAttach()
174 void JITLoaderGDB::DidLaunch() { in DidLaunch()
218 bool JITLoaderGDB::JITDebugBreakpointHit(void *baton, in JITDebugBreakpointHit()
224 JITLoaderGDB *instance = static_cast<JITLoaderGDB *>(baton); in JITDebugBreakpointHit()
434 void JITLoaderGDB::Initialize() { in Initialize()
440 void JITLoaderGDB::Terminate() { in Terminate()
[all …]
H A DJITLoaderGDB.h17 class JITLoaderGDB : public lldb_private::JITLoader {
19 JITLoaderGDB(lldb_private::Process *process);
21 ~JITLoaderGDB() override;
/freebsd-14.2/lib/clang/include/Plugins/
H A DPlugins.def57 LLDB_PLUGIN(JITLoaderGDB)
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile395 SRCS+= Plugins/JITLoader/GDB/JITLoaderGDB.cpp
743 Plugins/JITLoader/GDB/JITLoaderGDB \
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile767 SRCS_XDB+= ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp