[Lldb-commits] [lldb] r244866 - [LLDB][MIPS] Use qfThreadID if qC packet is not supported by target

2015-08-12 Thread Jaydeep Patil via lldb-commits
Author: jaydeep Date: Wed Aug 12 22:46:36 2015 New Revision: 244866 URL: http://llvm.org/viewvc/llvm-project?rev=244866&view=rev Log: [LLDB][MIPS] Use qfThreadID if qC packet is not supported by target SUMMARY: The patch uses qfThreadID to get the thread IDs if qC packet is not supported

[Lldb-commits] [lldb] r244865 - [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint

2015-08-12 Thread Jaydeep Patil via lldb-commits
Author: jaydeep Date: Wed Aug 12 22:46:01 2015 New Revision: 244865 URL: http://llvm.org/viewvc/llvm-project?rev=244865&view=rev Log: [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint SUMMARY: The patch supports TAAwatch:addr packet. The patch also sets m_watchpoin

[Lldb-commits] [lldb] r244864 - [LLDB][MIPS] Handle false positives for MIPS hardware watchpoints

2015-08-12 Thread Jaydeep Patil via lldb-commits
Author: jaydeep Date: Wed Aug 12 22:44:09 2015 New Revision: 244864 URL: http://llvm.org/viewvc/llvm-project?rev=244864&view=rev Log: [LLDB][MIPS] Handle false positives for MIPS hardware watchpoints SUMMARY: Last 3bits of the watchpoint address are masked by the kernel. For example, n is

[Lldb-commits] [lldb] r244863 - Add missing newline at EOF.

2015-08-12 Thread Bruce Mitchener via lldb-commits
Author: brucem Date: Wed Aug 12 21:44:40 2015 New Revision: 244863 URL: http://llvm.org/viewvc/llvm-project?rev=244863&view=rev Log: Add missing newline at EOF. This fixes a warning on the Mac OS X build. Modified: lldb/trunk/tools/debugserver/source/MacOSX/HasAVX.s Modified: lldb/trunk/too

Re: [Lldb-commits] [PATCH] D11971: Remove DNBConfig.h

2015-08-12 Thread Bruce Mitchener via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244850: Remove DNBConfig.h (authored by brucem). Changed prior to commit: http://reviews.llvm.org/D11971?vs=31902&id=32011#toc Repository: rL LLVM http://reviews.llvm.org/D11971 Files: lldb/trunk/

[Lldb-commits] [lldb] r244850 - Remove DNBConfig.h

2015-08-12 Thread Bruce Mitchener via lldb-commits
Author: brucem Date: Wed Aug 12 19:32:01 2015 New Revision: 244850 URL: http://llvm.org/viewvc/llvm-project?rev=244850&view=rev Log: Remove DNBConfig.h Summary: This was no longer needed and hasn't been needed since r143244 in 2011. This removes everything associated with generating or using it.

[Lldb-commits] [lldb] r244846 - Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance functions on the CompilerType and the TypeSystem

2015-08-12 Thread Enrico Granata via lldb-commits
Author: enrico Date: Wed Aug 12 19:24:24 2015 New Revision: 244846 URL: http://llvm.org/viewvc/llvm-project?rev=244846&view=rev Log: Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance functions on the CompilerType and the TypeSystem Modified: lldb/trunk/include/lldb/

Re: [Lldb-commits] [PATCH] D11987: Fix to handle AArch64 watchpoint exception before instruction being watched is executed

2015-08-12 Thread Ed Maste via lldb-commits
emaste added a subscriber: emaste. Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp:186-187 @@ -186,1 +185,4 @@ +host_arch.GetMachine() == llvm::Triple::mips64el || +host_arch.GetMachine() == llvm::Triple::aarch64 || +ho

[Lldb-commits] [lldb] r244801 - Fix process_events.py to auto continue the process if we attached so the process doesn't just sit there suspended.

2015-08-12 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Wed Aug 12 15:04:01 2015 New Revision: 244801 URL: http://llvm.org/viewvc/llvm-project?rev=244801&view=rev Log: Fix process_events.py to auto continue the process if we attached so the process doesn't just sit there suspended. Modified: lldb/trunk/examples/python/proc

Re: [Lldb-commits] [PATCH] D11987: Fix to handle AArch64 watchpoint exception before instruction being watched is executed

2015-08-12 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good. http://reviews.llvm.org/D11987 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li

[Lldb-commits] [PATCH] D11987: Fix to handle AArch64 watchpoint exception before instruction being watched is executed

2015-08-12 Thread Muhammad Omair Javaid via lldb-commits
omjavaid created this revision. omjavaid added reviewers: tberghammer, clayborg. omjavaid added a subscriber: lldb-commits. Herald added subscribers: rengolin, aemerson. LLDB needs to know whether a watchpoint instruction is executed before or after the watchpoint exception is delivered. This pa

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

2015-08-12 Thread Chaoren Lin via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244781: Make dosep output status by overwriting the same line. (authored by chaoren). Changed prior to commit: http://reviews.llvm.org/D11843?vs=31703&id=31961#toc Repository: rL LLVM http://reviews

Re: [Lldb-commits] [PATCH] D11909: Don't print number of failures and percentage if no tests ran.

2015-08-12 Thread Chaoren Lin via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244782: Don't print number of failures and percentage if no tests ran. (authored by chaoren). Changed prior to commit: http://reviews.llvm.org/D11909?vs=31679&id=31962#toc Repository: rL LLVM http:/

Re: [Lldb-commits] [PATCH] D11846: Make dosep.py PEP8 compliant. NFC.

2015-08-12 Thread Chaoren Lin via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244784: Make dosep.py PEP8 compliant. NFC. (authored by chaoren). Changed prior to commit: http://reviews.llvm.org/D11846?vs=31683&id=31964#toc Repository: rL LLVM http://reviews.llvm.org/D11846 Fi

[Lldb-commits] [lldb] r244784 - Make dosep.py PEP8 compliant. NFC.

2015-08-12 Thread Chaoren Lin via lldb-commits
Author: chaoren Date: Wed Aug 12 13:02:54 2015 New Revision: 244784 URL: http://llvm.org/viewvc/llvm-project?rev=244784&view=rev Log: Make dosep.py PEP8 compliant. NFC. Reviewers: zturner, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11846 Modified: ll

[Lldb-commits] [lldb] r244782 - Don't print number of failures and percentage if no tests ran.

2015-08-12 Thread Chaoren Lin via lldb-commits
Author: chaoren Date: Wed Aug 12 13:02:51 2015 New Revision: 244782 URL: http://llvm.org/viewvc/llvm-project?rev=244782&view=rev Log: Don't print number of failures and percentage if no tests ran. Reviewers: zturner Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11909

Re: [Lldb-commits] [PATCH] D11910: Refactor dosep to use list comprehension. NFC.

2015-08-12 Thread Chaoren Lin via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244783: Refactor dosep to use list comprehension. NFC. (authored by chaoren). Changed prior to commit: http://reviews.llvm.org/D11910?vs=31708&id=31963#toc Repository: rL LLVM http://reviews.llvm.or

[Lldb-commits] [lldb] r244781 - Make dosep output status by overwriting the same line.

2015-08-12 Thread Chaoren Lin via lldb-commits
Author: chaoren Date: Wed Aug 12 13:02:49 2015 New Revision: 244781 URL: http://llvm.org/viewvc/llvm-project?rev=244781&view=rev Log: Make dosep output status by overwriting the same line. Summary: Update to D11816. Reviewers: zturner Subscribers: zturner, lldb-commits Differential Revision: h

[Lldb-commits] [lldb] r244783 - Refactor dosep to use list comprehension. NFC.

2015-08-12 Thread Chaoren Lin via lldb-commits
Author: chaoren Date: Wed Aug 12 13:02:53 2015 New Revision: 244783 URL: http://llvm.org/viewvc/llvm-project?rev=244783&view=rev Log: Refactor dosep to use list comprehension. NFC. Reviewers: zturner Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11910 Modified:

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

2015-08-12 Thread Zachary Turner via lldb-commits
zturner added inline comments. Comment at: test/dosep.py:215 @@ +214,3 @@ +# Only interested in test files with the "Test*.py" naming pattern. +return name.startswith("Test") and name.endswith(".py") + How was this working before? Seems ri

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

2015-08-12 Thread Chaoren Lin via lldb-commits
chaoren added inline comments. Comment at: test/dosep.py:163 @@ -162,3 @@ -# We're only interested in the test file with the "Test*.py" naming pattern. -if not name.startswith("Test") or not name.endswith(".py"): -continue From here.

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

2015-08-12 Thread Oleksiy Vyalov via lldb-commits
ovyalov updated this revision to Diff 31956. ovyalov added a comment. Added bug id to XFAIL decorators http://reviews.llvm.org/D11962 Files: test/lang/c/modules/TestCModules.py Index: test/lang/c/modules/TestCModules.py === ---

[Lldb-commits] LLVM buildmaster will be restarted tonight

2015-08-12 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster will be restarted after 6 PM Pacific time today. Thanks Galina ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D11672: [MIPS] Handle false positives for MIPS hardware watchpoints

2015-08-12 Thread Jim Ingham via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. Yes, this looks fine. Repository: rL LLVM http://reviews.llvm.org/D11672 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://li

Re: [Lldb-commits] [PATCH] D11971: Remove DNBConfig.h

2015-08-12 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good. http://reviews.llvm.org/D11971 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li

Re: [Lldb-commits] [PATCH] D11747: [MIPS] Support standard GDB remote stop reply packet for watchpoint

2015-08-12 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good. Repository: rL LLVM http://reviews.llvm.org/D11747 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm

Re: [Lldb-commits] [PATCH] D11519: [MIPS] Use qfThreadID if qC packet is not supported by target

2015-08-12 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good. Repository: rL LLVM http://reviews.llvm.org/D11519 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm

[Lldb-commits] [lldb] r244759 - Remove printf most likely left from some debugging section

2015-08-12 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Wed Aug 12 10:55:04 2015 New Revision: 244759 URL: http://llvm.org/viewvc/llvm-project?rev=244759&view=rev Log: Remove printf most likely left from some debugging section Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp Modified: lldb/trunk/

[Lldb-commits] [lldb] r244750 - Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64

2015-08-12 Thread Omair Javaid via lldb-commits
Author: omjavaid Date: Wed Aug 12 08:42:24 2015 New Revision: 244750 URL: http://llvm.org/viewvc/llvm-project?rev=244750&view=rev Log: Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64 http://reviews.llvm.org/D11899 Modified: lldb/trunk/source/Plugins/Process/Linux/NativeR

Re: [Lldb-commits] [PATCH] D11899: Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64

2015-08-12 Thread Tamas Berghammer via lldb-commits
tberghammer accepted this revision. tberghammer added a comment. This revision is now accepted and ready to land. Looks good. Thank you for fixing it. Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp:755 @@ -750,3 +754,3 @@ -if (type == 0) -

Re: [Lldb-commits] [PATCH] D11899: Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64

2015-08-12 Thread Muhammad Omair Javaid via lldb-commits
omjavaid updated this revision to Diff 31934. omjavaid added a comment. I have updated this patch after incorporating suggestions. Is it good for commit now? http://reviews.llvm.org/D11899 Files: source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp source/Plugins/Process/Linux

[Lldb-commits] [lldb] r244742 - Fix read only watchpoints on x86_64

2015-08-12 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Wed Aug 12 07:22:42 2015 New Revision: 244742 URL: http://llvm.org/viewvc/llvm-project?rev=244742&view=rev Log: Fix read only watchpoints on x86_64 On x86/x86_64 read only watchpoints aren't supported. Fall back to read/write watchpoints in that case. Note: Logic should

[Lldb-commits] [lldb] r244741 - Fix LLGS to enable read type watchpoints

2015-08-12 Thread Omair Javaid via lldb-commits
Author: omjavaid Date: Wed Aug 12 06:30:21 2015 New Revision: 244741 URL: http://llvm.org/viewvc/llvm-project?rev=244741&view=rev Log: Fix LLGS to enable read type watchpoints http://reviews.llvm.org/D11902 Modified: lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.c

Re: [Lldb-commits] [PATCH] D11384: Improve check for ASAN callbacks

2015-08-12 Thread Tamas Berghammer via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244739: Improve check for ASAN callbacks (authored by tberghammer). Changed prior to commit: http://reviews.llvm.org/D11384?vs=30239&id=31923#toc Repository: rL LLVM http://reviews.llvm.org/D11384

[Lldb-commits] [lldb] r244739 - Improve check for ASAN callbacks

2015-08-12 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Wed Aug 12 06:13:11 2015 New Revision: 244739 URL: http://llvm.org/viewvc/llvm-project?rev=244739&view=rev Log: Improve check for ASAN callbacks The ASAN callbacks are public symbols so we can search for them with reading only the symbol table (not the debug info). Whit

Re: [Lldb-commits] [PATCH] D11936: Download symbol file for .oat files on android

2015-08-12 Thread Tamas Berghammer via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244738: Download symbol file for .oat files on android (authored by tberghammer). Changed prior to commit: http://reviews.llvm.org/D11936?vs=31826&id=31922#toc Repository: rL LLVM http://reviews.llv

[Lldb-commits] [lldb] r244737 - Fetch SDK version from PlatformAndroid

2015-08-12 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Wed Aug 12 06:10:19 2015 New Revision: 244737 URL: http://llvm.org/viewvc/llvm-project?rev=244737&view=rev Log: Fetch SDK version from PlatformAndroid The SDK version implies the features supported by a given android device. This version number will be used in future cha

[Lldb-commits] [lldb] r244738 - Download symbol file for .oat files on android

2015-08-12 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Wed Aug 12 06:10:25 2015 New Revision: 244738 URL: http://llvm.org/viewvc/llvm-project?rev=244738&view=rev Log: Download symbol file for .oat files on android On android .oat files (compiled java code) don't have symbol information but on SDK 23+ it can be generated by t

Re: [Lldb-commits] [PATCH] D11935: Fetch SDK version from PlatformAndroid

2015-08-12 Thread Tamas Berghammer via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL244737: Fetch SDK version from PlatformAndroid (authored by tberghammer). Changed prior to commit: http://reviews.llvm.org/D11935?vs=31822&id=31921#toc Repository: rL LLVM http://reviews.llvm.org/D1

Re: [Lldb-commits] [PATCH] D11747: [MIPS] Support standard GDB remote stop reply packet for watchpoint

2015-08-12 Thread Jaydeep Patil via lldb-commits
jaydeep updated this revision to Diff 31919. jaydeep added a comment. Addressed review comments. Repository: rL LLVM http://reviews.llvm.org/D11747 Files: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h

Re: [Lldb-commits] [lldb] r244308 - [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support

2015-08-12 Thread via lldb-commits
Hi Ed, I have updated the patch http://reviews.llvm.org/D10919 to fix failures reported by Oleksiy. error: Couldn't materialize: data for register eax had size 8 but we expected 4 Errored out in Execute, couldn't PrepareToExecuteJITExpression This failure is similar to the failure I was getting

Re: [Lldb-commits] [PATCH] D11747: [MIPS] Support standard GDB remote stop reply packet for watchpoint

2015-08-12 Thread Jaydeep Patil via lldb-commits
jaydeep added inline comments. Comment at: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:2498-2500 @@ +2497,5 @@ +reason = "watchpoint"; +std::ostringstream ostr; +ostr << wp_addr << " " << wp_index; +

Re: [Lldb-commits] [PATCH] D11519: [MIPS] Use qfThreadID if qC packet is not supported by target

2015-08-12 Thread Jaydeep Patil via lldb-commits
jaydeep updated this revision to Diff 31908. jaydeep added a comment. Addressed review comments. Repository: rL LLVM http://reviews.llvm.org/D11519 Files: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp Index: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClie