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
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
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
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
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/
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.
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/
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
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
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
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
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
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:/
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
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
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
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
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
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:
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
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.
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
===
---
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
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
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
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
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
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/
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
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)
-
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
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
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
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
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
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
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
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
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
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
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
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;
+
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
43 matches
Mail list logo