[Lldb-commits] [lldb] r244681 - Added missing files from checking regarding:

2015-08-11 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Tue Aug 11 16:49:32 2015 New Revision: 244681 URL: http://llvm.org/viewvc/llvm-project?rev=244681view=rev Log: Added missing files from checking regarding: http://reviews.llvm.org/D8712 Added: lldb/trunk/include/lldb/Symbol/TypeSystem.h

[Lldb-commits] [PATCH] D11962: Mark TestCModules as XFAIL on OSX

2015-08-11 Thread Oleksiy Vyalov via lldb-commits
ovyalov created this revision. ovyalov added reviewers: spyffe, chying, clayborg. ovyalov added a subscriber: lldb-commits. Mark TestCModules as XFAIL on OSX in order to make build bot green - http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/4722 http://reviews.llvm.org/D11962

Re: [Lldb-commits] [PATCH] D11574: Add size field to library load event

2015-08-11 Thread Ilia K via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244573: Add size field to library load event (MI) (authored by ki.stfu). Changed prior to commit: http://reviews.llvm.org/D11574?vs=31038id=31772#toc Repository: rL LLVM

Re: [Lldb-commits] [PATCH] D11930: [MIPS]Handle floating point and aggregate return types in SysV-mips [32 bit] ABI

2015-08-11 Thread Greg Clayton via lldb-commits
clayborg requested changes to this revision. clayborg added a comment. This revision now requires changes to proceed. Init the variables and this is good to go. Comment at: source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp:426-428 @@ -425,3 +425,5 @@ bool is_signed; +

Re: [Lldb-commits] [PATCH] D11790: Fix ObjC++ types Class and id being defined in C and C++ expressions.

2015-08-11 Thread Sean Callanan via lldb-commits
spyffe added a comment. It looks like this patch does not use language to determine which language the expression parser runs in, but rather to allow lookups specifically of id and Class if the current frame is not Objective-C++. Is that correct? http://reviews.llvm.org/D11790

Re: [Lldb-commits] [lldb] r243091 - Handle old style S packet correctly

2015-08-11 Thread Hans Wennborg via lldb-commits
Ping? On Wed, Aug 5, 2015 at 1:20 PM, Hans Wennborg h...@chromium.org wrote: Ping? On Wed, Jul 29, 2015 at 8:56 AM, Hans Wennborg h...@chromium.org wrote: Greg, I believe you're the code owner here. OK to merge? On Tue, Jul 28, 2015 at 9:05 PM, Bhushan Attarde bhushan.atta...@imgtec.com

[Lldb-commits] [lldb] r244683 - Fix a infinite loop when killing a process that is in the middle of loading shared libraries.

2015-08-11 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Tue Aug 11 17:07:46 2015 New Revision: 244683 URL: http://llvm.org/viewvc/llvm-project?rev=244683view=rev Log: Fix a infinite loop when killing a process that is in the middle of loading shared libraries. The issue was we were sending a qSymbol:: packet and it we were

Re: [Lldb-commits] [PATCH] D11967: Export snprintf to avoid linking error with liblldb on Windows.

2015-08-11 Thread Zachary Turner via lldb-commits
You need to use LIBLLDB_API instead of __declspec(export). Otherwise someone linking against liblldb and trying to call this won't work correctly. Check the annotation given to the classes in the SB headers for the exact name of the macro. On Tue, Aug 11, 2015 at 6:23 PM Chaoren Lin

Re: [Lldb-commits] [PATCH] D11843: Make dosep output status by overwriting the same line.

2015-08-11 Thread Zachary Turner via lldb-commits
Sorry, will get to this first thing tomorroow On Tue, Aug 11, 2015 at 4:47 PM Chaoren Lin chaor...@google.com wrote: chaoren added a comment. Ping? http://reviews.llvm.org/D11843 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D11967: Export snprintf to avoid linking error with liblldb on Windows.

2015-08-11 Thread Chaoren Lin via lldb-commits
chaoren created this revision. chaoren added reviewers: zturner, ovyalov. chaoren added a subscriber: lldb-commits. http://reviews.llvm.org/D11967 Files: include/lldb/Host/windows/win32.h Index: include/lldb/Host/windows/win32.h