=?utf-8?q?José?= L. Junior <[email protected]>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/67019/[email protected]>


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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to