[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)
José Lira Junior via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 27 07:31:41 PDT 2023
junior-jl wrote:
What are your thoughts on creating an alias for `process launch --stop-at-user-entry` such as the intended `start` (or `begin`, or even `run -m`).
Also, if I wanted to do that, the only change would be an `AddAlias` in `CommandInterpreter.cpp`? Or there's something else?
https://github.com/llvm/llvm-project/pull/67019
More information about the lldb-commits
mailing list