Re: [Lldb-commits] [PATCH] Configurable timeout for tests

2014-12-09 Thread Chaoren Lin
Cleaned up some messy code as per Oleksiy's suggestions. http://reviews.llvm.org/D6575 Files: test/dosep.py Index: test/dosep.py === --- test/dosep.py +++ test/dosep.py @@ -7,15 +7,50 @@ import multiprocessing import os import

[Lldb-commits] [lldb] r223816 - XFAIL all of TestInferiorAssert.py tests on Windows.

2014-12-09 Thread Zachary Turner
Author: zturner Date: Tue Dec 9 13:28:00 2014 New Revision: 223816 URL: http://llvm.org/viewvc/llvm-project?rev=223816view=rev Log: XFAIL all of TestInferiorAssert.py tests on Windows. Getting this working correctly is a significant amount of work. Assertions on Windows show up as error code

[Lldb-commits] [lldb] r223819 - This patch does a few things:

2014-12-09 Thread Enrico Granata
Author: enrico Date: Tue Dec 9 13:51:20 2014 New Revision: 223819 URL: http://llvm.org/viewvc/llvm-project?rev=223819view=rev Log: This patch does a few things: - adds a new flag to mark ValueObjects as synthetic children generated - vends new Create functions as part of the

[Lldb-commits] [lldb] r223826 - Change AddressSanitzierRuntime to print its info message via

2014-12-09 Thread Jason Molenda
Author: jmolenda Date: Tue Dec 9 14:52:26 2014 New Revision: 223826 URL: http://llvm.org/viewvc/llvm-project?rev=223826view=rev Log: Change AddressSanitzierRuntime to print its info message via the Debugger's output stream instead of logging to the module. http://reviews.llvm.org/D6577

Re: [Lldb-commits] [PATCH] change asan info msg to use debugger output stream instead of adding to module warning collection

2014-12-09 Thread Jason Molenda
Landed in r223826. http://reviews.llvm.org/D6577 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r223830 - Fixed ValueObject::UpdateValueIfNeeded to keep

2014-12-09 Thread Sean Callanan
Author: spyffe Date: Tue Dec 9 15:18:59 2014 New Revision: 223830 URL: http://llvm.org/viewvc/llvm-project?rev=223830view=rev Log: Fixed ValueObject::UpdateValueIfNeeded to keep track of the checksum of the object so we can track if it is modified. This fixes a testcase

[Lldb-commits] [lldb] r223836 - Extend ValueObject::GetExpressionPath() to do something reasonable for synthetic children

2014-12-09 Thread Enrico Granata
Author: enrico Date: Tue Dec 9 15:41:16 2014 New Revision: 223836 URL: http://llvm.org/viewvc/llvm-project?rev=223836view=rev Log: Extend ValueObject::GetExpressionPath() to do something reasonable for synthetic children Because of the way they are created, synthetic children cannot (in

[Lldb-commits] [lldb] r223843 - Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to track

2014-12-09 Thread Jason Molenda
Author: jmolenda Date: Tue Dec 9 16:28:10 2014 New Revision: 223843 URL: http://llvm.org/viewvc/llvm-project?rev=223843view=rev Log: Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to track a register value that is live in the stack frame 0 register context. Fixes a problem where

[Lldb-commits] [lldb] r223851 - Handle thumb IT instructions correctly all the time.

2014-12-09 Thread Greg Clayton
Author: gclayton Date: Tue Dec 9 17:31:02 2014 New Revision: 223851 URL: http://llvm.org/viewvc/llvm-project?rev=223851view=rev Log: Handle thumb IT instructions correctly all the time. The issue with Thumb IT (if/then) instructions is the IT instruction preceeds up to four instructions that

[Lldb-commits] [lldb] r223901 - Add D request handler to GDBRemoteCommunicationServer in order to support detach from inferior.

2014-12-09 Thread Oleksiy Vyalov
Author: ovyalov Date: Tue Dec 9 19:27:28 2014 New Revision: 223901 URL: http://llvm.org/viewvc/llvm-project?rev=223901view=rev Log: Add D request handler to GDBRemoteCommunicationServer in order to support detach from inferior. Modified:

[Lldb-commits] [lldb] r223906 - Remove the last vestige of the world before data formatters :-)

2014-12-09 Thread Enrico Granata
Author: enrico Date: Tue Dec 9 20:00:45 2014 New Revision: 223906 URL: http://llvm.org/viewvc/llvm-project?rev=223906view=rev Log: Remove the last vestige of the world before data formatters :-) Function pointers had a summary generated for them bypassing formatters, directly as part of the