Home
last modified time | relevance | path

Searched refs:remote_process_arch (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp506 const ArchSpec &remote_process_arch = m_gdb_comm.GetProcessArchitecture(); in BuildDynamicRegisterInfo() local
510 if (remote_process_arch.IsValid()) in BuildDynamicRegisterInfo()
511 arch_to_use = remote_process_arch; in BuildDynamicRegisterInfo()
1102 const ArchSpec &remote_process_arch = m_gdb_comm.GetProcessArchitecture(); in DidLaunchOrAttach() local
1103 if (remote_process_arch.IsValid()) { in DidLaunchOrAttach()
1104 process_arch = remote_process_arch; in DidLaunchOrAttach()