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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to