Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1186 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse() local
1187 if (proc_arch.IsValid()) { in CreateProcessInfoResponse()
1188 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse()
1205 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse_DebugServerStyle() local
1206 if (proc_arch.IsValid()) { in CreateProcessInfoResponse_DebugServerStyle()
1207 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse_DebugServerStyle()
1210 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); in CreateProcessInfoResponse_DebugServerStyle()
1214 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle()
1243 switch (proc_arch.GetByteOrder()) { in CreateProcessInfoResponse_DebugServerStyle()
1259 std::string abi = proc_arch.GetTargetABI(); in CreateProcessInfoResponse_DebugServerStyle()
[all …]