[Lldb-commits] [lldb] r249020 - [LLDB][MIPS] Fix gp register value for o32 applications on 64-bit target

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 1 08:10:18 PDT 2015


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. :)


More information about the lldb-commits mailing list