[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'

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

Re: [lldb-dev] [llvm-dev] [GSoC 2018] Introduction and Project Proposal

2018-02-16 Thread via lldb-dev
Hi Mohammed, For an LLDB project you probably want to post your note on lldb-dev@lists.llvm.org to get the attention of the main developers. There is a lot of overlap in the communities and obviously LLDB is hosted on llvm.org, but it does have its own mailing li