[Lldb-commits] [PATCH] [LLDB][MIPS] Getting correct flags for MIPS

Tamas Berghammer tberghammer at google.com
Thu Jun 25 03:53:57 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: source/Plugins/Platform/Linux/PlatformLinux.cpp:941
@@ +940,3 @@
+    uint64_t map_anon=MAP_ANON;
+    ArchSpec target_arch = HostInfoBase::GetArchitecture();
+
----------------
ovyalov wrote:
> We may need a special care for remote debugging scenario - i.e. use HostInfoBase::GetArchitecture() if IsHost() otherwise get archspec from remote target via GetRemoteSystemArchitecture
We should use GetSystemArchitecture() what do this (with some additional caching)

http://reviews.llvm.org/D10685

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list