emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/DEBUG


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/etc/DEBUG
Date: Wed, 02 Nov 2005 21:03:24 -0500

Index: emacs/etc/DEBUG
diff -c emacs/etc/DEBUG:1.34 emacs/etc/DEBUG:1.35
*** emacs/etc/DEBUG:1.34        Wed Aug 24 11:32:06 2005
--- emacs/etc/DEBUG     Thu Nov  3 02:03:24 2005
***************
*** 158,165 ****
  
    XVECTOR (this_command_keys)->contents[this_command_key_count++] = key;
  
! XVECTOR is a macro, and therefore GDB does not know about it.
! GDB cannot evaluate "p XVECTOR (this_command_keys)".
  
  However, you can use the xvector command in GDB to get the same
  result.  Here is how:
--- 158,166 ----
  
    XVECTOR (this_command_keys)->contents[this_command_key_count++] = key;
  
! XVECTOR is a macro, and therefore, in general, GDB does not know about it.
! Unless Emacs has been compiled with preprocessor macro info, GDB cannot
! evaluate "p XVECTOR (this_command_keys)" .
  
  However, you can use the xvector command in GDB to get the same
  result.  Here is how:




reply via email to

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