[Lldb-commits] [lldb] r245436 - On Linux, clear the signal mask of the launched inferior

2015-08-19 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Aug 19 08:47:57 2015 New Revision: 245436 URL: http://llvm.org/viewvc/llvm-project?rev=245436view=rev Log: On Linux, clear the signal mask of the launched inferior Summary: Due to fork()/execve(), the launched inferior inherits the signal mask of its parent

Re: [Lldb-commits] [PATCH] D12138: On Linux, clear the signal mask of the launched inferior

2015-08-19 Thread Pavel Labath via lldb-commits
labath added a comment. Ok, I see what you mean. I will commit it with the test enabled, and I will keep an eye out on the buildbots. http://reviews.llvm.org/D12138 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

Re: [Lldb-commits] [PATCH] D12104: [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation

2015-08-19 Thread Pavel Labath via lldb-commits
labath updated this revision to Diff 32545. labath added a comment. Fix test on android arm - skip single-stepping over some functions http://reviews.llvm.org/D12104 Files: source/Plugins/Process/Linux/NativeProcessLinux.cpp source/Plugins/Process/Linux/NativeProcessLinux.h

[Lldb-commits] [lldb] r245448 - Increase timeout in TestCallThatRestarts

2015-08-19 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Aug 19 10:24:02 2015 New Revision: 245448 URL: http://llvm.org/viewvc/llvm-project?rev=245448view=rev Log: Increase timeout in TestCallThatRestarts the test was failing on android because processing 30 signals involved a lot of round-trips, which was not possible in the

Re: [Lldb-commits] [PATCH] D11543: Fix evaluation of global operators in C++

2015-08-19 Thread Sean Callanan via lldb-commits
spyffe accepted this revision. spyffe added a comment. This revision is now accepted and ready to land. This looks great to me. Thank you! http://reviews.llvm.org/D11543 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

Re: [Lldb-commits] [PATCH] D12104: [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation

2015-08-19 Thread Tamas Berghammer via lldb-commits
tberghammer added inline comments. Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:1049-1051 @@ -1047,5 +1048,5 @@ -NativeThreadProtocolSP new_thread_sp = GetThreadByID(tid); +NativeThreadLinuxSP new_thread_sp =

Re: [Lldb-commits] [PATCH] D12100: [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue

2015-08-19 Thread Oleksiy Vyalov via lldb-commits
ovyalov added a comment. LGTM Repository: rL LLVM http://reviews.llvm.org/D12100 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2015-08-19 Thread Yacine Belkadi via lldb-commits
ybelkadi created this revision. ybelkadi added a reviewer: jingham. ybelkadi added a subscriber: lldb-commits. http://reviews.llvm.org/D12158 Files: tools/driver/Driver.cpp Index: tools/driver/Driver.cpp === ---

Re: [Lldb-commits] [PATCH] D12138: On Linux, clear the signal mask of the launched inferior

2015-08-19 Thread Yacine Belkadi via lldb-commits
ybelkadi added a comment. Thanks. Repository: rL LLVM http://reviews.llvm.org/D12138 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r245464 - XTIMEOUT TestEvents and TestThreadStates for Windows to Android.

2015-08-19 Thread Chaoren Lin via lldb-commits
Author: chaoren Date: Wed Aug 19 12:22:12 2015 New Revision: 245464 URL: http://llvm.org/viewvc/llvm-project?rev=245464view=rev Log: XTIMEOUT TestEvents and TestThreadStates for Windows to Android. Modified: lldb/trunk/test/dosep.py Modified: lldb/trunk/test/dosep.py URL:

Re: [Lldb-commits] [PATCH] D12115: [LLDB-MI] Fix -data-info-line when Windows filenames are used.

2015-08-19 Thread Dawn Perchik via lldb-commits
dawn planned changes to this revision. dawn added a comment. In http://reviews.llvm.org/D12115#227613, @abidh wrote: This command uses target modules lookup [...] Good point. Yes, it would be good to encapsulate this. I'll rework this patch accordingly when I can find the time (busy with a

Re: [Lldb-commits] [PATCH] D12165: Improve tests regarding imported namespaces and chained calls in C++

2015-08-19 Thread Chaoren Lin via lldb-commits
chaoren added a subscriber: chaoren. chaoren requested changes to this revision. chaoren added a reviewer: chaoren. This revision now requires changes to proceed. Comment at: test/lang/cpp/chained-calls/TestCppChainedCalls.py:45 @@ -45,3 +44,3 @@ env = None

[Lldb-commits] [PATCH] D12165: Improve tests regarding imported namespaces and chained calls in C++

2015-08-19 Thread Paul Herman via lldb-commits
paulherman created this revision. paulherman added a reviewer: sivachandra. paulherman added a subscriber: lldb-commits. http://reviews.llvm.org/D12165 Files: test/lang/cpp/chained-calls/TestCppChainedCalls.py test/lang/cpp/chained-calls/main.cpp test/lang/cpp/nsimport/TestCppNsImport.py

Re: [Lldb-commits] [PATCH] D12165: Improve tests regarding imported namespaces and chained calls in C++

2015-08-19 Thread Paul Herman via lldb-commits
paulherman updated this revision to Diff 32593. paulherman added a comment. Improve tests regarding imported namespaces and chained calls in C++ http://reviews.llvm.org/D12165 Files: test/lang/cpp/chained-calls/TestCppChainedCalls.py test/lang/cpp/chained-calls/main.cpp

[Lldb-commits] [lldb] r245477 - XTIMEOUT TestChangeProcessGroup for Linux.

2015-08-19 Thread Chaoren Lin via lldb-commits
Author: chaoren Date: Wed Aug 19 13:39:25 2015 New Revision: 245477 URL: http://llvm.org/viewvc/llvm-project?rev=245477view=rev Log: XTIMEOUT TestChangeProcessGroup for Linux. Modified: lldb/trunk/test/dosep.py Modified: lldb/trunk/test/dosep.py URL:

Re: [Lldb-commits] [PATCH] D12115: [LLDB-MI] Fix -data-info-line when Windows filenames are used.

2015-08-19 Thread Zachary Turner via lldb-commits
Seems reasonable to move that to lldb-dev. On Wed, Aug 19, 2015 at 12:56 PM Dawn Perchik dawn+l...@burble.org wrote: dawn planned changes to this revision. dawn added a comment. In http://reviews.llvm.org/D12115#227613, @abidh wrote: This command uses target modules lookup [...] Good

[Lldb-commits] [lldb] r245488 - [lldb-mi] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created.

2015-08-19 Thread Dawn Perchik via lldb-commits
Author: dperchik Date: Wed Aug 19 15:04:03 2015 New Revision: 245488 URL: http://llvm.org/viewvc/llvm-project?rev=245488view=rev Log: [lldb-mi] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created. Reviewed by: abidh, ki.stfu Subscribers: lldb-commits Differential Revision:

Re: [Lldb-commits] [PATCH] D12113: [LLDB-MI] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created.

2015-08-19 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL245488: [lldb-mi] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created. (authored by dperchik). Changed prior to commit: http://reviews.llvm.org/D12113?vs=32443id=32601#toc Repository:

[Lldb-commits] [lldb] r245515 - Fix tests to work on remote targets.

2015-08-19 Thread Paul Herman via lldb-commits
Author: paulherman Date: Wed Aug 19 17:44:48 2015 New Revision: 245515 URL: http://llvm.org/viewvc/llvm-project?rev=245515view=rev Log: Fix tests to work on remote targets. Modified: lldb/trunk/test/lang/cpp/chained-calls/TestCppChainedCalls.py

[Lldb-commits] [lldb] r245508 - Fix evaluation of global operators in C++

2015-08-19 Thread Paul Herman via lldb-commits
Author: paulherman Date: Wed Aug 19 16:44:56 2015 New Revision: 245508 URL: http://llvm.org/viewvc/llvm-project?rev=245508view=rev Log: Fix evaluation of global operators in C++ Added: lldb/trunk/test/lang/cpp/global_operators/ lldb/trunk/test/lang/cpp/global_operators/Makefile

[Lldb-commits] [lldb] r245532 - XTIMEOUT TestIntegerTypesExpr for Darwin.

2015-08-19 Thread Chaoren Lin via lldb-commits
Author: chaoren Date: Wed Aug 19 20:26:57 2015 New Revision: 245532 URL: http://llvm.org/viewvc/llvm-project?rev=245532view=rev Log: XTIMEOUT TestIntegerTypesExpr for Darwin. Modified: lldb/trunk/test/dosep.py Modified: lldb/trunk/test/dosep.py URL:

Re: [Lldb-commits] [PATCH] D12138: On Linux, clear the signal mask of the launched inferior

2015-08-19 Thread Yacine Belkadi via lldb-commits
ybelkadi updated this revision to Diff 32529. ybelkadi added a comment. Yes, the test passes, but as PR19246 reported intermittent failures, I thought I'd wait for the results of the tests run by the bots. Here is an updated patch also enabling the test. Could you please commit it if it's

[Lldb-commits] [lldb] r245428 - Fix lldb-server arm-linux-g++ build

2015-08-19 Thread Omair Javaid via lldb-commits
Author: omjavaid Date: Wed Aug 19 05:44:16 2015 New Revision: 245428 URL: http://llvm.org/viewvc/llvm-project?rev=245428view=rev Log: Fix lldb-server arm-linux-g++ build Modified: lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp Modified:

[Lldb-commits] [PATCH] D12184: [MIPS] Avoid breakpoint in delay slot

2015-08-19 Thread Bhushan Attarde via lldb-commits
bhushan created this revision. bhushan added a reviewer: clayborg. bhushan added subscribers: lldb-commits, jaydeep, sagar, nitesh.jain, mohit.bhakkad. bhushan set the repository for this revision to rL LLVM. In MIPS, when a breakpoint is hit in a delay slot then the PC points to the previous

Re: [Lldb-commits] [PATCH] D12104: [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation

2015-08-19 Thread Pavel Labath via lldb-commits
labath updated this revision to Diff 32526. labath marked 4 inline comments as done. labath added a comment. - Address review comments http://reviews.llvm.org/D12104 Files: source/Plugins/Process/Linux/NativeProcessLinux.cpp source/Plugins/Process/Linux/NativeProcessLinux.h

Re: [Lldb-commits] [PATCH] D12104: [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation

2015-08-19 Thread Pavel Labath via lldb-commits
labath added inline comments. Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:1457 @@ -1453,3 +1456,3 @@ -thread_sp = AddThread(pid); +thread_sp = std::static_pointer_castNativeThreadLinux(AddThread(pid)); assert (thread_sp.get()

[Lldb-commits] [lldb] r245536 - When the target definition is unparseable, print an error message

2015-08-19 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Aug 19 22:05:09 2015 New Revision: 245536 URL: http://llvm.org/viewvc/llvm-project?rev=245536view=rev Log: When the target definition is unparseable, print an error message to the user. e.g. specified via the plugin.process.gdb-remote.target-definition-file setting.

Re: [Lldb-commits] [PATCH] D12025: Make UriParser to support [$HOSTNAME] notation.

2015-08-19 Thread Oleksiy Vyalov via lldb-commits
ovyalov retitled this revision from Make LLDB URLs to support hex encoding for special symbols to Make UriParser to support [$HOSTNAME] notation.. ovyalov updated the summary for this revision. ovyalov updated this revision to Diff 32655. ovyalov added a comment. Herald added subscribers:

[Lldb-commits] [lldb] r245537 - If the filename specified by plugin.process.gdb-remote.target-definition-file,

2015-08-19 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Aug 19 23:29:46 2015 New Revision: 245537 URL: http://llvm.org/viewvc/llvm-project?rev=245537view=rev Log: If the filename specified by plugin.process.gdb-remote.target-definition-file, doesn't exist, see if it needs tilde expansion before we ignore it completely.