=?utf-8?q?José?= L. Junior <jljunio...@gmail.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/67019/l...@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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to