[Lldb-commits] [PATCH] D111209: Don't push null ExecutionContext on CommandInterpreter exectx stack

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 3 10:29:43 PDT 2021


jingham added a comment.

So probably the only safe thing to do is to ensure if the command doesn't specify a target in the execution context, we pick the currently selected one.  IIUC, that's the proposal here, so I think this is all good.  But we want to be careful not to allow implicit behaviors like this to change the currently selected target/thread/frame.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111209



More information about the lldb-commits mailing list