Mercurial > hg > xemacs-beta
comparison src/gdbinit @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 558f606b08ae |
children | fbbf69b4e8a7 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
343 pstruct symbol_value_varalias | 343 pstruct symbol_value_varalias |
344 else | 344 else |
345 if $imp == lrecord_toolbar_button | 345 if $imp == lrecord_toolbar_button |
346 pstruct toolbar_button | 346 pstruct toolbar_button |
347 else | 347 else |
348 if $imp == lrecord_toolbar_data | |
349 pstruct toolbar_data | |
350 else | |
351 if $imp == lrecord_tooltalk_message | 348 if $imp == lrecord_tooltalk_message |
352 pstruct Lisp_Tooltalk_Message | 349 pstruct Lisp_Tooltalk_Message |
353 else | 350 else |
354 if $imp == lrecord_tooltalk_pattern | 351 if $imp == lrecord_tooltalk_pattern |
355 pstruct Lisp_Tooltalk_Pattern | 352 pstruct Lisp_Tooltalk_Pattern |
414 end | 411 end |
415 end | 412 end |
416 end | 413 end |
417 end | 414 end |
418 end | 415 end |
419 end | |
420 end | 416 end |
421 | 417 |
422 document pobj | 418 document pobj |
423 Usage: pobj lisp_object | 419 Usage: pobj lisp_object |
424 Print the internal C structure of a underlying Lisp Object. | 420 Print the internal C structure of a underlying Lisp Object. |