jasonmolenda added a subscriber: jasonmolenda.
jasonmolenda added a comment.
NB: Greg is out for the next nine days, Enrico for the next five days.
http://reviews.llvm.org/D13058
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists
KLapshin added a comment.
@brucem, @enlight
Is this patch is fine for you now ?
Repository:
rL LLVM
http://reviews.llvm.org/D12977
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-comm
ki.stfu requested changes to this revision.
ki.stfu added a comment.
This revision now requires changes to proceed.
Update the summary + a few inline comments below.
Comment at: test/tools/lldb-mi/startup_options/TestMiStartupOptions.py:13-31
@@ -12,3 +12,21 @@
@lldbmi_te
Author: tfiala
Date: Sat Sep 26 18:00:35 2015
New Revision: 248676
URL: http://llvm.org/viewvc/llvm-project?rev=248676&view=rev
Log:
Added python script to support running pylint.
See the script comments for how to modify your
pylintrc file (e.g. $HOME/.pylintrc) to support
always finding the lld
tfiala updated this revision to Diff 35814.
tfiala added a comment.
Minor refactor, moving new components to test/test_runner/lib.
Will be adding test runner tests to test/test_runner/test and will make sure
the normal test runner doesn't try to run them. (These will be test
infrastructure tes
tfiala added a comment.
> When no cores are desired, we'll generate a SIGTERM instead of a SIGQUIT on
> the soft terminate request.
That on the POSIX-y systems, of course. It would be cool if Zachary can work
in the mini crashdumps or similar on Windows.
http://reviews.llvm.org/D13124
__