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
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
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