[Lldb-commits] [lldb] r205427 - Add annotation for failure from new Attach/Resume test case on FreeBSD

2014-04-02 Thread Ed Maste
Author: emaste Date: Wed Apr 2 09:45:46 2014 New Revision: 205427 URL: http://llvm.org/viewvc/llvm-project?rev=205427view=rev Log: Add annotation for failure from new Attach/Resume test case on FreeBSD Modified: lldb/trunk/test/functionalities/attach_resume/TestAttachResume.py Modified:

[Lldb-commits] [lldb] r205450 - rdar://16424649

2014-04-02 Thread Enrico Granata
Author: enrico Date: Wed Apr 2 13:55:29 2014 New Revision: 205450 URL: http://llvm.org/viewvc/llvm-project?rev=205450view=rev Log: rdar://16424649 Clean up the DynamicValueTestCase Namely, I split off the part of the test that validates child counts to a separate test Added:

[Lldb-commits] [lldb] r205480 - Workaround for collision between enum members in LLVM's MachO.h and system headers

2014-04-02 Thread Jim Ingham
Author: jingham Date: Wed Apr 2 17:53:21 2014 New Revision: 205480 URL: http://llvm.org/viewvc/llvm-project?rev=205480view=rev Log: Workaround for collision between enum members in LLVM's MachO.h and system headers on Mac OS X (in particular mach/machine.h). rdar://problem/16494607 Added:

[Lldb-commits] [lldb] r205482 - Add decorator for pr19311 on FreeBSD

2014-04-02 Thread Ed Maste
Author: emaste Date: Wed Apr 2 18:01:04 2014 New Revision: 205482 URL: http://llvm.org/viewvc/llvm-project?rev=205482view=rev Log: Add decorator for pr19311 on FreeBSD A breakpoint at the resume address for continue is skipped. This is presumably the root cause for the Linux failure as well.

[Lldb-commits] [lldb] r205488 - Add a missing arm64 idef.

2014-04-02 Thread Jason Molenda
Author: jmolenda Date: Wed Apr 2 18:52:55 2014 New Revision: 205488 URL: http://llvm.org/viewvc/llvm-project?rev=205488view=rev Log: Add a missing arm64 idef. Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp Modified:

[Lldb-commits] [lldb] r205494 - I removed SetCallback from the Python API's since it wasn't actually useful, and added SetScriptCallbackFunction,

2014-04-02 Thread Jim Ingham
Author: jingham Date: Wed Apr 2 19:50:56 2014 New Revision: 205494 URL: http://llvm.org/viewvc/llvm-project?rev=205494view=rev Log: I removed SetCallback from the Python API's since it wasn't actually useful, and added SetScriptCallbackFunction, and SetScriptCallbackBody. So add these to the

[Lldb-commits] [lldb] r205496 - Print the new eStopReasonExec in stop_reason_to_str.

2014-04-02 Thread Jim Ingham
Author: jingham Date: Wed Apr 2 20:25:28 2014 New Revision: 205496 URL: http://llvm.org/viewvc/llvm-project?rev=205496view=rev Log: Print the new eStopReasonExec in stop_reason_to_str. Modified: lldb/trunk/test/lldbutil.py Modified: lldb/trunk/test/lldbutil.py URL:

[Lldb-commits] [lldb] r205497 - Make the fail messages

2014-04-02 Thread Jim Ingham
Author: jingham Date: Wed Apr 2 20:26:14 2014 New Revision: 205497 URL: http://llvm.org/viewvc/llvm-project?rev=205497view=rev Log: Make the fail messages Modified: lldb/trunk/include/lldb/Target/Thread.h lldb/trunk/source/API/SBThread.cpp