aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2018-12-21 21:19:09 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2018-12-21 21:19:18 -0500
commite08b849efa7af6cb13d7d3d02dc366b9d7f4208c (patch)
tree1a27e0867019800c1334781ada8bd77cf1453d05 /gdb/ChangeLog
parent5ec79917fa45f4f0870d7d0a09806e31dd5d28b5 (diff)
downloadgdb-e08b849efa7af6cb13d7d3d02dc366b9d7f4208c.zip
gdb-e08b849efa7af6cb13d7d3d02dc366b9d7f4208c.tar.gz
gdb-e08b849efa7af6cb13d7d3d02dc366b9d7f4208c.tar.bz2
Add debug output for recorded minsyms
While discussing this issue: https://sourceware.org/ml/gdb-patches/2018-12/threads.html#00082 I added a printf gated by "set debug symtab-create" to be able to quickly see all minimal symbols recorded by GDB. I thought it would be useful to have it built-in, for the future. Here's how the output looks: Recording minsym: mst_data 0x400780 15 _IO_stdin_used Recording minsym: mst_text 0x400700 13 __libc_csu_init Recording minsym: mst_bss 0x601058 25 _end gdb/ChangeLog: * minsyms.c (mst_str): New. (minimal_symbol_reader::record_full): Add debug output.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4fcd2eb..b97500a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-12-21 Simon Marchi <simon.marchi@ericsson.com>
+
+ * minsyms.c (mst_str): New.
+ (minimal_symbol_reader::record_full): Add debug output.
+
2018-12-21 John Baldwin <jhb@FreeBSD.org>
* fbsd-nat.c (fbsd_handle_debug_trap): Require pl.pl_flags to