clayborg added a comment.

Something like:

  (lldb) log enable --buffered 100000 lldb process state thread step

If we do this, then we need to be able to specify which buffers to dump 
somehow. In case someone did:

  (lldb) log enable --buffered 100000 lldb ...
  (lldb) log enable --buffered 100000 dwarf ...

I the user types "log buffer dump" then all streams would be dumped, maybe with 
a prefix like:

  "lldb" log messages:
  ...
  "dwarf" log messages:
  ...

Or we might be able to specify one or more channels to get just the ones we 
want:

  (lldb) log buffered dump lldb
  (lldb) log buffered dump dwarf
  (lldb) log buffered dump lldb dwarf


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127986/new/

https://reviews.llvm.org/D127986

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to