Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DJITLoaderList.cpp43 void JITLoaderList::DidAttach() { in DidAttach() function in JITLoaderList
46 jit_loader->DidAttach(); in DidAttach()
H A DProcessTrace.cpp59 void ProcessTrace::DidAttach(ArchSpec &process_arch) { in DidAttach() function in ProcessTrace
73 Process::DidAttach(process_arch); in DidAttach()
H A DSystemRuntime.cpp34 void SystemRuntime::DidAttach() {} in DidAttach() function in SystemRuntime
H A DProcess.cpp2810 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 DJITLoader.h49 virtual void DidAttach() = 0;
H A DJITLoaderList.h37 void DidAttach();
H A DProcessTrace.h38 void DidAttach(ArchSpec &process_arch) override;
H A DSystemRuntime.h68 virtual void DidAttach();
H A DDynamicLoader.h77 virtual void DidAttach() = 0;
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h41 void DidAttach() override;
H A DJITLoaderGDB.cpp168 void JITLoaderGDB::DidAttach() { in DidAttach() function in JITLoaderGDB
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h36 void DidAttach() override;
H A DDynamicLoaderHexagonDYLD.cpp114 void DynamicLoaderHexagonDYLD::DidAttach() { in DidAttach() function in DynamicLoaderHexagonDYLD
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h42 void DidAttach() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h64 void DidAttach(ArchSpec &process_arch) override;
H A DScriptedProcess.cpp215 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 DTraceIntelPTBundleLoader.cpp138 // 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 DProcessGDBRemote.h106 void DidAttach(ArchSpec &process_arch) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp749 void DynamicLoaderFreeBSDKernel::DidAttach() { in DidAttach() function in DynamicLoaderFreeBSDKernel

12