Re: [Lldb-commits] [PATCH] D13058: LLDB-MI: Bug when evaluating strings containing characters from non-ascii range

2015-09-26 Thread Jason Molenda via lldb-commits
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

Re: [Lldb-commits] [PATCH] D12977: LLDB MI addition for getting process stopped at first instruction right after launch via -exec-run

2015-09-26 Thread Kirill Lapshin via lldb-commits
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

Re: [Lldb-commits] [PATCH] D12977: LLDB MI addition for getting process stopped at first instruction right after launch via -exec-run

2015-09-26 Thread Ilia K via lldb-commits
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

[Lldb-commits] [lldb] r248676 - Added python script to support running pylint.

2015-09-26 Thread Todd Fiala via lldb-commits
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

Re: [Lldb-commits] [PATCH] D13124: test runner: switch to pure-Python timeout mechanism

2015-09-26 Thread Todd Fiala via lldb-commits
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

Re: [Lldb-commits] [PATCH] D13124: test runner: switch to pure-Python timeout mechanism

2015-09-26 Thread Todd Fiala via lldb-commits
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 __