Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp37 LLDB_PLUGIN_DEFINE(JITLoaderGDB)
95 return JITLoaderGDB::GetPluginNameStatic(); in GetSettingName()
150 JITLoaderGDB::JITLoaderGDB(lldb_private::Process *process) in JITLoaderGDB() function in JITLoaderGDB
155 JITLoaderGDB::~JITLoaderGDB() { in ~JITLoaderGDB()
171 void JITLoaderGDB::DidAttach() { in DidAttach()
177 void JITLoaderGDB::DidLaunch() { in DidLaunch()
221 bool JITLoaderGDB::JITDebugBreakpointHit(void *baton, in JITDebugBreakpointHit()
227 JITLoaderGDB *instance = static_cast<JITLoaderGDB *>(baton); in JITDebugBreakpointHit()
448 void JITLoaderGDB::Initialize() { in Initialize()
454 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-13.1/lib/clang/include/Plugins/
H A DPlugins.def54 LLDB_PLUGIN(JITLoaderGDB)
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile370 SRCS+= Plugins/JITLoader/GDB/JITLoaderGDB.cpp
698 Plugins/JITLoader/GDB/JITLoaderGDB \
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile658 SRCS_XDB+= ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp