Go to file
Chaoren Lin caf3114245 Send default register number instead of GDB register number in StopReplyPacket.
Summary:
Using GDB register numbers confuses ProcessGDBRemote since the rest of
LLGS (qRegisterInfo, p, P) uses the default register numbers instead.

Test Plan: dosep.py --options --arch x86 ...

Reviewers: ovyalov, vharron, sivachandra

Subscribers: lldb-commits

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

llvm-svn: 229505
2015-02-17 15:41:28 +00:00
clang Append -fno-assume-sane-operator-new in ASan builds. 2015-02-17 15:09:33 +00:00
clang-tools-extra Fix broken logic for include in block check. 2015-02-13 23:32:08 +00:00
compiler-rt [Msan] Fix the unit tests' PathToLoadable() to work on FreeBSD 2015-02-17 12:52:08 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Implement C++14's sized deallocation functions, since there are no longer implicitly defined by clang, as of r229241. 2015-02-15 05:18:55 +00:00
libcxxabi Do not add -fno-exceptions without -funwind-tables 2015-02-16 19:51:06 +00:00
lld Fix AArhc64 ELF test failure on Windows 2015-02-17 11:16:54 +00:00
lldb Send default register number instead of GDB register number in StopReplyPacket. 2015-02-17 15:41:28 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in MSVC 2013 and GCC. Added a trivial test to ensure the ArrayRef initializer list constructor is called and behaves as expected. 2015-02-17 15:37:53 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly Add missing files to autoconf build 2015-02-17 08:15:14 +00:00