[PATCH] D42582: [lldb][PPC64] Fixed step-in stopping in the wrong line

Jim Ingham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 13:42:28 PST 2018


jingham added a comment.

BTW, do you also need to handle breakpoint setting here?  If you set a breakpoint on a name, does it get both the global & local entry point?  Or do you always go through one or the other?  And again, when pushing past the breakpoint past the prologue, do we need to handle the different entry points differently?  I don't know why these local entry points are there, so maybe this question is off base, but abstractly it seems like you would have to worry about that.


Repository:
  rL LLVM

https://reviews.llvm.org/D42582





More information about the llvm-commits mailing list