Re: [Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2016-09-21 Thread Ed Maste via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL282123: Fix typo in lldb --help (authored by emaste). Changed prior to commit: https://reviews.llvm.org/D12158?vs=32567&id=72133#toc Repository: rL LLVM https://reviews.llvm.org/D12158 Files: lldb

Re: [Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2016-09-21 Thread Eugene Zelenko via lldb-commits
Eugene.Zelenko added a subscriber: Eugene.Zelenko. Eugene.Zelenko added a comment. Type is still in code. https://reviews.llvm.org/D12158 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-c

Re: [Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2015-08-26 Thread Yacine Belkadi via lldb-commits
ybelkadi added a comment. Sorry if this wasn't the expected way to submit trivial patches. (I don't have commit access) http://reviews.llvm.org/D12158 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/l

Re: [Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2015-08-26 Thread Jim Ingham via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. This is fine. This is an obvious grammar fix, those don't really need reviewing. http://reviews.llvm.org/D12158 ___ lldb-commits mailing list

Re: [Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2015-08-26 Thread Greg Clayton via lldb-commits
clayborg resigned from this revision. clayborg removed a reviewer: clayborg. clayborg added a comment. I'll defer to Jim since he added this option. http://reviews.llvm.org/D12158 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://list

[Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2015-08-19 Thread Yacine Belkadi via lldb-commits
ybelkadi created this revision. ybelkadi added a reviewer: jingham. ybelkadi added a subscriber: lldb-commits. http://reviews.llvm.org/D12158 Files: tools/driver/Driver.cpp Index: tools/driver/Driver.cpp === --- tools/driver/Drive