Re: [Lldb-commits] [PATCH] D21757: Fix lldb-mi disable/enable breakpoints commands

2016-07-12 Thread Chuck Ries via lldb-commits
ChuckR added a subscriber: ki.stfu. ChuckR added a comment. @abidh @ki.stfu Do you have any feedback? We would like to check this in and I want to get more sign off then just me. Repository: rL LLVM http://reviews.llvm.org/D21757 ___ lldb-commit

Re: [Lldb-commits] [PATCH] D18880: -thread-info in lldbmi does not conform to protocol. Should end with current thread id

2016-04-08 Thread Chuck Ries via lldb-commits
ChuckR added a subscriber: ChuckR. ChuckR closed this revision. ChuckR added a comment. closed with http://reviews.llvm.org/rL265858 http://reviews.llvm.org/D18880 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-b

[Lldb-commits] [lldb] r265858 - -thread-info in lldbmi does not conform to protocol. Should end with current thread id

2016-04-08 Thread Chuck Ries via lldb-commits
Author: chuckr Date: Fri Apr 8 17:17:53 2016 New Revision: 265858 URL: http://llvm.org/viewvc/llvm-project?rev=265858&view=rev Log: -thread-info in lldbmi does not conform to protocol. Should end with current thread id -thread-info in lldbmi does not conform to protocol. Should end with current

[Lldb-commits] [lldb] r254941 - Allow variable names to be quoted with -var-list-children

2015-12-07 Thread Chuck Ries via lldb-commits
Author: chuckr Date: Mon Dec 7 14:43:52 2015 New Revision: 254941 URL: http://llvm.org/viewvc/llvm-project?rev=254941&view=rev Log: Allow variable names to be quoted with -var-list-children Allow both '-var-list-children var0' and '-var-list-children "var0"' to be used with the -var-list-childr

[Lldb-commits] [lldb] r254924 - test commit.

2015-12-07 Thread Chuck Ries via lldb-commits
Author: chuckr Date: Mon Dec 7 13:08:15 2015 New Revision: 254924 URL: http://llvm.org/viewvc/llvm-project?rev=254924&view=rev Log: test commit. Modified: lldb/trunk/tools/lldb-mi/MIExtensions.txt Modified: lldb/trunk/tools/lldb-mi/MIExtensions.txt URL: http://llvm.org/viewvc/llvm-project/