comparison src/.gdbinit.in.in @ 5598:bccc91a65536

Fix .gdbinit and .dbxrc when using the new garbage collector. ChangeLog: 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * configure.ac: Fix creation of etc/dbxrc and src/.dbxrc; only try to create Makefile when Makefile.in is there. * configure: Regenerate. src/ChangeLog: 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * .gdbinit.in.in: There is no lrecord_type_lcrecord_list when using the new garbage collector; print $lrecord_type when Lisp Object type is unknown to pobj. etc/ChangeLog: 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * dbxrc.in: There is no lrecord_type_lcrecord_list when using the new garbage collector; print $lrecord_type when Lisp Object type is unknown to pobj.
author Marcus Crestani <crestani@informatik.uni-tuebingen.de>
date Mon, 21 Nov 2011 10:28:31 +0100
parents 002cb5224e4f
children f4d74be74462
comparison
equal deleted inserted replaced
5597:79a1a759ec3d 5598:bccc91a65536
389 pptype Lisp_Image_Instance 389 pptype Lisp_Image_Instance
390 else 390 else
391 if $lrecord_type == lrecord_type_keymap 391 if $lrecord_type == lrecord_type_keymap
392 pptype Lisp_Keymap 392 pptype Lisp_Keymap
393 else 393 else
394 #ifndef NEW_GC
394 if $lrecord_type == lrecord_type_lcrecord_list 395 if $lrecord_type == lrecord_type_lcrecord_list
395 pstructtype lcrecord_list 396 pstructtype lcrecord_list
396 else 397 else
398 #endif
397 if $lrecord_type == lrecord_type_ldap 399 if $lrecord_type == lrecord_type_ldap
398 pptype Lisp_LDAP 400 pptype Lisp_LDAP
399 else 401 else
400 if $lrecord_type == lrecord_type_lstream 402 if $lrecord_type == lrecord_type_lstream
401 pstructtype lstream 403 pstructtype lstream
456 else 458 else
457 if $lrecord_type == lrecord_type_fc_config 459 if $lrecord_type == lrecord_type_fc_config
458 pstructtype fc_config 460 pstructtype fc_config
459 else 461 else
460 echo Unknown Lisp Object type\n 462 echo Unknown Lisp Object type\n
463 print $lrecord_type
461 print $arg0 464 print $arg0
462 ## Barf, gag, retch 465 ## Barf, gag, retch
463 end 466 end
464 end 467 end
465 end 468 end
466 end 469 end
467 end 470 end
468 end 471 end
469 end 472 #ifndef NEW_GC
473 end
474 #endif
470 end 475 end
471 end 476 end
472 end 477 end
473 end 478 end
474 end 479 end