[Lldb-commits] [PATCH] Fix SBTarget::Launch's stop_at_entry which is ignored

Zachary Turner zturner at google.com
Thu Jan 29 14:52:17 PST 2015


Not sure why this was ever a boolean in the first place instead of just having the user specify it through the launch_flags which are already passed into the function.  Maybe that's why it's ignored, since the argument is redunant because you can just create the launch_flags already to have eLaunchFlagsStopAtEntry?

Either way, I guess since the argument exists, might as well use it.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7271

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list