Re: [Lldb-commits] [PATCH] FreeBSD watchpoint support

2014-02-05 Thread John Wolfe
Updated the patch to resolve trailing whitespace warnings and eliminate the #ifndef NDEBUG in the POSIXThread constructor. Hi emaste, http://llvm-reviews.chandlerc.com/D2572 CHANGE SINCE LAST DIFF http://llvm-reviews.chandlerc.com/D2572?vs=6823id=6884#toc Files:

[Lldb-commits] [lldb] r200859 - Fixed indentation.

2014-02-05 Thread Greg Clayton
Author: gclayton Date: Wed Feb 5 11:51:53 2014 New Revision: 200859 URL: http://llvm.org/viewvc/llvm-project?rev=200859view=rev Log: Fixed indentation. Modified: lldb/trunk/include/lldb/Target/Process.h Modified: lldb/trunk/include/lldb/Target/Process.h URL:

[Lldb-commits] [lldb] r200860 - Fixed an issue where command source would not do the right thing:

2014-02-05 Thread Greg Clayton
Author: gclayton Date: Wed Feb 5 11:57:57 2014 New Revision: 200860 URL: http://llvm.org/viewvc/llvm-project?rev=200860view=rev Log: Fixed an issue where command source would not do the right thing: - empty lines in init files would repeat previous command and cause errors to be displayed - all

[Lldb-commits] [lldb] r200866 - Remove leftover debug printf

2014-02-05 Thread Ed Maste
Author: emaste Date: Wed Feb 5 12:49:10 2014 New Revision: 200866 URL: http://llvm.org/viewvc/llvm-project?rev=200866view=rev Log: Remove leftover debug printf Modified: lldb/trunk/tools/lldb-gdbserver/lldb-gdbserver.cpp Modified: lldb/trunk/tools/lldb-gdbserver/lldb-gdbserver.cpp URL:

[Lldb-commits] [lldb] r200875 - Fixed output to display correctly for command source by fixing the correct flags being set.

2014-02-05 Thread Greg Clayton
Author: gclayton Date: Wed Feb 5 15:03:22 2014 New Revision: 200875 URL: http://llvm.org/viewvc/llvm-project?rev=200875view=rev Log: Fixed output to display correctly for command source by fixing the correct flags being set. Also emit the Executing commands message so it properly only comes

[Lldb-commits] [lldb] r200878 - Fix the --source-quietly option to the driver so that it actually works. Clean up the help

2014-02-05 Thread Jim Ingham
Author: jingham Date: Wed Feb 5 15:35:09 2014 New Revision: 200878 URL: http://llvm.org/viewvc/llvm-project?rev=200878view=rev Log: Fix the --source-quietly option to the driver so that it actually works. Clean up the help output a bit. Modified: lldb/trunk/tools/driver/Driver.cpp

[Lldb-commits] [lldb] r200879 - An example summary provider for PyObject and the LLDB wrapper PythonObject hierarchy - this would have probably helped track down those refcount bugs..

2014-02-05 Thread Enrico Granata
Author: enrico Date: Wed Feb 5 15:38:50 2014 New Revision: 200879 URL: http://llvm.org/viewvc/llvm-project?rev=200879view=rev Log: An example summary provider for PyObject and the LLDB wrapper PythonObject hierarchy - this would have probably helped track down those refcount bugs.. Added:

[Lldb-commits] [lldb] r200882 - Don't print out script results twice.

2014-02-05 Thread Greg Clayton
Author: gclayton Date: Wed Feb 5 15:46:20 2014 New Revision: 200882 URL: http://llvm.org/viewvc/llvm-project?rev=200882view=rev Log: Don't print out script results twice. We now properly detect when a result object has an immediate output stream and don't echo the results a second time.

Re: [Lldb-commits] [PATCH] FreeBSD watchpoint support

2014-02-05 Thread Ed Maste
Comment at: source/Plugins/Process/POSIX/POSIXThread.cpp:80 @@ -69,1 +79,3 @@ +(void)status; +assert (status Failed to enable existing watchpoint for new thread); } In testing now I encounter this assertion in my testrun, in