On 1 October 2015 at 16:05, Sagar Thakur via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> + printf("Symbol: name=%s, Type:%d value=%08lx\n", symbol_name, symbol_type, symbol.st_value);
> +
You seem to have left a debugging statement in. :)