summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-09-21 07:00:04 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-09-21 07:00:04 +0000
commitc51842ec0fb0cbef7fa7b2f5e2b8bf2b299591a4 (patch)
treed0ac9c2282d9d565190e64d0bfe3ff0fe4ea650c /src/ChangeLog
parentd2bb65982c9fc5781f3346432951b250360686f5 (diff)
downloademacs-c51842ec0fb0cbef7fa7b2f5e2b8bf2b299591a4.tar.gz
(xbacktrace): Print the arg's address rather than the value
of the first arg, since that value may be a union.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1c303f806ce..fce33201988 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
+ * .gdbinit (xbacktrace): Print the arg's address rather than the value
+ of the first arg, since that value may be a union.
+
* callproc.c (child_setup, getenv_internal): Use the frame's `display'
parameter rather than Qdisplay_environment_variable. If all else
fails, look for DISPLAY in initial-environment.