Home
last modified time | relevance | path

Searched defs:process_arch (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp916 const ArchSpec &process_arch = m_gdb_comm.GetProcessArchitecture(); in DoLaunch() local
1026 void ProcessGDBRemote::DidLaunchOrAttach(ArchSpec &process_arch) { in DidLaunchOrAttach()
1148 ArchSpec process_arch; in DidLaunch() local
1249 void ProcessGDBRemote::DidAttach(ArchSpec &process_arch) { in DidAttach()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
HDNativeProcessDarwin.cpp127 ArchSpec process_arch; in Attach() local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h972 virtual void DidAttach(ArchSpec &process_arch) { process_arch.Clear(); } in DidAttach()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp2869 ArchSpec process_arch; in CompleteAttach() local
2907 const ArchSpec &process_arch = process_info.GetArchitecture(); in CompleteAttach() local