comparison src/ChangeLog @ 84741:e903d611edc5

(xbacktrace): Print the arg's address rather than the value of the first arg, since that value may be a union.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 21 Sep 2007 07:00:04 +0000
parents 275cddd2a0da
children 8c7717ef4418
comparison
equal deleted inserted replaced
84740:275cddd2a0da 84741:e903d611edc5
1 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * .gdbinit (xbacktrace): Print the arg's address rather than the value
4 of the first arg, since that value may be a union.
2 5
3 * callproc.c (child_setup, getenv_internal): Use the frame's `display' 6 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
4 parameter rather than Qdisplay_environment_variable. If all else 7 parameter rather than Qdisplay_environment_variable. If all else
5 fails, look for DISPLAY in initial-environment. 8 fails, look for DISPLAY in initial-environment.
6 9