Re: [PATCH] D15651: Driver part of debugger tuning

2015-12-19 Thread Paul Robinson via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL256104: Driver part of debugger tuning. (authored by probinson). Changed prior to commit: http://reviews.llvm.org/D15651?vs=43259&id=43304#toc Repository: rL LLVM http://reviews.llvm.org/D15651 Fil

Re: [PATCH] D15651: Driver part of debugger tuning

2015-12-18 Thread Eric Christopher via cfe-commits
echristo accepted this revision. echristo added a comment. This revision is now accepted and ready to land. LGTM. Thanks! -eric http://reviews.llvm.org/D15651 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/ma

[PATCH] D15651: Driver part of debugger tuning

2015-12-18 Thread Paul Robinson via cfe-commits
probinson created this revision. probinson added reviewers: echristo, dblaikie, aprantl, dougk. probinson added a subscriber: cfe-commits. Adds driver options named -glldb and -gsce to mean -g plus tuning for lldb and SCE debuggers respectively; the existing -ggdb option does the same for gdb. Exi