Re: [lldb-dev] 'breakpoint delete' vs. 'breakpoint disable'

2018-02-16 Thread Greg Clayton via lldb-dev
Breakpoint disable will keep the breakpoint around and all of its locations. Breakpoint delete will delete it. Shouldn't make a difference and one doesn't have to happen before the other. Sounds like you found a bug. When things crash it would be good to attach a stack backtrace of why LLDB is c

[lldb-dev] 'breakpoint delete' vs. 'breakpoint disable'

2018-02-16 Thread Dmitry Antipov via lldb-dev
While operating on a breakpoints, is it correct to use 'breakpoint delete' without previous 'breakpoint disable'? With this scenario, I'm observing 6.0.0-rc2 crash with: $ /home/dantipov/.local/llvm-6.0.0/bin/lldb t-thread2 (lldb) target create "t-thread2" Current executable set to 't-thread2'