/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | JITLoaderList.cpp | 43 void JITLoaderList::DidAttach() { in DidAttach() function in JITLoaderList 46 jit_loader->DidAttach(); in DidAttach()
|
H A D | ProcessTrace.cpp | 59 void ProcessTrace::DidAttach(ArchSpec &process_arch) { in DidAttach() function in ProcessTrace 73 Process::DidAttach(process_arch); in DidAttach()
|
H A D | SystemRuntime.cpp | 34 void SystemRuntime::DidAttach() {} in DidAttach() function in SystemRuntime
|
H A D | Process.cpp | 2810 dyld->DidAttach(); in LoadCore() 2812 GetJITLoaders().DidAttach(); in LoadCore() 2816 system_runtime->DidAttach(); in LoadCore() 3100 DidAttach(process_arch); in CompleteAttach() 3160 dyld->DidAttach(); in CompleteAttach() 3171 GetJITLoaders().DidAttach(); in CompleteAttach() 3175 system_runtime->DidAttach(); in CompleteAttach()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | JITLoader.h | 49 virtual void DidAttach() = 0;
|
H A D | JITLoaderList.h | 37 void DidAttach();
|
H A D | ProcessTrace.h | 38 void DidAttach(ArchSpec &process_arch) override;
|
H A D | SystemRuntime.h | 68 virtual void DidAttach();
|
H A D | DynamicLoader.h | 77 virtual void DidAttach() = 0;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.h | 37 void DidAttach() override;
|
H A D | DynamicLoaderStatic.cpp | 71 void DynamicLoaderStatic::DidAttach() { LoadAllImagesAtFileAddresses(); } in DidAttach() function in DynamicLoaderStatic
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
H A D | DynamicLoaderWasmDYLD.h | 31 void DidAttach() override;
|
H A D | DynamicLoaderWasmDYLD.cpp | 54 void DynamicLoaderWasmDYLD::DidAttach() { in DidAttach() function in DynamicLoaderWasmDYLD
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.h | 36 void DidAttach() override;
|
H A D | DynamicLoaderWindowsDYLD.cpp | 120 void DynamicLoaderWindowsDYLD::DidAttach() { in DidAttach() function in DynamicLoaderWindowsDYLD
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.h | 41 void DidAttach() override;
|
H A D | JITLoaderGDB.cpp | 168 void JITLoaderGDB::DidAttach() { in DidAttach() function in JITLoaderGDB
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.h | 36 void DidAttach() override;
|
H A D | DynamicLoaderHexagonDYLD.cpp | 114 void DynamicLoaderHexagonDYLD::DidAttach() { in DidAttach() function in DynamicLoaderHexagonDYLD
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.h | 42 void DidAttach() override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.h | 64 void DidAttach(ArchSpec &process_arch) override;
|
H A D | ScriptedProcess.cpp | 215 void ScriptedProcess::DidAttach(ArchSpec &process_arch) { in DoReadMemory() 201 void ScriptedProcess::DidAttach(ArchSpec &process_arch) { DidAttach() function in ScriptedProcess
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleLoader.cpp | 138 // We invoke DidAttach to create a correct stopped state for the process and in ParseProcess() 141 process_sp->DidAttach(process_arch); in ParseProcess() 189 // We invoke DidAttach to create a correct stopped state for the process and in ParseKernel() 192 process_sp->DidAttach(process_arch); in ParseKernel()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 106 void DidAttach(ArchSpec &process_arch) override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 749 void DynamicLoaderFreeBSDKernel::DidAttach() { in DidAttach() function in DynamicLoaderFreeBSDKernel
|