Home
last modified time | relevance | path

Searched refs:DidAttach (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/Target/
H A DJITLoaderList.cpp43 void JITLoaderList::DidAttach() { in DidAttach() function in JITLoaderList
46 jit_loader->DidAttach(); in DidAttach()
H A DProcessTrace.cpp56 void ProcessTrace::DidAttach(ArchSpec &process_arch) { in DidAttach() function in ProcessTrace
70 Process::DidAttach(process_arch); in DidAttach()
H A DSystemRuntime.cpp34 void SystemRuntime::DidAttach() {} in DidAttach() function in SystemRuntime
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DJITLoader.h49 virtual void DidAttach() = 0;
H A DJITLoaderList.h37 void DidAttach();
H A DProcessTrace.h37 void DidAttach(ArchSpec &process_arch) override;
H A DSystemRuntime.h68 virtual void DidAttach();
H A DDynamicLoader.h76 virtual void DidAttach() = 0;
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h37 void DidAttach() override;
H A DDynamicLoaderStatic.cpp71 void DynamicLoaderStatic::DidAttach() { LoadAllImagesAtFileAddresses(); } in DidAttach() function in DynamicLoaderStatic
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.h31 void DidAttach() override;
H A DDynamicLoaderWasmDYLD.cpp54 void DynamicLoaderWasmDYLD::DidAttach() { in DidAttach() function in DynamicLoaderWasmDYLD
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h36 void DidAttach() override;
H A DDynamicLoaderWindowsDYLD.cpp120 void DynamicLoaderWindowsDYLD::DidAttach() { in DidAttach() function in DynamicLoaderWindowsDYLD
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h41 void DidAttach() override;
H A DJITLoaderGDB.cpp166 void JITLoaderGDB::DidAttach() { in DidAttach() function in JITLoaderGDB
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h36 void DidAttach() override;
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h42 void DidAttach() override;
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp139 process_sp->DidAttach(process_arch); in ParseProcess()
190 process_sp->DidAttach(process_arch); in ParseKernel()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h60 void DidAttach(lldb_private::ArchSpec &arch_spec) override;
H A DProcessWindows.cpp271 DidAttach(arch_spec); in DidLaunch()
274 void ProcessWindows::DidAttach(ArchSpec &arch_spec) { in DidAttach() function in lldb_private::ProcessWindows
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h81 void DidAttach(lldb_private::ArchSpec &process_arch) override;
H A DProcessKDP.cpp385 void ProcessKDP::DidAttach(ArchSpec &process_arch) { in DidAttach() function in ProcessKDP
386 Process::DidAttach(process_arch); in DidAttach()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h51 void DidAttach() override;
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h37 void DidAttach() override;

12