[Lldb-commits] [lldb] r196566 - Tell CMake about recently added SectionLoadHistory.cpp

2013-12-06 Thread Arnaud A. de Grandmaison
Author: aadg Date: Fri Dec 6 02:49:14 2013 New Revision: 196566 URL: http://llvm.org/viewvc/llvm-project?rev=196566view=rev Log: Tell CMake about recently added SectionLoadHistory.cpp Modified: lldb/trunk/source/Target/CMakeLists.txt Modified: lldb/trunk/source/Target/CMakeLists.txt URL:

[Lldb-commits] [lldb] r196575 - Tell CMake about the SystemRuntime plugin.

2013-12-06 Thread Jean-Daniel Dupas
Author: jddupas Date: Fri Dec 6 03:32:46 2013 New Revision: 196575 URL: http://llvm.org/viewvc/llvm-project?rev=196575view=rev Log: Tell CMake about the SystemRuntime plugin. This fixes CMake build on Darwin. Modified: lldb/trunk/source/Plugins/CMakeLists.txt Modified:

[Lldb-commits] [lldb] r196577 - Typo in comments

2013-12-06 Thread Jean-Daniel Dupas
Author: jddupas Date: Fri Dec 6 03:35:53 2013 New Revision: 196577 URL: http://llvm.org/viewvc/llvm-project?rev=196577view=rev Log: Typo in comments Modified: lldb/trunk/include/lldb/Host/FileSpec.h lldb/trunk/source/Host/common/Host.cpp Modified:

[Lldb-commits] [lldb] r196586 - Replace all in_port_t with uint16_t to avoid compilation issues on different systems.

2013-12-06 Thread Greg Clayton
Author: gclayton Date: Fri Dec 6 11:46:35 2013 New Revision: 196586 URL: http://llvm.org/viewvc/llvm-project?rev=196586view=rev Log: Replace all in_port_t with uint16_t to avoid compilation issues on different systems. Modified: lldb/trunk/include/lldb/Core/ConnectionFileDescriptor.h

[Lldb-commits] [lldb] r196616 - Do a little more prevention against SBValues getting used after the world has been torn down around them.

2013-12-06 Thread Jim Ingham
Author: jingham Date: Fri Dec 6 16:21:04 2013 New Revision: 196616 URL: http://llvm.org/viewvc/llvm-project?rev=196616view=rev Log: Do a little more prevention against SBValues getting used after the world has been torn down around them. Modified: lldb/trunk/source/API/SBValue.cpp

[Lldb-commits] [lldb] r196624 - Fixed Makefile-based install to place python packages in the LLDB install tree.

2013-12-06 Thread Sylvestre Ledru
Author: sylvestre Date: Fri Dec 6 17:16:23 2013 New Revision: 196624 URL: http://llvm.org/viewvc/llvm-project?rev=196624view=rev Log: Fixed Makefile-based install to place python packages in the LLDB install tree. Failure to install python packages now fails the make install. This patch properly

Re: [Lldb-commits] [PATCH] Replace 'mkdir' shell invocation by native function call.

2013-12-06 Thread Jean-Daniel Dupas
Restore the call to GetFile() that was missing in previous patch. http://llvm-reviews.chandlerc.com/D2356 CHANGE SINCE LAST DIFF http://llvm-reviews.chandlerc.com/D2356?vs=5969id=5970#toc Files: source/Plugins/Platform/MacOSX/PlatformDarwin.cpp

[Lldb-commits] [lldb] r196631 - If the StepThrough plan makes it back to the frame in which it started, it should say

2013-12-06 Thread Jim Ingham
Author: jingham Date: Fri Dec 6 19:17:30 2013 New Revision: 196631 URL: http://llvm.org/viewvc/llvm-project?rev=196631view=rev Log: If the StepThrough plan makes it back to the frame in which it started, it should say it succeeded, since the plan that was using it can figure out what to do from