Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDJITLoaderList.cpp43 void JITLoaderList::DidAttach() { in DidAttach() function in JITLoaderList
46 jit_loader->DidAttach(); in DidAttach()
HDProcessTrace.cpp59 void ProcessTrace::DidAttach(ArchSpec &process_arch) { in DidAttach() function in ProcessTrace
73 Process::DidAttach(process_arch); in DidAttach()
HDSystemRuntime.cpp34 void SystemRuntime::DidAttach() {} in DidAttach() function in SystemRuntime
HDProcess.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-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDJITLoader.h49 virtual void DidAttach() = 0;
HDJITLoaderList.h37 void DidAttach();
HDProcessTrace.h38 void DidAttach(ArchSpec &process_arch) override;
HDSystemRuntime.h68 virtual void DidAttach();
HDDynamicLoader.h77 virtual void DidAttach() = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
HDDynamicLoaderStatic.h37 void DidAttach() override;
HDDynamicLoaderStatic.cpp71 void DynamicLoaderStatic::DidAttach() { LoadAllImagesAtFileAddresses(); } in DidAttach() function in DynamicLoaderStatic
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
HDDynamicLoaderWasmDYLD.h31 void DidAttach() override;
HDDynamicLoaderWasmDYLD.cpp54 void DynamicLoaderWasmDYLD::DidAttach() { in DidAttach() function in DynamicLoaderWasmDYLD
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
HDDynamicLoaderWindowsDYLD.h36 void DidAttach() override;
HDDynamicLoaderWindowsDYLD.cpp120 void DynamicLoaderWindowsDYLD::DidAttach() { in DidAttach() function in DynamicLoaderWindowsDYLD
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.h41 void DidAttach() override;
HDJITLoaderGDB.cpp168 void JITLoaderGDB::DidAttach() { in DidAttach() function in JITLoaderGDB
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.h36 void DidAttach() override;
HDDynamicLoaderHexagonDYLD.cpp114 void DynamicLoaderHexagonDYLD::DidAttach() { in DidAttach() function in DynamicLoaderHexagonDYLD
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.h42 void DidAttach() override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.h64 void DidAttach(ArchSpec &process_arch) override;
HDScriptedProcess.cpp215 void ScriptedProcess::DidAttach(ArchSpec &process_arch) { in DidAttach() function in ScriptedProcess
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPTBundleLoader.cpp141 process_sp->DidAttach(process_arch); in ParseProcess()
192 process_sp->DidAttach(process_arch); in ParseKernel()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.h47 void DidAttach() override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.h106 void DidAttach(ArchSpec &process_arch) override;

12