aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-gdbtk
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>1998-01-25 08:56:08 +0000
committerMartin Hunt <hunt@redhat.com>1998-01-25 08:56:08 +0000
commit0776b0b0da69ddb906b4d877a9ce69b4ee14dfb3 (patch)
treefa8261d24f89d1e0aa16c54411cbe99a006727bb /gdb/ChangeLog-gdbtk
parentf03cdc5ef4d7937704e473808d74007e358aa519 (diff)
downloadgdb-0776b0b0da69ddb906b4d877a9ce69b4ee14dfb3.zip
gdb-0776b0b0da69ddb906b4d877a9ce69b4ee14dfb3.tar.gz
gdb-0776b0b0da69ddb906b4d877a9ce69b4ee14dfb3.tar.bz2
Sat Jan 24 23:52:08 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk.c: Merge from Foundry branch. (TclDebug): New debugging function. (gdb_loc): For frames, find address of calling function instead of whatever is on the stack (usually the next instruction). (gdb_listfiles): Takes an optional pathname argument and returns an alphabetized list of basenames of files in the path.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r--gdb/ChangeLog-gdbtk20
1 files changed, 16 insertions, 4 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk
index 152634d..8bcc391 100644
--- a/gdb/ChangeLog-gdbtk
+++ b/gdb/ChangeLog-gdbtk
@@ -1,9 +1,21 @@
+Sat Jan 24 23:52:08 1998 Martin M. Hunt <hunt@cygnus.com>
+
+ * gdbtk.c: Merge from Foundry branch.
+ (TclDebug): New debugging function.
+ (gdb_loc): For frames, find address of calling function
+ instead of whatever is on the stack (usually the next
+ instruction).
+ (gdb_listfiles): Takes an optional pathname argument and
+ returns an alphabetized list of basenames of files in the
+ path.
+
Wed Jan 22 10:37:02 1998 Keith Seitz <keiths@onions.cygnus.com>
- * symfile.c: Define two new hooks for symbol reading: "pre_add_symbol_hook"
- and "post_add_symbol_hook". These hooks are called before we begin reading
- symbols, and after we finish.
- (generic_load): Use new symbol reading hooks and get rid of compiler warning.
+ * symfile.c: Define two new hooks for symbol reading:
+ "pre_add_symbol_hook" and "post_add_symbol_hook". These hooks
+ are called before we begin reading symbols, and after we finish.
+ (generic_load): Use new symbol reading hooks and get rid of
+ compiler warning.
* gdbtk.c (gdbtk_init): Add hooks for pre- and post-symbol reading.
(gdbtk_pre_add_symbol): New function: the pre-add-symbol hook.