[Lldb-commits] [PATCH] Use 32-bit RegisterValue object on IsWatchpoint functions for 32-bit linux

2014-02-25 Thread Matthew Gardiner
Folks, An issue currently exists for 32-bit linux such that when lldb receives the first SIGTRAP, an assertion failure occurs in POSIXThread::WatchNotify. This failure is due to 0x118 being read back from dr6, but with no watchpoints set. In trying to trace this I have discovered that

[Lldb-commits] [lldb] r202154 - Reapply r184270 by Jim Ingham to avoid abort on FreeBSD

2014-02-25 Thread Ed Maste
Author: emaste Date: Tue Feb 25 08:20:14 2014 New Revision: 202154 URL: http://llvm.org/viewvc/llvm-project?rev=202154view=rev Log: Reapply r184270 by Jim Ingham to avoid abort on FreeBSD Don't actually Halt in the Interrupt handler for the Process, just send an AsyncInterrupt. That's

[Lldb-commits] [lldb] r202180 - Make TestStdCXXDisassembly.StdCXXDisassembleTestCase work with libc++

2014-02-25 Thread Enrico Granata
Author: enrico Date: Tue Feb 25 12:47:23 2014 New Revision: 202180 URL: http://llvm.org/viewvc/llvm-project?rev=202180view=rev Log: Make TestStdCXXDisassembly.StdCXXDisassembleTestCase work with libc++ rdar://problem/16115219 Modified: lldb/trunk/test/lang/cpp/stl/TestStdCXXDisassembly.py

[Lldb-commits] [lldb] r202189 - Switch debugserver to detach on error by default, and change the flag to kill-on-error.

2014-02-25 Thread Jim Ingham
Author: jingham Date: Tue Feb 25 13:57:47 2014 New Revision: 202189 URL: http://llvm.org/viewvc/llvm-project?rev=202189view=rev Log: Switch debugserver to detach on error by default, and change the flag to kill-on-error. Also fix the bug where lldb prints: Got a connection and launched