Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp64 void ProcessTrace::DidAttach(ArchSpec &process_arch) { in DidAttach() argument
78 Process::DidAttach(process_arch); in DidAttach()
H A DProcess.cpp2859 ArchSpec process_arch; in CompleteAttach() local
2860 DidAttach(process_arch); in CompleteAttach()
2862 if (process_arch.IsValid()) { in CompleteAttach()
2863 GetTarget().SetArchitecture(process_arch); in CompleteAttach()
2865 const char *triple_str = process_arch.GetTriple().getTriple().c_str(); in CompleteAttach()
2894 } else if (!process_arch.IsValid()) { in CompleteAttach()
2897 const ArchSpec &process_arch = process_info.GetArchitecture(); in CompleteAttach() local
2899 if (process_arch.IsValid() && in CompleteAttach()
2900 target_arch.IsCompatibleMatch(process_arch) && in CompleteAttach()
2901 !target_arch.IsExactMatch(process_arch)) { in CompleteAttach()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp146 ArchSpec process_arch; in ParseProcess() local
147 process_sp->DidAttach(process_arch); in ParseProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessTrace.h37 void DidAttach(ArchSpec &process_arch) override;
H A DProcess.h970 virtual void DidAttach(ArchSpec &process_arch) { process_arch.Clear(); } in DidAttach() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp917 if (process_arch.IsValid()) { in DoLaunch()
1034 process_arch = remote_process_arch; in DidLaunchOrAttach()
1036 process_arch.GetArchitectureName(), in DidLaunchOrAttach()
1043 process_arch.GetArchitectureName(), in DidLaunchOrAttach()
1053 if (process_arch.IsValid()) { in DidLaunchOrAttach()
1071 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
1105 GetTarget().SetArchitecture(process_arch); in DidLaunchOrAttach()
1144 ArchSpec process_arch; in DidLaunch() local
1145 DidLaunchOrAttach(process_arch); in DidLaunch()
1243 process_arch.Clear(); in DidAttach()
[all …]
H A DProcessGDBRemote.h102 void DidAttach(ArchSpec &process_arch) override;
380 void DidLaunchOrAttach(ArchSpec &process_arch);