[Lldb-commits] [PATCH] Add new bugreport command to lldb

Greg Clayton clayborg at gmail.com
Wed Jul 1 11:36:06 PDT 2015


Good start. We can iterate on it to improve it. Sounds like for unwinding we can get away with a single command that gets run afterward. For more complex things, we can implement things like Jim was requesting, but they should probably be more domain specific:

  (lldb) bug report step start
  // Now make problem happen...
  (lldb) s
  (lldb) bug report step stop


http://reviews.llvm.org/D10868

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list