Author: jmolenda
Date: Fri Feb 12 22:15:02 2016
New Revision: 260803
URL: http://llvm.org/viewvc/llvm-project?rev=260803&view=rev
Log:
Additional fix to my change in r259983 to handle the
case where a core file has a kernel binary and a user
process dyld in the same one. Without this, we were
alw
Author: sivachandra
Date: Fri Feb 12 20:11:11 2016
New Revision: 260793
URL: http://llvm.org/viewvc/llvm-project?rev=260793&view=rev
Log:
[TestLibCxxAtomic] Skip for GCC.
Summary: This is the form on other libc++ tests.
Reviewers: sivachandra
Subscribers: lldb-commits
Differential Revision: ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL260793: [TestLibCxxAtomic] Skip for GCC. (authored by
sivachandra).
Changed prior to commit:
http://reviews.llvm.org/D17230?vs=47885&id=47886#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17230
sivachandra created this revision.
sivachandra added a reviewer: sivachandra.
sivachandra added a subscriber: lldb-commits.
This is the form on other libc++ tests.
http://reviews.llvm.org/D17230
Files:
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/ato
Author: jingham
Date: Fri Feb 12 18:31:47 2016
New Revision: 260772
URL: http://llvm.org/viewvc/llvm-project?rev=260772&view=rev
Log:
Adding an SBThread::StepInto that takes an end-line, also moved the code that
figures
out the address range for the step to SymbolContext.
Modified:
lldb/trun
Author: sivachandra
Date: Fri Feb 12 18:09:42 2016
New Revision: 260770
URL: http://llvm.org/viewvc/llvm-project?rev=260770&view=rev
Log:
[TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.
Reviewers: granata.enrico
Subscribers: lldb-commits
Differential Revision: http://reviews.l
sivachandra created this revision.
sivachandra added a reviewer: granata.enrico.
sivachandra added a subscriber: lldb-commits.
http://reviews.llvm.org/D17227
Files:
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/Makefile
Index:
packages/Python/
Author: spyffe
Date: Fri Feb 12 18:01:46 2016
New Revision: 260768
URL: http://llvm.org/viewvc/llvm-project?rev=260768&view=rev
Log:
Removed many JIT workarounds from IRForTarget.
Since IRExecutionUnit is now capable of looking up symbols, and the JIT is up to
the task of generating the appropria
Author: spyffe
Date: Fri Feb 12 17:55:13 2016
New Revision: 260767
URL: http://llvm.org/viewvc/llvm-project?rev=260767&view=rev
Log:
Fix stripping of _ when looking for symbols in IRExecutionUnit.
Previously we would try both versions of a symbol -- the one with _ in it and
the one without -- in
Hello everyone,
Below are some buildbot numbers for the last week of 1/31/2016 - 2/6/2016.
I have added a new report that shows a "status change ratio" for each
builder.
The idea is to provide some kind of metrics for a noise level a builder
produces. The number is a percent of builds that changed
granata.enrico requested changes to this revision.
granata.enrico added a comment.
This revision now requires changes to proceed.
This include is actually not necessary. I am removing it outright.
Thanks!
http://reviews.llvm.org/D17220
___
lldb-com
Author: enrico
Date: Fri Feb 12 17:12:27 2016
New Revision: 260761
URL: http://llvm.org/viewvc/llvm-project?rev=260761&view=rev
Log:
Remove an unnecessary include
Modified:
lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
Modified: lldb/trunk/source/Plugins/Language/CPlusPlus/Li
sivachandra created this revision.
sivachandra added a reviewer: granata.enrico.
sivachandra added a subscriber: lldb-commits.
Gets the build going on Linux again.
http://reviews.llvm.org/D17220
Files:
source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
Index: source/Plugins/Language/CPlusPlus
Author: enrico
Date: Fri Feb 12 16:18:24 2016
New Revision: 260752
URL: http://llvm.org/viewvc/llvm-project?rev=260752&view=rev
Log:
Data formatter support for libc++ std::atomic
On libc++ std::atomic is a fairly simple data type (layout wise, at least),
wrapping actual contents in a member vari
Author: spyffe
Date: Fri Feb 12 15:55:05 2016
New Revision: 260747
URL: http://llvm.org/viewvc/llvm-project?rev=260747&view=rev
Log:
Disable recognition of "using" declarations at translation-unit level.
Currently CountDeclLevels uses the ASTs which have no distinction between
separate translatio
Author: spyffe
Date: Fri Feb 12 15:16:58 2016
New Revision: 260735
URL: http://llvm.org/viewvc/llvm-project?rev=260735&view=rev
Log:
IRInterpreter now recognizes expressions with constants it doesn't handle.
If an instruction has a constant that IRInterpreter doesn't know how to deal
with (say, a
Author: spyffe
Date: Fri Feb 12 15:11:25 2016
New Revision: 260734
URL: http://llvm.org/viewvc/llvm-project?rev=260734&view=rev
Log:
Centralized symbol lookup in IRExecutionUnit, and fixed the code model.
I'm preparing to remove symbol lookup from IRForTarget, where it constitutes a
dreadful hack
Author: sivachandra
Date: Fri Feb 12 14:30:47 2016
New Revision: 260721
URL: http://llvm.org/viewvc/llvm-project?rev=260721&view=rev
Log:
Adjust for Python-3.
Summary:
This does not yet give us a clean testsuite run but it does help with:
1. Actually building on linux
2. Run the testsuite with ov
sivachandra added inline comments.
Comment at: source/API/liblldb.exports:4
@@ -3,1 +3,2 @@
init_lld*
+PyInit__lld*
labath wrote:
> zturner wrote:
> > I don't really know what the syntax of this file is, but the symbol is
> > called `PyInit__lldb`, not `PyInit__
sivachandra updated this revision to Diff 47835.
sivachandra marked an inline comment as done.
sivachandra added a comment.
Address comments
http://reviews.llvm.org/D17182
Files:
packages/Python/lldbsuite/test/lldbtest.py
packages/Python/lldbsuite/test/plugins/builder_linux.py
packages/Py
Author: spyffe
Date: Fri Feb 12 13:47:57 2016
New Revision: 260715
URL: http://llvm.org/viewvc/llvm-project?rev=260715&view=rev
Log:
Objective-C++ is a kind of C++.
Modified:
lldb/trunk/source/Target/Language.cpp
Modified: lldb/trunk/source/Target/Language.cpp
URL:
http://llvm.org/viewvc/ll
Author: spyffe
Date: Fri Feb 12 13:45:31 2016
New Revision: 260713
URL: http://llvm.org/viewvc/llvm-project?rev=260713&view=rev
Log:
Make Target::CalculateProcess() return a sensible result.
The Calculate* functions in general should not derive any information that isn't
implicit, but for Target
Author: spyffe
Date: Fri Feb 12 12:42:00 2016
New Revision: 260699
URL: http://llvm.org/viewvc/llvm-project?rev=260699&view=rev
Log:
Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals.
Test cases should not be named after PR or Radar numbers. It's fine to
annotate them with the
Hello everyone,
LLVM buildmaster will be updated and 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
ovyalov accepted this revision.
ovyalov added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rL LLVM
http://reviews.llvm.org/D17131
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-
fjricci updated this revision to Diff 47806.
fjricci added a comment.
Remove unnecessary special-case logic for reverse connecting
http://reviews.llvm.org/D17099
Files:
source/Interpreter/CommandInterpreter.cpp
Index: source/Interpreter/CommandInterpreter.cpp
fjricci added a comment.
It looks like passing a `listen://` url to `ConnectToDebugserver` actually
works "out of the box". Thanks! I'll work on writing a unit test.
http://reviews.llvm.org/D17099
___
lldb-commits mailing list
lldb-commits@lists.ll
labath added a subscriber: labath.
labath accepted this revision.
labath added a reviewer: labath.
labath added a comment.
This revision is now accepted and ready to land.
We are not running these unittests on windows at the moment. You are the
windows maintainer, so if you say this is working fo
labath accepted this revision.
This revision is now accepted and ready to land.
Comment at: scripts/Python/modules/readline/readline.cpp:55
@@ -39,1 +54,3 @@
static char*
+#if PY_VERSION_HEX >= 0x0300
+simple_readline(FILE *stdin, FILE *stdout, const char *prompt)
---
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
looks good.
http://reviews.llvm.org/D17088
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listin
labath added a comment.
I like this more, but I'd like to take it a bit further. I think we won't have
to parse the url string at all (see comments).
I believe the best way to avoid breaking (and being broken by) other changes is
to make sure this fits in nicely in the existing architecture. Pu
nitesh.jain updated this revision to Diff 47776.
nitesh.jain added a comment.
Update the diff as per suggestion.
Repository:
rL LLVM
http://reviews.llvm.org/D17131
Files:
packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py
Index:
packages/Python/lldbsuit
nitesh.jain marked an inline comment as done.
nitesh.jain added a comment.
Thanks zturner.
Will update the diff as per suggestion.
Repository:
rL LLVM
http://reviews.llvm.org/D17131
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http:/
33 matches
Mail list logo