[Lldb-commits] [PATCH] D23026: [LLDB-MI] removing requirement of a parameter for -break-insert's -f flag

Ilia K via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 1 22:03:23 PDT 2016


ki.stfu added a comment.

Hi!

So, what you want is to create pending breakpoints without locations?

I'm not sure it's the correct use of -break-insert so that lldb-mi has to exit with an error in this case. The other question is why it doesn't do that and sets BPs without locations even if -f has not been specified but that's another story.


Repository:
  rL LLVM

https://reviews.llvm.org/D23026





More information about the lldb-commits mailing list