comparison src/.gdbinit.in.in @ 5304:6784adb405ad

Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in 2010-11-15 Aidan Kehoe <kehoea@parhasard.net> * .gdbinit.in: Remove lrecord_type_popup_data, lrecord_type_window_configuration from this file, they're not used, and their presence breaks pobj in GDB at runtime for me.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 15 Nov 2010 19:31:06 +0000
parents 14f0dd1fabdb
children 002cb5224e4f
comparison
equal deleted inserted replaced
5303:4c4085177ca5 5304:6784adb405ad
409 pptype Lisp_Opaque 409 pptype Lisp_Opaque
410 else 410 else
411 if $lrecord_type == lrecord_type_opaque_ptr 411 if $lrecord_type == lrecord_type_opaque_ptr
412 pptype Lisp_Opaque_Ptr 412 pptype Lisp_Opaque_Ptr
413 else 413 else
414 if $lrecord_type == lrecord_type_popup_data
415 pptype popup_data
416 else
417 if $lrecord_type == lrecord_type_process 414 if $lrecord_type == lrecord_type_process
418 pptype Lisp_Process 415 pptype Lisp_Process
419 else 416 else
420 if $lrecord_type == lrecord_type_range_table 417 if $lrecord_type == lrecord_type_range_table
421 pptype Lisp_Range_Table 418 pptype Lisp_Range_Table
453 if $lrecord_type == lrecord_type_weak_list 450 if $lrecord_type == lrecord_type_weak_list
454 pstructtype weak_list 451 pstructtype weak_list
455 else 452 else
456 if $lrecord_type == lrecord_type_window 453 if $lrecord_type == lrecord_type_window
457 pstructtype window 454 pstructtype window
458 else
459 if $lrecord_type == lrecord_type_window_configuration
460 pstructtype window_config
461 else 455 else
462 if $lrecord_type == lrecord_type_fc_pattern 456 if $lrecord_type == lrecord_type_fc_pattern
463 pstructtype fc_pattern 457 pstructtype fc_pattern
464 else 458 else
465 if $lrecord_type == lrecord_type_fc_config 459 if $lrecord_type == lrecord_type_fc_config
468 echo Unknown Lisp Object type\n 462 echo Unknown Lisp Object type\n
469 print $arg0 463 print $arg0
470 ## Barf, gag, retch 464 ## Barf, gag, retch
471 end 465 end
472 end 466 end
473 end
474 end
475 end 467 end
476 end 468 end
477 end 469 end
478 end 470 end
479 end 471 end