[Lldb-commits] [lldb] [lldb] add command start (PR #67019)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 22 09:15:29 PDT 2023
=?utf-8?q?José?= L. Junior <jljuniorpb at gmail.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/67019/lldb at github.com>
jimingham wrote:
The other improvement I'd suggest here is that the breakpoints you set to implement the "stop at main" behavior need to be be "one-shot" breakpoints. Otherwise, if you do:
(lldb) process launch --stop-at-main
... the process exits
and then:
(lldb) process launch
you're still going to stop at main, which is surprising.
https://github.com/llvm/llvm-project/pull/67019
More information about the lldb-commits
mailing list