[Lldb-commits] [PATCH] D53761: [Target] Do not skip a stop on a breakpoint if a plan was completed

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 26 15:08:08 PDT 2018


jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.

This seems safe, but you certainly want to add a comment explaining why you are doing this.

We find the expression breakpoint by calling ObjectFile::GetEntryPointAddress on the main executable.  So you should be able to test this everywhere by making that function result available somehow and then setting a user breakpoint there.

If you were making a dotest test I'd suggest adding SBTarget::GetEntryPointAddress and then use that.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53761





More information about the lldb-commits mailing list