[Lldb-commits] [lldb] r196201 - Build up UnwindPlan::PlanValidAtAddress to recognize some general

Ed Maste emaste at freebsd.org
Tue Dec 3 11:18:11 PST 2013


On 2 December 2013 23:46, Jason Molenda <jmolenda at apple.com> wrote:
> Author: jmolenda
> Date: Mon Dec  2 22:46:27 2013
> New Revision: 196201
>
...
> +            log->Printf ("Testing if UnwindPlan is valid at pc 0x%" PRIx64 ": No unwind rows - is invalid.");
...
> +            log->Printf ("Testing if UnwindPlan is valid at pc 0x%" PRIx64 ": No CFA register - is invalid.");

Address arg is missing in these log Printfs.



More information about the lldb-commits mailing list