[Lldb-commits] [lldb] r189934 - Remove windows.h from lldb-types.h.

2013-09-04 Thread Virgile Bello
Author: xen2 Date: Wed Sep 4 08:56:11 2013 New Revision: 189934 URL: http://llvm.org/viewvc/llvm-project?rev=189934view=rev Log: Remove windows.h from lldb-types.h. Modified: lldb/trunk/include/lldb/Core/ConnectionFileDescriptor.h lldb/trunk/include/lldb/DataFormatters/FormatManager.h

[Lldb-commits] [lldb] r189964 - This is an example synthetic provider for libc++ unordered (multi) mapsset

2013-09-04 Thread Enrico Granata
Author: enrico Date: Wed Sep 4 12:48:52 2013 New Revision: 189964 URL: http://llvm.org/viewvc/llvm-project?rev=189964view=rev Log: This is an example synthetic provider for libc++ unordered (multi) mapsset Thanks to Jared Grubb for writing it and sharing it! Added:

[Lldb-commits] [lldb] r190008 - Report all methods in an Objective-C class that

2013-09-04 Thread Sean Callanan
Author: spyffe Date: Wed Sep 4 18:25:26 2013 New Revision: 190008 URL: http://llvm.org/viewvc/llvm-project?rev=190008view=rev Log: Report all methods in an Objective-C class that have a certain name, not just the first. This is useful if a class method and an instance method have the same name.

Re: [Lldb-commits] [lldb] r189934 - Remove windows.h from lldb-types.h.

2013-09-04 Thread Malea, Daniel
Hi Virgile, This commit introduces a dependency in the LLDB API on the LLVM headers, which is not ideal because users of the LLDB API shouldn't be required to have LLVM headers around IMHO. Specifically, the api unit tests are now broken on the GCC buildbot. Here's the include hierarchy that is

Re: [Lldb-commits] [lldb] r189934 - Remove windows.h from lldb-types.h.

2013-09-04 Thread jingham
Yes, I agree with this part. It should not be necessary to have the LLVM headers around to build programs that only use the lldb SB API's. Jim On Sep 4, 2013, at 4:36 PM, Malea, Daniel daniel.ma...@intel.com wrote: This commit introduces a dependency in the LLDB API on the LLVM headers,

[Lldb-commits] [lldb] r190023 - Remove spurious reference to radars in code (we try not to put Radar numbers into the sources.)

2013-09-04 Thread Jim Ingham
Author: jingham Date: Wed Sep 4 20:48:56 2013 New Revision: 190023 URL: http://llvm.org/viewvc/llvm-project?rev=190023view=rev Log: Remove spurious reference to radars in code (we try not to put Radar numbers into the sources.) Modified: lldb/trunk/source/Core/Debugger.cpp Modified:

[Lldb-commits] [lldb] r190025 - Remove some unused #includes.

2013-09-04 Thread Jim Ingham
Author: jingham Date: Wed Sep 4 20:51:15 2013 New Revision: 190025 URL: http://llvm.org/viewvc/llvm-project?rev=190025view=rev Log: Remove some unused #includes. Modified: lldb/trunk/source/Expression/DWARFExpression.cpp Modified: lldb/trunk/source/Expression/DWARFExpression.cpp URL:

[Lldb-commits] [lldb] r190026 - Remove an unused ivar.

2013-09-04 Thread Jim Ingham
Author: jingham Date: Wed Sep 4 20:51:57 2013 New Revision: 190026 URL: http://llvm.org/viewvc/llvm-project?rev=190026view=rev Log: Remove an unused ivar. Modified: lldb/trunk/include/lldb/Expression/ClangFunction.h lldb/trunk/source/Expression/ClangFunction.cpp Modified: