Searched refs:DidAttach (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DJITLoader.h49 virtual void DidAttach() = 0;
H A DJITLoaderList.h37 void DidAttach();
H A DSystemRuntime.h67 virtual void DidAttach();
H A DDynamicLoader.h81 virtual void DidAttach() = 0;
H A DProcess.h704 /// true, then Process::DidAttach() will be called.
972 virtual void DidAttach(ArchSpec &process_arch) { process_arch.Clear(); } function in class:lldb_private::Process
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h39 void DidAttach() override;
H A DDynamicLoaderStatic.cpp60 void DynamicLoaderStatic::DidAttach() { LoadAllImagesAtFileAddresses(); } function in class:DynamicLoaderStatic
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DJITLoaderList.cpp45 void JITLoaderList::DidAttach() { function in class:JITLoaderList
48 jit_loader->DidAttach();
H A DSystemRuntime.cpp36 void SystemRuntime::DidAttach() {} function in class:SystemRuntime
H A DProcess.cpp2604 dyld->DidAttach();
2606 GetJITLoaders().DidAttach();
2610 system_runtime->DidAttach();
2870 DidAttach(process_arch);
2877 "Process::%s replacing process architecture with DidAttach() "
2924 dyld->DidAttach();
2928 "Process::%s after DynamicLoader::DidAttach(), target "
2937 GetJITLoaders().DidAttach();
2941 system_runtime->DidAttach();
2945 "Process::%s after SystemRuntime::DidAttach(), targe
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h36 void DidAttach() override;
H A DDynamicLoaderWindowsDYLD.cpp123 void DynamicLoaderWindowsDYLD::DidAttach() { function in class:DynamicLoaderWindowsDYLD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h43 void DidAttach() override;
H A DJITLoaderGDB.cpp169 void JITLoaderGDB::DidAttach() { function in class:JITLoaderGDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h36 void DidAttach() override;
H A DDynamicLoaderHexagonDYLD.cpp122 void DynamicLoaderHexagonDYLD::DidAttach() { function in class:DynamicLoaderHexagonDYLD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h42 void DidAttach() override;
H A DDynamicLoaderPOSIXDYLD.cpp86 void DynamicLoaderPOSIXDYLD::DidAttach() { function in class:DynamicLoaderPOSIXDYLD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h99 void DidAttach(ArchSpec &process_arch) override;
H A DProcessGDBRemote.cpp589 // this code gets called in DidAttach, when the target architecture
1249 void ProcessGDBRemote::DidAttach(ArchSpec &process_arch) {
4581 // Don't use Process::GetABI, this code gets called from DidAttach, and

Completed in 131 milliseconds