From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Earnshaw To: Nicolas.Thery@Symbian.com Cc: rearnsha@arm.com Subject: Re: ARM/linux gdb stops and gives no info Date: Tue, 30 May 2000 02:49:00 -0000 Message-id: <200005300948.KAA21133@cam-mail2.cambridge.arm.com> References: X-SW-Source: 2000-05/msg00159.html > > Richard Earnshaw wrote: > > > I can understand not being able to unpick the stack frame if I've jumped > > to never-never land, but to not even be able to display the registers > > makes the debugger useless. > > Have you tried "print $pc", "print $r1", ... to get the register contents? > Thanks for the tip: yes, that works. However, I still think that "info reg" should display the raw registers if there is no valid stack frame. R.