This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SEGV on display /i $pc with i386 target


On Thu, Aug 29, 2002 at 11:35:43PM -0400, Elena Zannoni wrote:
>Seems like target_map_name_to_register is the problem?

It seems to be getting the correct correspondence between (in this
case) $eip and $pc.  You can see this by typing "print /x $pc"
"print /x $eip".  Both translate to the same thing.

It's only when the name itself needs to be displayed that it seems
to fall down.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]