bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9684: Emacs 23.3 and 24.0.90 don't build on IRIX 6.5


From: Eli Zaretskii
Subject: bug#9684: Emacs 23.3 and 24.0.90 don't build on IRIX 6.5
Date: Fri, 07 Oct 2011 20:13:04 +0200

> From: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
> Cc: 9684@debbugs.gnu.org
> Date: Fri, 07 Oct 2011 17:57:33 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Please show what these commands produce:
> >
> >  (gdb) frame 3
> >  (gdb) pp fun
> >  (gdb) frame 1
> >  (gdb) pp args[0]
> >  (gdb) pp args[1]
> 
> Unfortunately, they don't really work:

Then you will have to do it the hard way:

 (gdb) p fun
 (gdb) xtype

Then use the relevant x* commands, depending on what xtype says.
E.g., if it says that fun is a cons cell, use xcar and xcdr to display
the components, then xtype again for each component, etc.

But before you get down to all this mess, it would be good to use
Dan's suggestion first.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]