comparison src/.gdbinit.in.in @ 5437:002cb5224e4f

Merge with 21.5 trunk.
author Mats Lidell <matsl@xemacs.org>
date Mon, 15 Nov 2010 22:33:52 +0100
parents 308d34e9f07d 6784adb405ad
children bccc91a65536
comparison
equal deleted inserted replaced
5436:da1365dd3f07 5437:002cb5224e4f
407 pptype Lisp_Opaque 407 pptype Lisp_Opaque
408 else 408 else
409 if $lrecord_type == lrecord_type_opaque_ptr 409 if $lrecord_type == lrecord_type_opaque_ptr
410 pptype Lisp_Opaque_Ptr 410 pptype Lisp_Opaque_Ptr
411 else 411 else
412 if $lrecord_type == lrecord_type_popup_data
413 pptype popup_data
414 else
415 if $lrecord_type == lrecord_type_process 412 if $lrecord_type == lrecord_type_process
416 pptype Lisp_Process 413 pptype Lisp_Process
417 else 414 else
418 if $lrecord_type == lrecord_type_range_table 415 if $lrecord_type == lrecord_type_range_table
419 pptype Lisp_Range_Table 416 pptype Lisp_Range_Table
451 if $lrecord_type == lrecord_type_weak_list 448 if $lrecord_type == lrecord_type_weak_list
452 pstructtype weak_list 449 pstructtype weak_list
453 else 450 else
454 if $lrecord_type == lrecord_type_window 451 if $lrecord_type == lrecord_type_window
455 pstructtype window 452 pstructtype window
456 else
457 if $lrecord_type == lrecord_type_window_configuration
458 pstructtype window_config
459 else 453 else
460 if $lrecord_type == lrecord_type_fc_pattern 454 if $lrecord_type == lrecord_type_fc_pattern
461 pstructtype fc_pattern 455 pstructtype fc_pattern
462 else 456 else
463 if $lrecord_type == lrecord_type_fc_config 457 if $lrecord_type == lrecord_type_fc_config
466 echo Unknown Lisp Object type\n 460 echo Unknown Lisp Object type\n
467 print $arg0 461 print $arg0
468 ## Barf, gag, retch 462 ## Barf, gag, retch
469 end 463 end
470 end 464 end
471 end
472 end
473 end 465 end
474 end 466 end
475 end 467 end
476 end 468 end
477 end 469 end