[Lldb-commits] [PATCH] D84307: [lldb/interpreter] Move the history subcommand to session (NFCI)

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 22 08:23:57 PDT 2020


teemperor added a subscriber: jingham.
teemperor added a comment.

Isn't `session` just concerned with the *current* LLDB session? LLDB's command history is only spanning the current session at the moment, but I always thought that's more of a bug and not a feature (In fact one of my GSoC students may actually have to implement that the history is spanning multiple sessions). On the other hand it seems to best fit the current behaviour so it's fine by me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84307





More information about the lldb-commits mailing list