Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp36 LLDB_PLUGIN_DEFINE(JITLoaderGDB)
147 JITLoaderGDB::JITLoaderGDB(lldb_private::Process *process) in JITLoaderGDB() function in JITLoaderGDB
152 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 …]
H A DJITLoaderGDB.h17 class JITLoaderGDB : public lldb_private::JITLoader {
19 JITLoaderGDB(lldb_private::Process *process);
21 ~JITLoaderGDB() override;
H A DCMakeLists.txt10 JITLoaderGDB.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DBUILD.gn9 "JITLoaderGDB.cpp",
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DCMakeLists.txt7 JITLoaderGDB.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/JITLoader/GDB/
H A DBUILD.gn30 sources = [ "JITLoaderGDB.cpp" ]
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn53 "JITLoaderGDB",
/llvm-project-15.0.7/llvm/docs/
H A DDebuggingJITedCode.rst15 JITLoaderGDB plugin. On the JIT side, LLVM MCJIT does implement the interface
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4179 lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
5320 llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h
6051 llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp