* ocd.c (ocd_open): If we fail ocd_start_remote, make sure we
[deliverable/binutils-gdb.git] / gdb / ChangeLog-gdbtk
index 55bdd34b1b6166e6a615ce039ffa14d68d3df89e..871edffbcf4c0fd44ddb157e54b950a8d4661bda 100644 (file)
@@ -1,3 +1,47 @@
+Tue Feb 10 17:50:37 1998  Keith Seitz  <keiths@onions.cygnus.com>
+
+       * gdbtk.c (gdbtk_modify_tracepoint): Define new tracepoint modification hook.
+       (gdbtk_print_frame_info): Define this hook so that current_source_symtab
+       is set properly.
+       (gdb_actions_command): Use free_actions () from tracepoint.c/h.
+       
+Mon Jan 26 11:37:55 1998  Keith Seitz  <keiths@onions.cygnus.com>
+
+       * gdbtk.c (gdb_actions_command): Make note of next action
+       before freeing all references to it.
+
+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.
+
+       * gdbtk.c (gdbtk_init): Add hooks for pre- and post-symbol reading.
+       (gdbtk_pre_add_symbol): New function: the pre-add-symbol hook.
+       (gdbtk_post_add_symbol): New function: the post-add-symbol hook.
+       (find_file_in_dir): New function. Moved the guts of gdb_find_file_command
+       into here to allow its use by others.
+       (gdb_loc): Use find_file_in_dir to return the real path to the file
+       (or "N/A" if we can't find it).
+
+       * configure.in (TIX_LIB_EXT): Define new variable for those special cases
+       when TCL_SHLIB_SUFFIX is not enough to specify the dependency.
+
+       * configure: Regenerate.
+
 Fri Jan 23 07:47:06 1998  Fred Fish  <fnf@cygnus.com>
 
        * Makefile.in (uninstall): Remove installed gdbtcl dir, if one
This page took 0.024409 seconds and 4 git commands to generate.