Searched refs:JITLoaderGDB (Results 1 – 9 of 9) sorted by relevance
36 LLDB_PLUGIN_DEFINE(JITLoaderGDB)147 JITLoaderGDB::JITLoaderGDB(lldb_private::Process *process) in JITLoaderGDB() function in JITLoaderGDB152 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()274 bool JITLoaderGDB::ReadJITDescriptor(bool all_entries) { in ReadJITDescriptor()431 void JITLoaderGDB::Initialize() { in Initialize()437 void JITLoaderGDB::Terminate() { in Terminate()[all …]
17 class JITLoaderGDB : public lldb_private::JITLoader {19 JITLoaderGDB(lldb_private::Process *process);21 ~JITLoaderGDB() override;
10 JITLoaderGDB.cpp
9 "JITLoaderGDB.cpp",
7 JITLoaderGDB.cpp
30 sources = [ "JITLoaderGDB.cpp" ]
53 "JITLoaderGDB",
15 JITLoaderGDB plugin. On the JIT side, LLVM MCJIT does implement the interface
4179 lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h5320 llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h6051 llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp