/[emacs]/emacs/src/.gdbinit
ViewVC logotype

Diff of /emacs/src/.gdbinit

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by kfstorm, Thu Jul 14 11:30:35 2005 UTC revision 1.67 by nickrob, Wed Nov 9 20:38:12 2005 UTC
# Line 73  Print the argument as an emacs s-express Line 73  Print the argument as an emacs s-express
73  Works only when an inferior emacs is executing.  Works only when an inferior emacs is executing.
74  end  end
75    
76    # Print out s-expressions from tool bar
77    define pp1
78      set $tmp = $arg0
79      echo $arg0
80      printf " = "
81      set debug_print ($tmp)
82    end
83    document pp1
84    Print the argument as an emacs s-expression
85    Works only when an inferior emacs is executing.
86    For use on tool bar when debugging in Emacs
87    where the variable name would not otherwise
88    be recorded in the GUD buffer.
89    end
90    
91  # Print out current buffer point and boundaries  # Print out current buffer point and boundaries
92  define ppt  define ppt
93    set $b = current_buffer    set $b = current_buffer

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26