Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp40 LLDB_PLUGIN_DEFINE(ProcessElfCore) in LLDB_PLUGIN_DEFINE() argument
46 void ProcessElfCore::Terminate() { in Terminate()
99 ProcessElfCore::ProcessElfCore(lldb::TargetSP target_sp, in ProcessElfCore() function in ProcessElfCore
105 ProcessElfCore::~ProcessElfCore() { in ~ProcessElfCore()
160 Status ProcessElfCore::DoLoadCore() { in DoLoadCore()
295 void ProcessElfCore::RefreshStateAfterStop() {} in RefreshStateAfterStop()
301 bool ProcessElfCore::IsAlive() { return true; } in IsAlive()
443 void ProcessElfCore::Clear() { in Clear()
449 void ProcessElfCore::Initialize() { in Initialize()
991 ArchSpec ProcessElfCore::GetArchitecture() { in GetArchitecture()
[all …]
H A DProcessElfCore.h31 class ProcessElfCore : public lldb_private::PostMortemProcess {
48 ProcessElfCore(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
51 ~ProcessElfCore() override;
H A DCMakeLists.txt2 ProcessElfCore.cpp
H A DThreadElfCore.cpp77 ProcessElfCore *process = static_cast<ProcessElfCore *>(GetProcess().get()); in CreateRegisterContextForFrame()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core/
H A DBUILD.gn17 "ProcessElfCore.cpp",
/openbsd/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def84 LLDB_PLUGIN(ProcessElfCore)
/openbsd/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile98 SRCS+= ProcessElfCore.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn129 "ProcessElfCore",
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4266 lldb/source/Plugins/Process/elf-core/ProcessElfCore.h