[Lldb-commits] [PATCH] D127895: [lldb] Don't overwrite quit and exit builtins in the interactive python interpreter

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 15 14:40:13 PDT 2022


kastiglione accepted this revision.
kastiglione added a comment.
This revision is now accepted and ready to land.

Before this, I didn't realize that `quit`/`exit` worked without being a function call. I think it's unfortunate we have to preserve that, but oh well.


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

https://reviews.llvm.org/D127895



More information about the lldb-commits mailing list