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

2015-10-01 Thread Pavel Labath via lldb-commits
On 1 October 2015 at 16:05, Sagar Thakur via lldb-commits 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. :)

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

2015-10-01 Thread Sagar Thakur via lldb-commits
Author: slthakur Date: Thu Oct 1 10:05:31 2015 New Revision: 249020 URL: http://llvm.org/viewvc/llvm-project?rev=249020=rev Log: [LLDB][MIPS] Fix gp register value for o32 applications on 64-bit target GP registers for o32 applications were always giving zero value because SetType() on the

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

2015-10-01 Thread Zachary Turner via lldb-commits
Would be great if you had a test for this (if it simply fixes an existing broken test, then you should mention that in the patch summary so you don't get these emails from me in the future :)) On Thu, Oct 1, 2015 at 8:10 AM Pavel Labath via lldb-commits < lldb-commits@lists.llvm.org> wrote: > On