comparison src/.gdbinit @ 10495:70bd087c47a9

(xbufobjfwd, xbuflocal, xwinconfig): Renamed from xbuffer_objfwd, xbuffer_local_value, xwindow_configuration since gdb doesn't allow underscores in macro names.
author Karl Heuer <kwzh@gnu.org>
date Fri, 20 Jan 1995 20:12:25 +0000
parents 727cd2061e2a
children 6063c1f07723
comparison
equal deleted inserted replaced
10494:1512a87a6451 10495:70bd087c47a9
113 end 113 end
114 document xobjfwd 114 document xobjfwd
115 Print $ as an object forwarding pointer, assuming it is an Emacs Lisp Misc value. 115 Print $ as an object forwarding pointer, assuming it is an Emacs Lisp Misc value.
116 end 116 end
117 117
118 define xbuffer_objfwd 118 define xbufobjfwd
119 print (struct Lisp_Buffer_Objfwd *) (($ & 0x0fffffff) | $data_seg_bits) 119 print (struct Lisp_Buffer_Objfwd *) (($ & 0x0fffffff) | $data_seg_bits)
120 end 120 end
121 document xbuffer_objfwd 121 document xbufobjfwd
122 Print $ as a buffer-local object forwarding pointer, assuming it is an Emacs Lisp Misc value. 122 Print $ as a buffer-local object forwarding pointer, assuming it is an Emacs Lisp Misc value.
123 end 123 end
124 124
125 define xbuffer_local_value 125 define xbuflocal
126 print (struct Lisp_Buffer_Local_Value *) (($ & 0x0fffffff) | $data_seg_bits) 126 print (struct Lisp_Buffer_Local_Value *) (($ & 0x0fffffff) | $data_seg_bits)
127 end 127 end
128 document xbuffer_local_value 128 document xbuflocal
129 Print $ as a buffer-local-value pointer, assuming it is an Emacs Lisp Misc value. 129 Print $ as a buffer-local-value pointer, assuming it is an Emacs Lisp Misc value.
130 end 130 end
131 131
132 define xbuffer 132 define xbuffer
133 print (struct buffer *) (($ & 0x0fffffff) | $data_seg_bits) 133 print (struct buffer *) (($ & 0x0fffffff) | $data_seg_bits)
174 end 174 end
175 document xframe 175 document xframe
176 Print $ as a frame pointer, assuming it is an Emacs Lisp frame value. 176 Print $ as a frame pointer, assuming it is an Emacs Lisp frame value.
177 end 177 end
178 178
179 define xwindow_configuration 179 define xwinconfig
180 print (struct save_window_data *) (($ & 0x0fffffff) | $data_seg_bits) 180 print (struct save_window_data *) (($ & 0x0fffffff) | $data_seg_bits)
181 end 181 end
182 document xwindow_configuration 182 document xwinconfig
183 Print $ as a window configuration pointer, assuming it is an Emacs Lisp window configuration value. 183 Print $ as a window configuration pointer, assuming it is an Emacs Lisp window configuration value.
184 end 184 end
185 185
186 define xcompiled 186 define xcompiled
187 print (struct Lisp_Vector *) (($ & 0x0fffffff) | $data_seg_bits) 187 print (struct Lisp_Vector *) (($ & 0x0fffffff) | $data_seg_bits)