llvm-project/lldb/source
Chaoren Lin b6cd5fe918 Fix Bug 20400
Summary:
http://llvm.org/bugs/show_bug.cgi?id=20400

The default triple of i686-pc-linux-gnu for 32 bit linux targets is compatible
but not necessarily identical to the inferior binaries.

Applying Azat Khuzhin's solution of using ArchSpec::IsCompatibleMatch() instead
of ArchSpec::IsExactMatch() when comparing ObjectFile and Modules architecture.

Reviewers: vharron

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D7897

llvm-svn: 230694
2015-02-26 22:15:16 +00:00
..
API Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library." 2015-02-24 22:17:57 +00:00
Breakpoint Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
Commands If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd" instead of "target symbols ". 2015-02-25 00:32:43 +00:00
Core Fix Bug 20400 2015-02-26 22:15:16 +00:00
DataFormatters Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
Expression Update for Clang API change in r230123 -- lookup_result was always 2015-02-21 04:31:13 +00:00
Host Use getProcessTriple inside HostInfoBase::ComputeHostArchitectureSupport instead of getDefaultTargetTriple. 2015-02-26 20:02:13 +00:00
Interpreter Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers. 2015-02-26 19:26:36 +00:00
Plugins Can't set watchpoints on launching threads on Linux LLGS. 2015-02-26 19:48:15 +00:00
Symbol Optimize finding the Complete Definition of an ObjC class for debug with .o files with lots of .o files. 2015-02-25 22:41:34 +00:00
Target Revert "Fix warnings found with clang-cl." 2015-02-25 19:52:41 +00:00
Utility Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform. 2015-02-25 22:15:44 +00:00
CMakeLists.txt Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library." 2015-02-24 22:17:57 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Test commit - fix typo. 2015-02-26 13:03:57 +00:00