Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp138 ArchSpec process_arch; ParseProcess() local
189 ArchSpec process_arch; ParseKernel() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp59 void ProcessTrace::DidAttach(ArchSpec &process_arch) { in DidAttach()
H A DProcess.cpp3099 ArchSpec process_arch; in CompleteAttach() local
3135 const ArchSpec &process_arch = process_info.GetArchitecture(); in CompleteAttach() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp201 DidAttach(ArchSpec & process_arch) DidAttach() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp783 const ArchSpec &process_arch = m_gdb_comm.GetProcessArchitecture(); in DoLaunch() local
880 void ProcessGDBRemote::DidLaunchOrAttach(ArchSpec &process_arch) { in DidLaunchOrAttach()
1070 ArchSpec process_arch; in DidLaunch() local
1167 void ProcessGDBRemote::DidAttach(ArchSpec &process_arch) { in DidAttach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1044 virtual void DidAttach(ArchSpec &process_arch) { process_arch.Clear(); } in DidAttach()