[Lldb-commits] [PATCH] D138589: Add runToBinaryEntry option for lldb-vscode

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 23 10:38:28 PST 2022


clayborg added a comment.

Ideally this feature would enable a one shot breakpoint and let the startup happen just like it was before this patch.

We don't want the user to see this stop right? It seems like we should allow some commands to be run with this one shot breakpoint and have it auto continue? What is supposed to happen now? the IDE knows that it set this startup option and then does something on the first stop?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138589



More information about the lldb-commits mailing list