diff options
| author | Dan Nicolaescu | 2010-11-23 10:47:23 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-23 10:47:23 -0800 |
| commit | 42c8bc9b87388258d1de6a714b051330570f0ff4 (patch) | |
| tree | 3da9eae14b91e4c2d469b1cfe122c607f4f78d65 /src/ChangeLog | |
| parent | 2e8a479790905675fea870ac73f1deebd6889eea (diff) | |
| download | emacs-42c8bc9b87388258d1de6a714b051330570f0ff4.tar.gz emacs-42c8bc9b87388258d1de6a714b051330570f0ff4.zip | |
Mark debugger related variables and functions as EXTERNALLY_VISIBLE
so that they do not get optimized away.
* configure.in (EXTERNALLY_VISIBLE): New definition.
* src/emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
(gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
(gdb_pvec_type):
* src/print.c (print_output_debug_flag):
* src/lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
(safe_debug_print): New declaration.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 75a141dabc6..d8518e5cdda 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits) | ||
| 4 | (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG) | ||
| 5 | (gdb_pvec_type): | ||
| 6 | * print.c (print_output_debug_flag): | ||
| 7 | * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE. | ||
| 8 | (safe_debug_print): New declaration. | ||
| 9 | |||
| 3 | * xterm.c: | 10 | * xterm.c: |
| 4 | * systty.h: | 11 | * systty.h: |
| 5 | * sound.c: Include <sys/ioctl.h> unconditionally. | 12 | * sound.c: Include <sys/ioctl.h> unconditionally. |