~pali/llvm/lldb-3.5

  • Committer: tstellar
  • Date: 2015-03-18 00:37:37 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:lldb/branches/release_35:232574
Merging r230694:
------------------------------------------------------------------------
r230694 | chaoren | 2015-02-26 14:15:16 -0800 (Thu, 26 Feb 2015) | 16 lines

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
------------------------------------------------------------------------
Filename Latest Rev Last Changed Committer Comment Size
..
docs 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
examples 558 13 years ago gclayton Added some missing API for address resolving withi Diff
include 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
lib 226 13 years ago gclayton Merged Eli Friedman's linux build changes where he Diff
lldb.xcodeproj 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
lldb.xcworkspace 1721 13 years ago jingham Adding a Xcode workspace for lldb. Diff
resources 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
scripts 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
source 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
test 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
tools 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
utils 1074 13 years ago johnny Initial port of lldb debugging mode to run under E Diff
www 3 13 years ago lattner Initial checkin of lldb code from internal Apple r Diff
.arcconfig 8891 9 years ago rnk Update .arcconfig to point to reviews.llvm.org Mo 74 bytes Diff Download File
.gitignore 9028 9 years ago tfiala Add lldb-gdbserver support for Linux x86_64. This 939 bytes Diff Download File
CMakeLists.txt 9156 9 years ago compnerd build: fix cmake warning with newer CMake Hoist t 11.5 KB Diff Download File
INSTALL.txt 6384 11 years ago dmalea Update INSTALL.txt to mention LLDB builds on Linux 534 bytes Diff Download File
LICENSE.TXT 4 13 years ago lattner test commit 1.6 KB Diff Download File
Makefile 8595 10 years ago abidh Add some missing defines that are already present 3.5 KB Diff Download File