[Lldb-commits] [PATCH] D15708: Advance the return-address breakpoint location to the end of the next source line, or the next branching instruction, when stepping over a func call

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 7 10:17:54 PST 2016


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

I agree default arguments should be used with care.  But in cases where some argument should generally be used one way and only have another value when used for special purposes by them as knows what they are doing, then the default argument expresses this.

Can you file a bug about the need to clear the instruction list.  That's just a little time bomb we're leaving around.  You don't need to fix it for this patch, but we should remind ourselves to fix it when we have a spare moment.

The code duplication doesn't bother me either, it is not significant.


Repository:
  rL LLVM

http://reviews.llvm.org/D15708





More information about the lldb-commits mailing list