Re: [Lldb-commits] [lldb] r235158 - Add a force_kill arg to Process::Destroy(). This is needed after

2015-04-17 Thread Zachary Turner
Could we have a test for this? On Thu, Apr 16, 2015 at 10:05 PM Jason Molenda jmole...@apple.com wrote: Author: jmolenda Date: Fri Apr 17 00:01:58 2015 New Revision: 235158 URL: http://llvm.org/viewvc/llvm-project?rev=235158view=rev Log: Add a force_kill arg to Process::Destroy(). This is

[Lldb-commits] [lldb] r235164 - Uses the target platform to determine the platform context.

2015-04-17 Thread Robert Flack
Author: flackr Date: Fri Apr 17 03:02:18 2015 New Revision: 235164 URL: http://llvm.org/viewvc/llvm-project?rev=235164view=rev Log: Uses the target platform to determine the platform context. Uses the target platform to determine the platform context to use. This fixes an early failure in some

[Lldb-commits] [lldb] r235189 - Use lazy regex in lldb-mi tests

2015-04-17 Thread Ilia K
Author: ki.stfu Date: Fri Apr 17 08:21:34 2015 New Revision: 235189 URL: http://llvm.org/viewvc/llvm-project?rev=235189view=rev Log: Use lazy regex in lldb-mi tests This patch also fixes the timing issue in MiBreakTestCase.test_lldbmi_break_insert_function test. Modified:

[Lldb-commits] [lldb] r235193 - Use non-blocking waitpid in NativeProcessLinux

2015-04-17 Thread Pavel Labath
Author: labath Date: Fri Apr 17 09:07:49 2015 New Revision: 235193 URL: http://llvm.org/viewvc/llvm-project?rev=235193view=rev Log: Use non-blocking waitpid in NativeProcessLinux Summary: This is the first phase of the merging of Monitor and Operation threads in NativeProcessLinux (which is

[Lldb-commits] [lldb] r235195 - MI support for '-var-create $regname' command.

2015-04-17 Thread Ilia K
Author: ki.stfu Date: Fri Apr 17 09:49:54 2015 New Revision: 235195 URL: http://llvm.org/viewvc/llvm-project?rev=235195view=rev Log: MI support for '-var-create $regname' command. Summary: This command is currently processed using expression evaluation, meaning the variable binds to the result

[Lldb-commits] [lldb] r235214 - TestMiBreak - func isn't always ??.

2015-04-17 Thread Chaoren Lin
Author: chaoren Date: Fri Apr 17 12:33:43 2015 New Revision: 235214 URL: http://llvm.org/viewvc/llvm-project?rev=235214view=rev Log: TestMiBreak - func isn't always ??. Summary: Caused a failure because it showed up as `__printf`. Reviewers: ki.stfu Subscribers: lldb-commits Differential

Re: [Lldb-commits] [PATCH] MI support for '-var-create $regname' command.

2015-04-17 Thread Ilia K
ok, thanks! $ svn ci Sendingtools/lldb-mi/variable/TestMiVar.py Transmitting file data . Committed revision 235204. Thanks, Ilia On Fri, Apr 17, 2015 at 7:41 PM, Ewan Crawford e...@codeplay.com wrote: Test looks like it still fails, need to change

[Lldb-commits] [lldb] r235204 - Fix the MiVarTestCase.test_lldbmi_var_create_register test to expect 32bit value on 32bit systems

2015-04-17 Thread Ilia K
Author: ki.stfu Date: Fri Apr 17 11:55:36 2015 New Revision: 235204 URL: http://llvm.org/viewvc/llvm-project?rev=235204view=rev Log: Fix the MiVarTestCase.test_lldbmi_var_create_register test to expect 32bit value on 32bit systems Modified:

[Lldb-commits] [lldb] r235197 - Fix the MiVarTestCase.test_lldbmi_var_create_register test on 32bit systems

2015-04-17 Thread Ilia K
Author: ki.stfu Date: Fri Apr 17 10:45:32 2015 New Revision: 235197 URL: http://llvm.org/viewvc/llvm-project?rev=235197view=rev Log: Fix the MiVarTestCase.test_lldbmi_var_create_register test on 32bit systems Modified: lldb/trunk/test/tools/lldb-mi/variable/TestMiVar.py Modified:

[Lldb-commits] [lldb] r235199 - test commit.

2015-04-17 Thread Aidan Dodds
Author: aidandodds Date: Fri Apr 17 11:12:58 2015 New Revision: 235199 URL: http://llvm.org/viewvc/llvm-project?rev=235199view=rev Log: test commit. Modified: lldb/trunk/docs/lldb-gdb-remote.txt Modified: lldb/trunk/docs/lldb-gdb-remote.txt URL:

Re: [Lldb-commits] [PATCH] MI support for '-var-create $regname' command.

2015-04-17 Thread Ewan Crawford
Test looks like it still fails, need to change self.expect(\^done,value=\0x0006\) to self.expect(\^done,value=\0x0006\) for 32 bit. Best, Ewan On 17/04/2015 16:49, Ilia K wrote: Oops.. done: $ svn ci Sendingtest/tools/lldb-mi/variable/TestMiVar.py Transmitting file

[Lldb-commits] [lldb] r235218 - Whitespace-only tweaks to Colin's r235109 patch to match the lldb

2015-04-17 Thread Jason Molenda
Author: jmolenda Date: Fri Apr 17 14:15:02 2015 New Revision: 235218 URL: http://llvm.org/viewvc/llvm-project?rev=235218view=rev Log: Whitespace-only tweaks to Colin's r235109 patch to match the lldb coding style a little more closely. Modified:

Re: [Lldb-commits] [PATCH] MI support for '-var-create $regname' command.

2015-04-17 Thread Ilia K
Oops.. done: $ svn ci Sendingtest/tools/lldb-mi/variable/TestMiVar.py Transmitting file data . Committed revision 235197. Thanks, Ilia On Fri, Apr 17, 2015 at 6:39 PM, Pavel Labath lab...@google.com wrote: This test is failing on Linux i386.

Re: [Lldb-commits] [PATCH] TestMiBreak - func isn't always ??.

2015-04-17 Thread Chaoren Lin
Why not `func=\.*\`? On Apr 17, 2015 06:26, Ilia K ki.s...@gmail.com wrote: Comment at: test/tools/lldb-mi/breakpoint/TestMiBreak.py:34 @@ -33,3 +33,3 @@ self.expect(\^running) -