On 2 December 2013 23:46, Jason Molenda <[email protected]> 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. _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
