Hello everyone,
LLVM buildmaster will be updated and restarted after 7 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
amccarth added a subscriber: amccarth.
amccarth added a comment.
Nice detective work.
Comment at: include/lldb/Target/Process.h:1372
@@ +1371,3 @@
+/// @param[in] use_run_lock
+/// Whether the release the run lock after the stop.
+///
Did you mea
Author: zturner
Date: Wed Nov 25 11:49:47 2015
New Revision: 254078
URL: http://llvm.org/viewvc/llvm-project?rev=254078&view=rev
Log:
Be *stupider* about what constitutes a supported language binding.
We were trying to be super smart and find all the supported language
bindings. This led to us s
Author: labath
Date: Wed Nov 25 10:29:04 2015
New Revision: 254072
URL: http://llvm.org/viewvc/llvm-project?rev=254072&view=rev
Log:
Enable TestMiBreak on Linux
test reliably passed last 100 buildbot runs. Enable it and see what happens.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/t
labath created this revision.
labath added reviewers: clayborg, jingham.
labath added a subscriber: lldb-commits.
The following situation was occuring in TestAttachResume:
- we did a "continue" from a breakpoint (which involves a private start-stop to
step over the
breakpoint)
- after receiving
labath added a comment.
Seems legit, but @omjavaid can probably better verify the relationships among
these registers. However, I would like to request some tests for this. AFAIK,
we don't have a lot of (if any) arm-specific register tests. E.g. TestRegisters
is skipped for non-x86 arches, so w
tberghammer created this revision.
tberghammer added reviewers: labath, omjavaid.
tberghammer added a subscriber: lldb-commits.
Herald added subscribers: rengolin, emaste, aemerson.
Add 64/128 bit arm neon register definitions on linux
http://reviews.llvm.org/D14985
Files:
source/Core/Scalar.c
jaydeep created this revision.
jaydeep added a reviewer: clayborg.
jaydeep added subscribers: lldb-commits, bhushan, mohit.bhakkad, sagar,
nitesh.jain.
jaydeep set the repository for this revision to rL LLVM.
For MIPS, ARCH is specified without 'm'.
Repository:
rL LLVM
http://reviews.llvm.org