[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging Emacs with gdba
From: |
Eli Zaretskii |
Subject: |
Re: Debugging Emacs with gdba |
Date: |
Fri, 18 Nov 2005 15:20:19 +0200 |
> From: Nick Roberts <address@hidden>
> Date: Fri, 18 Nov 2005 16:36:17 +1300
>
> When the cursor is over a value in the speedbar, the tooltip now displays the
> data type. Unfortunately for lisp objects it displays "int". It would be
> nice if it displayed Lisp_Object. I don't know how to get it to do this,
> though.
Does your debug info format support macro expansion? If it does, you
could try using the `macro *' commands in GDB to display Lisp_Object.