[PATCH] Set a debugger "target" to guide DWARF choices
Paul Robinson
Paul_Robinson at playstation.sony.com
Mon Apr 20 11:54:32 PDT 2015
================
Comment at: include/llvm/CodeGen/CommandFlags.h:268
@@ +267,3 @@
+cl::opt<DebuggerKind>
+DebuggerTarget("debugger-target",
+ cl::desc("Tune debug info for a particular debugger"),
----------------
Maybe this should be "debugger-tune" instead of "target" so that it implies smaller kinds of differences. It's certainly a lot less radical than most uses of "target" within LLVM.
http://reviews.llvm.org/D8506
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list