]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog-gdbtk
This commit was generated by cvs2svn to track changes on a CVS vendor
[thirdparty/binutils-gdb.git] / gdb / ChangeLog-gdbtk
1 Mon Dec 21 11:11:02 1998 Keith Seitz <keiths@cygnus.com>
2
3 * gdbtk-cmds.c (get_register): Call get_saved_register instead of
4 read_relative_register_raw_bytes to fetch registers.
5
6 Thu Dec 17 09:00:56 1998 Keith Seitz <keiths@cygnus.com>
7
8 * gdbtk-cmds.c (gdb_search): Don't mention C++ RTTI and
9 global constructor/destructor symbols.
10
11 Tue Dec 15 10:09:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
12
13 * gdbtk-cmds.c (gdb_disassemble): Fix typo.
14
15 Sun Dec 13 09:52:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
16
17 * gdbtk-cmds.c: Update TARGET_PRINT_INSN_INFO, TARGET_PRINT_INSN.
18
19 Fri Dec 11 09:52:04 1998 Andrew Cagney <cagney@chook>
20
21 * gdbtk-cmds.c: Replace reg_name with REGISTER_NAME.
22
23 Mon Dec 14 13:20:50 1998 Jim Ingham <jingham@cygnus.com>
24
25 * Makefile.in, configure.in configure - add support for LIBGUI
26 outside the IDE context.
27
28 Thu Nov 19 13:14:57 1998 Geoffrey Noer <noer@cygnus.com>
29
30 * gdbtk-cmds.c: Can't start using new API names yet. Switch back
31 to calling cygwin32_ funcs until some time has passed...
32 * gdbtk.c: Ditto. Also, include sys/cygwin.h for Cygwin, instead
33 of providing own proto.
34
35 Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com>
36
37 Changes to account for name change from cygwin32 to cygwin and
38 clean up Win32-related ifdefs.
39
40 * gdbtk.c: lose "32" from cygwin_ func calls. ifndef for
41 checking DISPLAY should be for _WIN32, not WINNT.
42 * gdbtk.h: pick GDBTK_PATH_SEP based on _WIN32, not WINNT.
43 * gdbtk-cmds.c (gdb_path_conv): lose "32" from cygwin_ func call,
44 change ifdef to __CYGWIN32__ instead of WINNT.
45 * {gdbtk.c, gdbtk-hooks.c}: __CYGWIN32__ refs drop the "32".
46
47 Thu Nov 12 15:20:15 1998 Jim Ingham <jingham@cygnus.com>
48
49 * gdbtk-cmds.c (gdb_cmd): Added an optional second argument to the
50 gdb_cmd, which is from_tty. This is passed to the gdb command
51 parser. It is 0 by default, and the console window passes 1.
52
53 * gdbtk-cmds.c: moved disassemble_from_exec from gdbtk.c to gdbtk-cmds.c
54 with all the other link-var'ed variables
55
56 * gdbtk-hooks.c (gdbtk_trace_find): Only run the hook functions if
57 we are called from_tty.
58
59 * gdbtk-hooks.c (gdbtk_trace_start_stop): Set the trace buttons
60 from a trace_start_command callback rather than doing it as a
61 special case in gdb_cmd.
62
63 * tracepoint.c (tstart_command, tstop_command): Add call to
64 trace_start_stop_hook here.
65
66 Wed Nov 4 12:41:42 1998 Jim Ingham <jingham@cygnus.com>
67
68 * gdbtk-cmds.c (gdb_set_bp_addr): Pass the type, enable & thread
69 to gdbtk_tcl_breakpoint.
70 * gdbtk-hooks.c (gdbtk_trace_find): Added this function. It is
71 the hook function for tfind commands.
72 * tracepoint.c (trace_find_command): Added the trace_find_hook,
73 run when you do trace_find_command.
74 * tracepoint.h: Define the trace_find_hook.
75
76 1998-11-03 Keith Seitz <keiths@cygnus.com>
77
78 * v850ice.c (do_gdb): New function.
79 (ice_stepi): Use do_gdb to step properly.
80 (ice_nexti): Use do_gdb to step properly.
81 (view_source): Correct call to src window's location for new version.
82
83 Mon Nov 2 11:16:10 1998 Jim Ingham <jingham@cygnus.com>
84
85 * gdbtk-cmds (gdb_get_tracepoint_info): Demangle C++ function names.
86
87 Fri Oct 30 11:22:23 1998 Jim Ingham <jingham@cygnus.com>
88
89 * gdbtk-cmds (gdb_get_tracepoint_info): Fixed typo.
90
91 Wed Oct 28 16:19:02 1998 Martin M. Hunt <hunt@cygnus.com>
92
93 * gdbtk-cmds.c (gdb_set_bp_addr): For callback, send full
94 pathname instead of just basename.
95
96 Wed Oct 28 10:14:33 1998 Jim Ingham <jingham@cygnus.com>
97
98 * gdbtk-cmds.c: Made the bdtypes & bpdisp arrays shared so they
99 could be used in gdbtk-hooks.c (breakpoint_notify).
100 Also fixed a few error messages to actually print the bp number
101 rather that #%d...
102 * gdbtk-hooks.c (breakpoint_notify): pass more of the information
103 about the breakpoint into the Tcl command, so it does not have to
104 try and guess about information we have on the C side.
105 * gdbtk.h: Export the bptypes & pbdisp arrays.
106
107 1998-10-13 Jason Molenda (jsm@bugshack.cygnus.com)
108
109 * gdbtk.c, gdbtk-cmds.c: Cast parameters passed to make_cleanup to
110 use the new make_cleanup_func typedef.
111
112 1998-10-08 Keith Seitz <keiths@cygnus.com>
113
114 * gdbtk-hooks.c (gdbtk_add_hooks): Install a hook for
115 (new) file_changed_hook.
116 (gdbtk_exec_file_changed): Rename to gdbtk_exec_file_display
117 to mimic hook's name.
118 (gdbtk_file_changed): New hook function.
119
120 Tue Oct 6 22:57:13 1998 Andrew Cagney <cagney@b1.cygnus.com>
121
122 * configure.in (links): Link gdbtcl2 directory instead of gdbtcl.
123
124 Mon Oct 5 00:34:00 1998 Martin M. Hunt <hunt@cygnus.com>
125
126 * gdbtk-cmds.c (gdb_set_bp_addr): New command. Sets a
127 breakpoint at an address. Use this instead of gdb_cmd "break"
128 because the syntax of the break command is broken and doesn't
129 allow you to create a thread-specific BP at an address. Also
130 this is faster.
131
132 Sun Oct 4 22:35:47 1998 Martin M. Hunt <hunt@cygnus.com>
133
134 * gdbtk-cmds.c (gdb_set_bp): Add an optional thread number.
135 (gdb_find_bp_at_line): New function. Returns a list of bpnums
136 at the specified line number.
137 (gdb_find_bp_at_addr): New function. Returns a list of bpnums
138 at an address..
139
140 1998-10-02 Keith Seitz <keiths@cygnus.com>
141
142 * gdbtk-hooks.c (gdbtk_exec_file_changed): New function which handles
143 exec_file changes.
144 (gdbtk_add_hooks): Define exec_file_display_hook (to gdbtk_exec_file_changed)
145
146 * gdbtk-cmds.c (gdb_stop): target_stop is ALWAYS defined, so
147 compare against something a little more meaningful (target_ignore).
148
149 1998-09-24 Keith Seitz <keiths@cygnus.com>
150
151 * gdbtk.c (gdbtk_wait): Don't run the timer for ice targets.
152
153 * v850ice.c (WM_ADDR_TO_SYM): New message.
154 (v850ice_wndproc): Add handler for WM_SOURCE.
155 (v850ice_wait): Call the ui_loop_hook occasionally.
156 (ice_cont): Acknowledge message before doing anything.
157 (ice_stepi): Ack message and let gdbtk do stepping.
158 (ice_nexti): Ack message and let gdbtk do stepping.
159 (view_source): New function ICE calls to display source code.
160
161 start-sanitize-ide
162 Mon Sep 21 13:33:27 1998 Drew Moseley <dmoseley@cygnus.com>
163
164 * Makefile.in: Added sanitize markers around IDE code
165 * configure.in (host_libs): Added sanitize markers around IDE code
166 * configure: Regenerated configure from configure.in
167
168 end-sanitize-ide
169 1998-09-18 Keith Seitz <keiths@cygnus.com>
170
171 * gdbtk-cmds.c (get_frame_name): Demangle function names, too.
172
173 Thu Sep 10 22:10:29 1998 Jim Ingham <jingham@cygnus.com>
174
175 *gdbtk-cmds.c (gdb_disassemble): Make sure the symtab's linetable is not
176 null before trying to use it...
177
178 1998-09-02 Keith Seitz <keiths@cygnus.com>
179
180 * gdbtk-cmds.c (gdb_cmd): Do not run the timer when downloading --
181 the ui_progress_hook that has been installed will actually
182 update the gui for us.
183
184 Mon Aug 31 15:42:10 1998 Tom Tromey <tromey@cygnus.com>
185
186 * gdbtk-hooks.c (context_hook): Don't define.
187
188 1998-08-31 Keith Seitz <keiths@cygnus.com>
189
190 * gdbtk-cmds.c (gdb_listfuncs): When stripping out "global destructors"
191 and "global constructors", do not append any elements to the result.
192
193 Sun Aug 30 00:49:18 1998 Martin M. Hunt <hunt@cygnus.com>
194
195 * gdbtk-cmds.c (Gdbtk_Init): Link C variable gdb_context
196 with tcl variable gdb_context_id.
197
198 * gdbtk-hooks.c (gdbtk_context_change): Implement new hook called
199 context_hook. Called when threads change.
200
201 * gdbtk.c: Initialize gdb_context.
202
203 * gdbtk.h: Declare gdb_context.
204
205 * infrun (wait_for_inferior): Call context_hook.
206
207 * thread.c (thread_command): Call context_hook.
208
209 * defs.h: Declare context_hook.
210
211 Fri Aug 28 12:14:49 1998 Martin M. Hunt <hunt@cygnus.com>
212
213 * gdbtk-cmds.c (gdb_loadfile): Open the file after doing
214 the symtab lookup and calling symtab_to_filename(). This
215 makes GDBtk work with the GDB "dir" command.
216
217 1998-08-18 Keith Seitz <keiths@cygnus.com>
218
219 * gdbtk-hooks.c (gdbtk_add_hooks): Set selected_frame_level_changed_hook.
220 (gdbtk_selected_frame_changed): New function.
221
222 * gdbtk-cmds.c (Gdbtk_Init): Add command gdb_stack into interpreter.
223 Link gdb's global selected_frame_level with interpreter global
224 gdb_selected_frame_level.
225 (gdb_stack): New function to faciltate speedier backtraces from
226 gdbtk.
227 (get_frame_name): New helper function for gdb_stack.
228
229 Tue Aug 18 15:42:40 1998 Martin M. Hunt <hunt@cygnus.com>
230
231 * gdbtk-cmds.c (gdb_listfuncs): Strip out global constructors
232 and destructors from the function list.
233
234 start-sanitize-ide
235 Thu Aug 13 15:15:59 1998 Drew Moseley <dmoseley@cygnus.com>
236
237 * Makefile.in (FOUNDRY_LIB_BASE): Added the Foundry SDK code that allows
238 gdbtk to be linked with the Foundry libraries provided by a prebuilt/released
239 binary version of Foundry. The libraries and header files need to come from
240 the installed location of Foundry rather than the devo subdirectories.
241 * configure.in (ENABLE_IDE): Foundry SDK additions. Added the "with-foundry-libs"
242 configure option.
243 * configure: Foundry SDK additions. Regenerated from configure.in.
244
245 end-sanitize-ide
246 Thu Aug 13 15:09:59 1998 Drew Moseley <dmoseley@cygnus.com>
247
248 * gdbtk.c (gdbtk_cleanup): added a scope-level around the contents
249 of the #ifdef so that the variable declarations in there would not
250 be illegal in a C compilation.
251
252 Mon Jul 27 13:07:16 1998 Martin M. Hunt <hunt@cygnus.com>
253
254 * gdbtk.c (gdbtk_call_command): Removed because it is now
255 in gdbtk-hooks.c
256 (null_routine): Removed.
257
258 * gdbtk-hooks.c (tracepoint_notify): Fix sprintf to
259 match number of arguments.
260
261 * gdbtk-cmds.c (gdb_loc): When calling gdb_loc with an
262 argument, call find_pc_line() to get a complete
263 symtab_and_line struct.
264
265 Fri Jul 24 14:25:43 1998 Keith Seitz <keiths@cygnus.com>
266
267 * gdbtk-cmds.c (gdb_search): Add missing NULL to switches.
268 Add missing flags to result_ptr.
269 Pass along any errors caused by getting the list of files from
270 tcl.
271 Allocate correct amount of memory for the file list.
272 Don't do any unecessary cleanups.
273
274 Fri Jul 24 01:08:37 1998 Martin M. Hunt <hunt@cygnus.com>
275
276 * gdbtk-cmds.c (gdb_loadfile): When there are no
277 linenumbers, use only one tab.
278
279 Sat Jul 18 12:28:39 1998 Martin M. Hunt <hunt@cygnus.com>
280
281 * gdbtk.c (gdbtk_cleanup): Add call to tcl function
282 gdbtk_cleanup. We need this so the GUI gets to clean
283 up no matter how GDB exits.
284
285 Wed Jul 1 13:10:58 1998 Jim Ingham <jingham@cygnus.com>
286
287 * Moved gdbtk_hooks.c & gdbtk_cmds.c to gdbtk-hooks.c &
288 gdbtk-cmds.c to comply with the gdb conventions. Changed the
289 configure & makefile to reflect the change...
290
291 Wed Jul 1 11:07:21 1998 Jim Ingham <jingham@cygnus.com>
292
293 * gdbtk.c: removed all the commands and hooks from this file so
294 now it contains only the startup code.
295 * gdbtk.c (gdbtk_init): Fixed a bug in the startup code on Windows
296 that caused gdbtk not to find the share directory unless
297 GDBTK_LIBRARY was set.
298 * gdbtk_cmds.c: New file - this contains all the Tcl commands that
299 gdb defines. All the old commands were moved here, the
300 string-based commands were converted to object commands, and the
301 object-based commands were all converted to uniformly use the
302 call_wrapper. A new function, Gdbtk_Init was added to centralize
303 initializing the gdb package.
304 * gdbtk_hooks.c: New file - All the hooks were moved here, and a new
305 function, gdbtk_add_hooks was added to centralize adding all these
306 hook functions. gdbtk_fputs was also modified to handle the new
307 result_ptr structure. See the comments in gdbtk.h for more
308 details.
309 * gdbtk.h: New file - this contains all the defines and globals
310 shared by gdbtk.c, gdbtk_cmds.c & gdbtk_hooks.c
311 * Makefile.in, configure.in & configure: mutatis mutandi for the
312 new files.
313
314
315 Mon Jun 29 11:49:17 1998 Keith Seitz <keiths@cygnus.com>
316
317 * main.c (main): Don't include gdbtk test code if GDBTK is
318 not defined by configure.
319
320 * configure.in: When enabling gdbtk, add "-DGDBTK" to ENABLE_CFLAGS.
321
322 * configure: Regenerate.
323
324 Fri Jun 26 13:56:07 1998 Keith Seitz <keiths@cygnus.com>
325
326 * gdbtk.c: Change all references to static global "interp" to
327 "gdbtk_interp" and export this global.
328 (gdbtk_init): If gdbtk_source_filename is not NULL, source this file
329 into the interpreter when it goes idle.
330 Add new command "gdb_search".
331 (gdb_search): New function which searches the symbol table.
332 (gdbtk_test): New function called by main when the --tclcommand
333 option is used.
334
335 * main.c (main): Add a new option "--tclcommand" which is used
336 by the testsuite to source a file into the interpreter when it
337 goes idle.
338
339 Sun Jun 21 09:31:12 1998 Ron Unrau (runrau@cygnus.com)
340
341 * gdbtk.c (gdb_set_bp): Use new interface.
342
343 Wed Jun 17 19:12:23 1998 Jeff Holcomb <jeffh@cygnus.com>
344
345 * Makefile.in (install-only): Install tracing help files.
346
347 Mon Jun 15 13:18:21 1998 Jim Ingham <jingham@cygnus.com>
348
349 * gdbtk.c (gdbtk_init): Add elements to the auto_path AS LIST
350 ELEMENTS. This allows gdbtk to work when installed in a directory
351 which has a space in the path. D. Moseley pointed out the bug.
352
353
354 Tue Jun 9 14:10:46 1998 Keith Seitz <keiths@cygnus.com>
355
356 * gdbtk.c (gdb_get_vars_command): Return static variables and
357 variables stored in registers.
358
359 * main.c (main): Call pre/post_add_symbol_hook's when loading
360 executables and symbol files.
361
362 Fri Jun 5 00:16:22 1998 Martin M. Hunt <hunt@cygnus.com>
363
364 * gdbtk.c (gdbtk_init): Change all references to
365 GDBTK_IDE to IDE_ENABLED.
366
367 Thu Jun 4 18:31:53 1998 Martin M. Hunt <hunt@cygnus.com>
368
369 * gdbtk.c (gdbtk_init): Initialize tkTable.
370
371 Thu Jun 4 10:15:03 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
372
373 * gdbtk.c: merged:
374
375 - Elena Zannoni <ezannoni@kwikemart.cygnus.com>
376 (call_obj_wrapper): in case of error, copy the
377 error message from the result to the error_string.
378 (gdbtk_fputs): add comments.
379 (gdb_actions_command): call validate_actionline when installing the
380 tracepoint, to do the syntax checking of the actions for us.
381 - Elena Zannoni <ezannoni@kwikemart.cygnus.com>
382 (gdb_get_trace_frame_num): new function to get the
383 trace frame number from gdb.
384 (gdbtk_init): added new command gdb_get_trace_frame_num.
385 - Jim Blandy <jimb@zwingli.cygnus.com>
386 (struct wrapped_call_objs): Change the `func' member to
387 be a Tcl_ObjCmdProc, not an Tcl_CmdProc, since it accepts a vector
388 of objects as arguments. Change the object vector to be const,
389 since that's what all the users of this structure seem to expect.
390 (call_obj_wrapper): Cast clientData properly before storing it in
391 the wrapped_args structure.
392
393 Thu May 28 17:19:14 1998 Keith Seitz <keiths@cygnus.com>
394
395 * gdbtk.c (_initialize_gdbtk): Get rid of the console. Patch from
396 Chris Faylor (cgf@cygnus.com).
397
398 * configure.in: Link cygwin32 with subsystem console.
399
400 * configure: Regenerated
401
402 Sun May 24 14:00:24 1998 Keith Seitz <keiths@cygnus.com>
403
404 * ser-unix.c (wait_for): Do not reset timeout_remaining for cygwin32 so that
405 we can use this member to track real timeouts.
406 (hardwire_readchar): Modify for cygwin32 so that we only ever use a real
407 system timeout of one second. Track the "real" timeout as a series of these
408 one second timeouts.
409 Call ui_loop_hook to keep the gui alive.
410
411 * top.c: Define new hook for cygwin32, "ui_loop_hook".
412
413 * gdbtk.c (gdbtk_init): Add ui_loop_hook for CygWin32 to work around
414 update problems.
415
416 Thu May 21 13:56:24 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
417
418 * gdbtk.c: reinserted the changes that were accidentally deleted:
419 (_initialize_gdbtk): Use correct device names in
420 cygwin-specific call (cosmetic change).
421 (gdbtk_ignorable_warning): removed va_list parameter,
422 which was unused.
423 (_initialize_gdbtk): add cygwin32 specific code to
424 allow `gdb -nw' to work when specified specified from a windows
425 console-mode command line.
426
427 1998-05-19 Jim Blandy <jimb@zwingli.cygnus.com>
428
429 * gdbtk.c (struct wrapped_call_objs): Change the `func' member to
430 be a Tcl_ObjCmdProc, not an Tcl_CmdProc, since it accepts a vector
431 of objects as arguments. Change the object vector to be const,
432 since that's what all the users of this structure seem to expect.
433 (call_obj_wrapper): Cast clientData properly before storing it in
434 the wrapped_args structure.
435
436 Wed May 13 11:12:58 1998 James Ingham <jingham@leda.cygnus.com>
437
438 * gdbtk.c: Fixed a goof in the definition of the gdb_get_args &
439 gdb_get_locals Tcl commands. Moved the previous ChangeLog entry
440 from ChangeLog to ChangeLog-gdbtk (here)...
441
442 Tue May 12 13:29:20 1998 Jeff Holcomb <jeffh@cygnus.com>
443
444 * Makefile.in (install-only): Add images/icons.txt and
445 images2/icons.txt to files that need to be installed.
446
447 Tue May 12 12:03:16 1998 James Ingham <jingham@leda.cygnus.com>
448
449 * gdbtk.c: Add an object call wrapper for the new Tcl_Obj based
450 commands. This way the obj commands will also go through
451 catch_errors. This is just a bandaid while I rewrite the
452 string-based commands to use the object format.
453
454 Tue May 5 09:30:25 1998 Christopher Faylor <cgf@cygnus.com>
455
456 * gdbtk.c (_initialize_gdbtk): Use correct device names in
457 cygwin-specific call (cosmetic change).
458
459 Wed Apr 29 15:53:16 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
460
461 * gdbtk.c (gdbtk_ignorable_warning): removed va_list parameter,
462 which was unused.
463
464 Tue Apr 28 19:41:33 1998 Tom Tromey <tromey@cygnus.com>
465
466 * Makefile.in (GDBTKLIBS): New macro.
467 (INSTALLED_LIBS): Include GDBTKLIBS.
468 (CLIBS): Likewise.
469 * configure: Rebuilt.
470 * configure.in: Put Tcl/Tk libs into GDBTKLIBS, not LIBS.
471 (GDBTKLIBS): AC_SUBST.
472
473 Thu Apr 23 19:01:05 1998 Keith Seitz <keiths@onions.cygnus.com>
474
475 * Makefile.in (install-only): Install help files.
476
477 Wed Apr 22 21:17:35 1998 Christopher Faylor <cgf@cygnus.com>
478
479 * gdbtk.c (_initialize_gdbtk): add cygwin32 specific code to
480 allow `gdb -nw' to work when specified specified from a windows
481 console-mode command line.
482
483 Wed Apr 15 11:23:53 1998 Stan Shebs <shebs@andros.cygnus.com>
484
485 * gdbtcl: Remove directory and contents, this version of
486 the interface is obsolete.
487
488 Mon Apr 13 16:17:52 1998 Martin M. Hunt <hunt@cygnus.com>
489
490 * gdbtk.c (gdb_loadfile): Change fstat() call to stat().
491 Needed because you can't convert a FILE* to an fd.
492
493 Mon Apr 13 16:28:07 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
494
495 * gdbtk.c: (perror_with_name_wrapper) new function to call
496 perror_with_name safely.
497 (gdb_loadfile) added source vs. executable time stamp check.
498 (gdbtk_warning) new function to pass a warning message to the gui.
499 (gdbtk_ignorable_warning) new function to pass a warning
500 to the gui. Used only for the src. vs. exec check.
501 (gdbtk_init) added warning_hook
502 added include <sys/stat.h>
503
504 Mon Apr 13 12:58:26 1998 Keith Seitz <keiths@onions.cygnus.com>
505
506 * gdbtk.c (gdbtk_start_timer): Include on all platforms. Decrease
507 timer interval a little.
508 (gdbtk_stop_timer): Include on all platforms.
509 (gdbtk_wait): No more signals! Use a timer on all platforms to keep the
510 GUI alive.
511 (gdbtk_init): Remove FIOASYNC and all x_fd references. Now using timers
512 on all platforms.
513
514 Fri Apr 10 15:48:10 1998 Jason Molenda (crash@bugshack.cygnus.com)
515
516 * gdbtk.c (gdb_listfiles): Allocate space for 'files' dynamically.
517
518 Thu Apr 9 14:20:59 1998 Martin M. Hunt <hunt@cygnus.com>
519
520 * gdbtk.c (gdbtk_init): Remove redundant variable "IDE".
521
522 Tue Apr 7 15:13:58 1998 Stan Shebs <shebs@andros.cygnus.com>
523
524 * gdbtk.tcl: Remove, no longer used.
525
526 Tue Apr 7 12:49:45 1998 Keith Seitz <keiths@onions.cygnus.com>
527
528 * gdbtk.c (gdb_cmd): NEVER call the busy, update, and idle hooks.
529
530 Tue Mar 31 15:42:06 1998 Keith Seitz <keiths@onions.cygnus.com>
531
532 * gdbtk.c (gdb_loadfile): Don't use the return result from
533 sprintf, which returns a char * under SunOS4.
534
535 Tue Mar 31 17:18:43 1998 Ian Lance Taylor <ian@cygnus.com>
536
537 * configure.in: Add $(LIBIDETCL) as well as $(LIBIDE) if
538 --enable-ide.
539 * Makefile.in (IDE_CFLAGS_X): Add -I for libidetcl/src.
540 (LIBIDETCL): Define.
541 * configure: Rebuild.
542
543 Sun Mar 29 21:19:46 1998 Keith Seitz <keiths@onions.cygnus.com>
544
545 * gdbtk.c (gdb_get_tracepoint_info): Change formatting of address.
546 (tracepoint_exists): Remove code which confuses assembly traces.
547
548 Sat Mar 28 12:13:23 1998 Keith Seitz <keiths@onions.cygnus.com>
549
550 * gdbtk.c (gdb_cmd): If argc > 2, assume that the busy and idle hooks
551 should not be called.
552
553 Thu Mar 26 22:29:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
554
555 * gdbtk.c: (gdb_trace_status) new function.
556 (gdbtk_init) added command "gdb_is_tracing".
557 (tracepoint_notify) added passcount information.
558
559 Thu Mar 26 12:00:35 1998 Martin M. Hunt <hunt@cygnus.com>
560
561 * gdbtk.c (gdbtk_fputs): Insert fencepost.
562 (gdb_loc): Correct pc calculation.
563 (gdb_immediate_command): Return if a load is in progress.
564 (gdb_cmd): Return if a load is in progress.
565 (target_stop_wrapper): New function.
566 (gdb_stop): Call target_stop_wrapper.
567 (x_event): Add fencepost and optimize load cancel check.
568 (gdbtk_start_timer): Set up structs only once.
569 (gdbtk_stop_timer): Just use preset structs to set timer parameters.
570 (gdb_loadfile): If file cannot be loaded, return error message.
571 (gdb_loadfile): Add space before tab so that lines without
572 a '-' can later be changed to have one.
573
574 Wed Mar 25 14:08:51 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
575
576 * gdbtk.c (gdbtk_pre_add_symbol): Use Tcl_merge to form Tcl commands.
577
578 Mon Mar 23 13:41:39 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
579
580 * gdbtk.c (gdb_get_mem): Rewrite to fetch entire contents
581 of the memory window at once.
582
583 Sat Mar 21 19:34:49 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
584
585 Merged changes from Foundry: list follows by author:
586
587 - Tom Tromey <tromey@cygnus.com>
588
589 * Makefile.in (gdbres.o): New target.
590 (WINDRES): New define.
591 * configure: Rebuilt.
592 * configure.in (WINDRES): Define.
593 (CONFIG_OBS): Include gdbres.o on Windows.
594 * gdbtool.ico: New file.
595 * gdb.rc: New file.
596 * gdbtk.c (gdbtk_init): Call ide_create_messagebox_command.
597 (gdbtk_cleanup): Call ide_interface_deregister_all.
598 (gdbtk_init): Pass event handle to cleanup.
599 (TclDebug): Use Tcl_Merge to construct command.
600 (gdbtk_init): Call ide_create_cygwin_path_command.
601
602 - Martin M. Hunt <hunt@cygnus.com>
603
604 * gdbtk.c (gdb_set_bp): Set addr_string for bp.
605 (gdb_get_breakpoint_info): Demangle function
606 names in breakpoint info.
607 Include "demangle.h".
608 (gdb_loc, gdb_listfuncs): Demangle C++
609 function names.
610 (gdb_set_bp): Properly quote filename to fix
611 problems with spaces. Send pc back as a hex string.
612 (gdb_listfuncs): Remove debugging line.
613 Turn off some debugging lines.
614 (breakpoint_notify): Return correct line number.
615 (gdb_get_breakpoint_info): Return correct line number.
616 (gdb_set_bp): New function to provide a better way to
617 set breakpoints.
618 (gdbtk_readline, gdbtk_readline_begin): Memory
619 allocated by tcl needs to be freed by Tcl_Free().
620 (find_file_in_dir): Deleted.
621 (gdb_find_file_command): Call full_lookup_symtab().
622 (gdb_listfuncs): Call full_lookup_symtab().
623 (full_lookup_symtab): New function. Like lookup_symtab
624 except handles multiple files with the same basename,
625 full pathnames, and always sets symtab->fullname.
626 (gdb_loadfile): Call full_lookup_symtab(). Clear
627 realloc'd memory.
628 (gdb_loadfile): Don't tag lines without source.
629 Tag source lines with source_tag.
630 (gdb_find_file_command, find_file_in_dir):
631 Rewrite. Now searches symtabs and psymtabs for a match
632 on the partial or full filename. Returns the full pathname.
633 (gdb_loadfile): Realloc additional memory
634 if someone loads in a file with more than 160,000
635 lines. I don't know if this really works because
636 I don't have enough memory to test it.
637 (gdb_sourcelines): Deleted.
638 (gdb_loadfile): New function. Takes a text widget
639 and loads it with the contents of a file. Marks
640 and tags source lines.
641 (pc_changed): New function.
642 (get_pc_register): Returns the value of
643 the PC to GDB.
644 (gdb_loc): If looking on the stack, return
645 real pc along with calling source line.
646 (gdb_loc): Return "" instead of "N/A" if
647 filename is not found.
648 (gdb_get_breakpoint_info): Same.
649 (get_register): For Natural mode, set format to 0.
650 Minor bugfixes from keiths.
651 (TclDebug): New function for debugging use.
652 (gdb_loc): Return correct PC for frames
653 that are not the innermost frame.
654 (gdb_listfiles): Rewritten to use object
655 API. Now takes an optional dirname which will cause
656 only files in that directory or its subdirectories
657 to be returned. Now returns basenames instead of
658 full pathnames.
659 (gdb_cmd): Set/reset load_in_progress flag.
660 (call_wrapper): Don't pop up dialog for errors in
661 downloads; just abort download.
662 (gdbtk_load_hash): Set return value correctly.
663
664 - Keith Seitz <keiths@onions.cygnus.com>
665
666 * gdbtk.c (gdbtk_init): Define the ui_loop_hook so that it can be
667 called by routines which might block, allowing us to update the GUI.
668 (gdbtk_wait): Move timer calls to annotation hooks.
669 (gdbtk_init): Define the annotation hooks.
670 (gdbtk_annotate_starting): New function for cygwin32 hosts.
671 (gdbtk_annotate_stopped): New function for cygwin32 hosts.
672 (gdbtk_annotate_exited): New function for cygwin32 hosts.
673 (gdbtk_annotate_signalled): New function. for cygwin32 hosts.
674 (gdbtk_init): Use gdbtk_print_frame_info hook.
675 (gdbtk_print_frame_info): New function which sets current_source_symtab
676 based on the given symtab and line info.
677 (gdb_immediate_command): New function which does
678 not buffer any
679 output. (Contrast to gdb_cmd.)
680 (gdb_prompt_command): New function to return gdb's prompt.
681 (find_file_in_dir): New functon which searches source paths
682 for a given filename.
683 (gdb_find_file): New function which returns path to given file -- uses
684 find_file_in_dir.
685 (gdbtk_init): Install "gdb_immediate", "gdb_find_file", and
686 "gdb_prompt"
687 commands into interpreter.
688
689 - Ian Lance Taylor <ian@cygnus.com>
690
691 * gdbtk.c (gdbtk_timer_going): If __CYGWIN32__, new static
692 variable.
693 (gdb_cmd): If __CYGWIN32__, if executing the load command, call
694 gdbtk_start_timer and gdbtk_stop_timer.
695 (call_wrapper): If __CYGWIN32__, if the timer is going, turn it
696 off. Clear load_in_progress.
697 (x_event): If load_in_progress, quit if download_cancel_ok.
698 (gdbtk_start_timer): Set gdbtk_timer_going.
699 (gdbtk_stop_timer): Clear gdbtk_timer_going.
700 (gdbtk_wait): Call x_event.
701 (gdbtk_init): Call ide_create_win_grab_command if
702 __CYGIN32__.
703 (gdb_clear_file): Clear stop_pc.
704
705 Wed Mar 4 16:50:18 1998 Jason Molenda (crash@bugshack.cygnus.com)
706
707 * gdbtk.c (gdb_listfiles): Fix thinko in last change.
708
709 Wed Mar 4 15:34:49 1998 Jason Molenda (crash@bugshack.cygnus.com)
710
711 * gdbtk.c (gdb_listfiles): Allocate space for 'files' dynamically.
712
713 Tue Feb 10 17:50:37 1998 Keith Seitz <keiths@onions.cygnus.com>
714
715 * gdbtk.c (gdbtk_modify_tracepoint): Define new tracepoint modification hook.
716 (gdbtk_print_frame_info): Define this hook so that current_source_symtab
717 is set properly.
718 (gdb_actions_command): Use free_actions () from tracepoint.c/h.
719
720 Mon Jan 26 11:37:55 1998 Keith Seitz <keiths@onions.cygnus.com>
721
722 * gdbtk.c (gdb_actions_command): Make note of next action
723 before freeing all references to it.
724
725 Sat Jan 24 23:52:08 1998 Martin M. Hunt <hunt@cygnus.com>
726
727 * gdbtk.c: Merge from Foundry branch.
728 (TclDebug): New debugging function.
729 (gdb_loc): For frames, find address of calling function
730 instead of whatever is on the stack (usually the next
731 instruction).
732 (gdb_listfiles): Takes an optional pathname argument and
733 returns an alphabetized list of basenames of files in the
734 path.
735
736 Wed Jan 22 10:37:02 1998 Keith Seitz <keiths@onions.cygnus.com>
737
738 * symfile.c: Define two new hooks for symbol reading:
739 "pre_add_symbol_hook" and "post_add_symbol_hook". These hooks
740 are called before we begin reading symbols, and after we finish.
741 (generic_load): Use new symbol reading hooks and get rid of
742 compiler warning.
743
744 * gdbtk.c (gdbtk_init): Add hooks for pre- and post-symbol reading.
745 (gdbtk_pre_add_symbol): New function: the pre-add-symbol hook.
746 (gdbtk_post_add_symbol): New function: the post-add-symbol hook.
747 (find_file_in_dir): New function. Moved the guts of gdb_find_file_command
748 into here to allow its use by others.
749 (gdb_loc): Use find_file_in_dir to return the real path to the file
750 (or "N/A" if we can't find it).
751
752 * configure.in (TIX_LIB_EXT): Define new variable for those special cases
753 when TCL_SHLIB_SUFFIX is not enough to specify the dependency.
754
755 * configure: Regenerate.
756
757 Fri Jan 23 07:47:06 1998 Fred Fish <fnf@cygnus.com>
758
759 * Makefile.in (uninstall): Remove installed gdbtcl dir, if one
760 was installed.
761
762 Thu Jan 15 12:42:28 1998 Keith Seitz <keiths@onions.cygnus.com>
763
764 * gdbtk.c (gdb_immediate_command): New function which does not buffer any
765 output. (Contrast to gdb_cmd.)
766 (gdbtk_init): Install "gdb_immediate" command into interpreter.
767
768 Wed Jan 14 16:38:44 1998 Keith Seitz <keiths@pizza.cygnus.com>
769
770 * configure.in (--enable-gdbtk): If tcl was built with --enable-shared,
771 use TCL_SHLIB_SUFFIX to specify the suffix of the library file so that
772 we don't expect to see "libfoo.a" instead of "libfoo.{so,sl, etc}".
773
774 * configure: Regenerate.
775
776 Wed Dec 31 16:50:26 1998 Keith Seitz (keiths@onions.cygnus.com)
777
778 * gdbtk.c (gdb_actions_command): extract and save step count
779 from "while-stepping" command
780
781 Tue Dec 16 21:16:42 1997 Ian Lance Taylor <ian@cygnus.com>
782
783 * Makefile.in (LIBGUI): New variable.
784 (GUI_CFLAGS_X): New variable.
785 (IDE_CFLAGS): Add $(GUI_CFLAGS_X).
786 * configure.in: Add $(LIBGUI) to TCL_LIBS and CONFIG_DEPS.
787 * configure: Rebuild.
788
789 Wed Dec 10 13:16:45 1997 Keith Seitz <keiths@onions.cygnus.com>
790
791 * gdbtk.c (gdb_get_tracepoint_info): Use info in struct
792 symtab_and_line (not struct tracepoint) so that we get the
793 real line info for an address. Arrange data more like
794 gdb_get_breakpoint_info.
795 (tracepoint_notify): Use info in struct symtab_and_line again.
796 (gdbtk_init): Add command "gdb_get_tracepoint_list" into
797 interpreter.
798 (gdb_get_tracepoint_list): New function that aids the source
799 window in displaying tracepoints when the file changes.
800
801 Fri Dec 5 10:31:23 1997 Keith Seitz <keiths@pizza.cygnus.com>
802
803 * gdbtk.c (gdbtk_init): Add gdb_find_file into interpreter.
804 (gdb_find_file_command): New function which searches source path
805 to find the real full filename of a file.
806
807 Mon Dec 1 10:19:44 1997 Keith Seitz <keiths@onions.cygnus.com>
808
809 * gdbtk.c: Move include of "guitcl.h" back out of IDE ifdef.
810 (gdbtk_init): Move ide_initialize_paths out of IDE ifdef.
811
812 * configure.in (TCL_LIBS, CONFIG_DEPS): Add IDE libraries for all
813 builds.
814 (CONFIG_OBS): Remove tracepoint.o, which should always be included.
815
816 * configure: regenerate
817
818 * Makefile.in (install-only): ALWAYS install the new gdbtk
819 (REMOTE_OBS): add tracepoint.o
820
821 Thu Nov 27 09:07:18 1997 Michael Meissner <meissner@cygnus.com>
822
823 * configure.in ({TCL_LIBS,CONFIG_DEPS}): Don't add IDE libraries
824 if not --enable-ide.
825 (CONFIG_OBS): Add tracepoint.o to list if --enable-gdbtk.
826 * configure: Regenerate.
827
828 * gdbtk.c (gdb_get_breakpoint_info): Add missing filename
829 argument.
830 (toplevel): Move include of guitcl.h into #ifdef IDE region.
831 (gdbtk_init): Move ide_initialize_paths call into #ifdef IDE
832 section.
833
834 * Makefile.in (gdbtk.o): Update dependencies.
835
836 Wed Nov 26 15:02:43 1997 Keith Seitz <keiths@onions.cygnus.com>
837
838 * gdbtk.c (gdb_loc): symtab_to_filename can return NULL.
839 (breakpoint_notify): Ditto.
840 (gdb_get_breakpoint_info): Ditto.
841
842 Wed Nov 26 11:33:09 1997 Keith Seitz <keiths@onions.cygnus.com>
843
844 Merge in code from Foundry branch:
845
846 * Makefile.in (install-only): install the new gdbtk, not the old
847
848 * gdbtk.c (gdbtk_call_command): also run idle hooks for class_trace
849 commands
850 (gdbtk_init): Add new commands "gdb_get_locals", "gdb_get_args",
851 "gdb_get_function", "gdb_get_line", "gdb_get_file",
852 "gdb_tracepoint_exists", "gdb_get_tracepoint_info", "gdb_actions",
853 and "gdb_prompt".
854 (gdb_get_vars_command): New function.
855 (gdb_get_line_command): New.
856 (gdb_get_file_command): New.
857 (gdb_get_function_command): New.
858 (gdb_get_tracepoint_info): New.
859 (gdbtk_create_tracepoint): New.
860 (gdbtk_delete_tracepoint): New.
861 (tracepoint_notify): New.
862 (tracepoint_exists): New.
863 (gdb_actions_command): New.
864 (gdb_tracepoint_exists_command): New.
865 (gdb_prompt_command): New.
866
867 Thu Nov 13 18:15:54 1997 Ian Lance Taylor <ian@cygnus.com>
868
869 * gdbtk.c: Move include of gdbcore.h to top of file.
870 (close_bfds): New static function if _WIN32.
871 (gdbtk_readline): Call close_bfds.
872 (call_wrapper, tk_command_loop): Likewise.
873 (gdb_clear_file): New static function.
874 (gdbtk_init): Create gdb_clear_file Tcl command.
875
876 Wed Nov 12 14:58:39 1997 Jeff Holcomb <jeffh@cygnus.com>
877
878 * gdbtk.c: gdbtk_load_hash and ui_load_progress_hook return an
879 int result.
880 (gdbtk_load_hash): download hash routine returns an int result.
881
882 Mon Nov 10 15:11:51 1997 Ian Lance Taylor <ian@cygnus.com>
883
884 * gdbtk.c (gdbtk_init): Call ide_create_shell_execute_command if
885 __CYGWIN32__.
886 * configure.in: Add -lshell32 to WIN32LIBS on cygwin32.
887 * configure: Rebuild.
888
889 Sun Nov 9 16:25:34 1997 Tom Tromey <tromey@cygnus.com>
890
891 * gdbtk.c (gdbtk_init): Run ide_create_help_command.
892
893 Tue Oct 28 17:31:47 1997 Martin M. Hunt <hunt@cygnus.com>
894
895 * gdbtk.c (gdbtk_init): Call ide_create_winprint_command.
896
897 Thu Oct 23 15:53:37 1997 Ian Lance Taylor <ian@cygnus.com>
898
899 * configure.in: Add -lgdi32 to WIN32LIBS when linking gdbtk on
900 cygwin32.
901 * configure: Rebuild.
902
903 Wed Oct 22 21:32:54 1997 Martin M. Hunt <hunt@cygnus.com>
904
905 * gdbtk.c (gdbtk_init): Create sizebox command on Windows.
906
907 Thu Oct 9 14:33:21 1997 Ian Lance Taylor <ian@cygnus.com>
908
909 * gdbtk.c (gdbtk_init): Remove assertion argument from call to
910 ide_create_window_register_command.
911
912 Wed Oct 1 11:09:52 1997 Tom Tromey <tromey@cygnus.com>
913
914 * gdbtk.c (gdbtk_init): Pass name of restore interface to
915 ide_create_window_register_command.
916
917 Fri Sep 26 21:08:22 1997 Keith Seitz <keiths@pizza.cygnus.com>
918
919 * gdbtk.c (gdbtk_init): Initialize ui_load_progress_hook.
920
921 Thu Sep 25 03:05:00 1997 Martin M. Hunt <hunt@cygnus.com>
922
923 * gdbtk.c (gdb_load_info): New function. Returns a list
924 of section names and sizes for an executable.
925 (gdbtk_load_hash): Stub function to call tcl function
926 download_hash.
927
928 Tue Sep 23 01:29:00 1997 Martin M. Hunt <hunt@cygnus.com>
929
930 * gdbtk.c (gdb_get_mem): Fix compiler warning.
931
932 Sun Sep 21 00:15:00 1997 Martin M. Hunt <hunt@cygnus.com>
933
934 * gdbtk.c (gdb_get_mem): Fix problem with ASCII dump.
935
936 Tue Sep 16 18:07:17 1997 Martin M. Hunt <hunt@cygnus.com>
937
938 * gdbtk.c (gdb_get_mem): New function. Returns
939 a formatted memory dump with optional ASCII dump.
940
941 Mon Sep 8 12:48:50 1997 Ian Lance Taylor <ian@cygnus.com>
942
943 * gdbtk.c: Include ilutk.h if IDE.
944 (gdb_confirm_quit, gdb_force_quit): New static functions.
945 (gdbtk_init): Add Tcl commands gdb_confirm_quit and
946 gdb_force_quit.
947
948 Mon Sep 8 03:05:33 1997 Martin M. Hunt <hunt@cygnus.com>
949
950 * gdbtk.c (gdb_get_breakpoint_info): Now returns the
951 function a breakpoint is in.
952
953 Fri Sep 5 20:23:58 1997 Ian Lance Taylor <ian@cygnus.com>
954
955 * gdbtk.c (gdbtk_init): Call ide_create_exit_command.
956
957 Wed Sep 3 19:39:15 1997 Ian Lance Taylor <ian@cygnus.com>
958
959 * gdbtk.c: Include guitcl.h.
960 (gdbtk_init): Always call ide_initialize_paths. Set the Tcl
961 variable IDE to 1 when using the IDE. Always try using auto path
962 to find main.tcl.
963 * Makefile.in (IDE_CFLAGS_X): Always include libide.
964 (LIBIDE): New variable.
965 (IDE_X): Omit -lide.
966 (IDE_DEPS): Omit libide.
967 * configure.in: Add LIBIDE to TCL_LIBS and CONFIG_DEPS.
968 * configure: Rebuild.
969
970 Mon Aug 25 02:28:55 1997 Keith Seitz <keiths@pizza.cygnus.com>
971
972 * gdbtk.c: (gdb_target_has_inferior) check if inferior_pid is non-zero
973 before assuming that the inferior is running.
974
975 Mon Aug 25 01:06:48 1997 Ian Lance Taylor <ian@cygnus.com>
976
977 * gdbtk.c (gdbtk_start_timer): Pass third argument to setitimer.
978 (gdbtk_stop_timer): Likewise.
979
980 Mon Aug 25 00:23:08 1997 Keith Seitz <keiths@pizza.cygnus.com>
981
982 * gdbtk.c: (gdbtk_init) create new command "gdb_target_has_execution"
983 (gdb_target_has_execution_command) new function
984
985 Sun Aug 24 20:27:22 1997 Ian Lance Taylor <ian@cygnus.com>
986
987 * gdbtk.c (gdb_loc): If there are no symbols, just bail
988 immediately.
989 (tk_command_loop): Print errors encountered while running
990 gdbtk_tcl_preloop.
991
992 Sun Aug 24 13:44:03 1997 Tom Tromey <tromey@cygnus.com>
993
994 * gdbtk.c (gdbtk_init): Run ide_create_build_command.
995
996 Sat Aug 23 21:53:39 1997 Ian Lance Taylor <ian@cygnus.com>
997
998 * gdbtk.c: If CYGWIN32, include <sys/time.h>.
999 (x_fd): Don't define if WINNT.
1000 (gdbtk_start_timer, gdbtk_stop_timer): New static functions if
1001 CYGWIN32.
1002 (gdbtk_wait): Don't set up signal handling if WINNT. If CYGWIN32,
1003 call gdbtk_start_timer and gdbtk_stop_timer.
1004 (gdbtk_init): Don't set up signal handling or make x_fd
1005 asynchronous if CYGWIN32.
1006
1007 Fri Aug 22 15:23:15 1997 Ian Lance Taylor <ian@cygnus.com>
1008
1009 * gdbtk.c (error_string_ptr): New static variable.
1010 (gdbtk_fputs): If result_ptr is NULL, and error_string_ptr is not
1011 NULL, and we're outputting to stderr, append string to
1012 error_string_ptr rather than calling gdbtk_tcl_fputs.
1013 (call_wrapper): Set up error_string_ptr. Put both error string
1014 and normal string in Tcl result.
1015
1016 * gdbtk.c (gdbtk_init): Don't call ide_run_server_init until after
1017 gdb has initialized.
1018
1019 Thu Aug 21 19:14:38 1997 Ian Lance Taylor <ian@cygnus.com>
1020
1021 * gdbtk.c: If _WIN32, include winuser.h.
1022 (gdbtk_init): If _WIN32, use MessageBox to display an error
1023 evaluating main.tcl.
1024
1025 Thu Aug 21 00:48:00 1997 Martin M. Hunt <hunt@pern.cygnus.com>
1026
1027 * gdbtk.c (gdbtk_init): Add call to ide_run_server_init().
1028 (gdb_cmd): For the load command, don't buffer the I/O.
1029
1030 Wed Aug 20 11:41:22 1997 Martin M. Hunt <hunt@cygnus.com>
1031
1032 * gdbtk.c (gdbtk_query): Chaneg free() call to Tcl_Free().
1033
1034 Tue Aug 19 17:09:19 1997 Ian Lance Taylor <ian@cygnus.com>
1035
1036 * Makefile.in (TCL_DEPS, TK_DEPS): New variables.
1037 (ITCL_DEPS, TIX_DEPS): New variables.
1038 (IDE_DEPS): New variable.
1039 (CDEPS): Include @CONFIG_DEPS@.
1040 * configure.in: Set and substitute CONFIG_DEPS and TIX_DEPS.
1041 * configure: Rebuild.
1042
1043 Sun Aug 17 00:42:11 1997 Martin M. Hunt <hunt@cygnus.com>
1044
1045 * gdbtk.c (gdb_listfuncs): New function that returns
1046 a list of all the functions in a source file.
1047
1048 Tue Aug 12 16:35:21 1997 Ian Lance Taylor <ian@cygnus.com>
1049
1050 * Makefile.in (install-only): Install tclIndex if ENABLE_IDE.
1051
1052 Mon Aug 11 10:43:04 1997 Tom Tromey <tromey@cygnus.com>
1053
1054 * gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
1055
1056 Fri Aug 8 15:59:24 1997 Ian Lance Taylor <ian@cygnus.com>
1057
1058 * gdbtk.c (gdbtk_init): Change gdbtk_lib_tmp and gdbtk_file to be
1059 dynamically allocated, rather than fixed size. Pass "gdbtcl" to
1060 ide_initialize_paths to match installed directory name. If IDE,
1061 use auto_path to search for main.tcl.
1062 * Makefile.in (install-only): If ENABLE_IDE, install from gdbtcl2
1063 rather than gdbtcl.
1064
1065 * gdbtk.c (gdbtk_cleanup): New static function.
1066 (gdbtk_init): Add gdbtk_cleanup as a final cleanup. Uncomment
1067 call to ide_initialize_paths. If we can't initialize the event
1068 system, set GDBTK_IDE to 0 in the Tcl interpreter. Create the
1069 ide_window_register and the ide_window commands. Initialize tk,
1070 itcl, and tix after initializing the IDE.
1071
1072 * configure.in (tixdir): Update for cygwin32 case for Tcl 8.0.
1073 * configure: Rebuild.
1074
1075 Fri Aug 8 00:13:32 1997 Martin M. Hunt <hunt@cygnus.com>
1076
1077 * gdbtk.c (breakpoint_notify): Change buffer size from 100
1078 to 256 to avoid memory corruption with very long pathnames.
1079
1080 Thu Aug 7 14:08:23 1997 Martin M. Hunt <hunt@cygnus.com>
1081
1082 * configure.in: Change required Tix version to 4.1.8.0 .
1083 * configure: Rebuilt.
1084
1085 Fri Aug 1 15:21:44 1997 Ian Lance Taylor <ian@cygnus.com>
1086
1087 * gdbtk.c (Tcl_Alloc): Don't provide our own version of this if
1088 _WIN32.
1089 (Tcl_Realloc, Tcl_Free): Likewise.
1090 * configure.in: Check for cygwin32 environment. Define and
1091 substitute WIN32LIBS and WIN32LDAPP. Always set configdir to
1092 unix; setting it to win was for an old Tcl/Tk configuration
1093 scheme.
1094 * aclocal.m4 (CY_AC_LOAD_TKCONFIG): Substitute TK_BUILD_INCLUDES.
1095 * Makefile.in (TK_CFLAGS): Add @TK_BUILD_INCLUDES@.
1096 (WIN32LDAPP, WIN32LIBS): Define.
1097 (CLIBS): Add $(WIN32LIBS).
1098 (gdb): Use $(WIN32LDAPP).
1099 * configure: Rebuild.
1100
1101 Tue Jul 22 19:45:37 1997 Martin M. Hunt <hunt@cygnus.com>
1102
1103 * configure.in, aclocal.m4: Another fix to find the
1104 correct Tix library name.
1105
1106 * configure: Rebuilt.
1107
1108 Mon Jul 21 22:24:07 1997 Martin M. Hunt <hunt@cygnus.com>
1109
1110 * aclocal.m4: Search for the correct tix library.
1111
1112 Thu Jul 10 00:02:41 1997 Martin M. Hunt <hunt@cygnus.com>
1113
1114 * Makefile.in, configure.in, aclocal.m4: Add Itcl, Tix, and
1115 IDE configuration information.
1116
1117 * gdbtk.c (breakpoint_notify): Send address, linenumber and
1118 filename when a breakpoint is set. Avoids call to bp_info.
1119 (gdbtk_init): Call Tcl_FindExecutable(). Add code to handle
1120 Itcl, Tix and IDE initialization.
1121
1122 * configure: Regenerated.
1123
1124 Fri Jun 13 10:28:09 1997 Fred Fish <fnf@cygnus.com>
1125
1126 * gdbtk.c (gdbtk_init): Make truth value test explicit.
1127 Remove unused static variable "Gdbtk_Library".
1128
1129 Sat Jun 7 02:34:19 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1130
1131 * gdbtk.c (gdb_get_breakpoint_info): Add string for new
1132 enumeration del_at_next_stop to bpdisp array.
1133
1134 Tue Jun 3 15:46:51 1997 Tom Tromey <tromey@cygnus.com>
1135
1136 * Makefile.in (LIB_RUNTIME_DIR): New variable.
1137
1138 Wed May 7 19:10:19 1997 Andrew Cagney <cagney@b1.cygnus.com>
1139
1140 * gdbtk.c (wrapped_call): New function - make actual call to tk
1141 worker function.
1142 (call_wrapper): Rewrite to use top.c:catch_errors.
1143
1144 * gdbtk.c (gdb_stop): If No target_stop set quit flag and hope for
1145 best.
1146
1147 Mon Apr 21 14:00:08 1997 Doug Evans <dje@canuck.cygnus.com>
1148
1149 * gdbtk.c (gdb_disassemble): Store endian-ness in `di'.
1150
1151 Wed Apr 16 12:33:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
1152
1153 * Makefile.in (install-only): Make list of gdbtcl files to install
1154 explicit - was picking up files such as ChangeLog etc.
1155 (install-only): Don't blindly create the directory.
1156
1157 Tue Apr 1 15:04:21 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
1158
1159 * configure.in (gdbtcl): Create soft-link for gdbtcl/ directory
1160 instead of gdbtk.tcl.
1161
1162 Fri Mar 28 17:04:02 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
1163
1164 * Makefile.in (gdbtk.o): look for GDBTK_LIBRARY in $(datadir) by
1165 default, not $(srcdir).
1166
1167 Wed Mar 19 15:16:17 1997 Martin M. Hunt <hunt@onions.cygnus.com>
1168
1169 * Makefile.in: Install gdbtcl dir instead of gdbtk.tcl.
1170
1171 * gdbtk.c: Added some ifdefs for Windows. Changed GDBTK_FILENAME
1172 to GDBTK_LIBRARY, which is now a path to search.
1173 (gdb_path_conv): New function. Convert Cygwin32 pathname to
1174 DOS-style pathname.
1175
1176 * {aclocal.m4,configure.in}: Changes for Windows builds.
1177
1178 * configure: Rebuilt.
1179
1180 Fri Mar 14 10:01:29 1997 Tom Tromey <tromey@cygnus.com>
1181
1182 * configure: Regenerated.
1183 * configure.in (LIBS): Re-reverse order of TCL_LIBS and TK_LIBS.
1184
1185 Wed Mar 12 14:29:52 1997 Tom Tromey <tromey@cygnus.com>
1186
1187 * gdbtk.c (x_event): Use Tcl_DoOneEvent, TCL_DONT_WAIT,
1188 TCL_ALL_EVENTS.
1189
1190 * configure: Regenerated.
1191 * configure.in (ENABLE_GDBTK): Put TCL_LIBS after TK_LIBS in
1192 LIBS.
1193
1194 Mon Feb 10 13:50:53 1997 Stu Grossman (grossman@critters.cygnus.com)
1195
1196 * gdbtk.c (call_wrapper): Clear running_now if an error occurs.
1197
1198 Wed Dec 11 18:51:35 1996 Mark Alexander <marka@cygnus.com>
1199
1200 * gdbtk.c (gdb_loc): Correct truncation of PC on 64-bit MIPS.
1201
1202 Tue Nov 19 09:26:14 1996 Tom Tromey <tromey@cygnus.com>
1203
1204 * gdbtk.c (gdbtk_readline): Fix memory leak.
1205
1206 Mon Nov 18 23:43:05 1996 Tom Tromey <tromey@cygnus.com>
1207
1208 Fixes for Tcl 7.6 / Tk 4.2:
1209 * gdbtk.tcl (apply_filespec): Use tk_getOpenFile.
1210 Remove old fileselect code.
1211 * gdbtk.c (Tcl_Alloc): Rename from Tcl_Malloc.
1212
1213 Fri Sep 27 10:25:30 1996 Fred Fish <fnf@cygnus.com>
1214
1215 * gdbtk.tcl (create_copyright_window): Increase timeout from
1216 15 seconds to 30 seconds.
1217
1218 Wed Sep 4 17:28:40 1996 Stu Grossman (grossman@critters.cygnus.com)
1219
1220 * configure configure.in: Add host *windows* to list of hosts
1221 that don't support GDBtk.
1222
1223 Fri Aug 23 00:44:57 1996 Fred Fish <fnf@cygnus.com>
1224
1225 * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
1226 gracefully degrade to using command line interface if none is
1227 found.
1228
1229 Fri Aug 9 12:32:53 1996 Tom Tromey <tromey@creche.cygnus.com>
1230
1231 * Makefile.in (LIB_INSTALL_DIR): New macro.
1232 (TCL): Include @TCL_LD_SEARCH_FLAGS@.
1233
1234 Thu Aug 1 20:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1235
1236 * gdbtk.c (mainWindow): Deleted.
1237 (cleanup_init): Don't destroy main window.
1238 (gdbtk_init): Main window now created by Tk_Init.
1239
1240 * configure.in: Most X checks now handled automatically by Tk.
1241 Use new macros to find Tcl/Tk.
1242 * aclocal.m4: New version for new Tcl/Tk; from Don Libes.
1243 * config.in, configure: Regenerated.
1244
1245 * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS,
1246 X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
1247
1248 Thu Aug 1 16:12:05 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1249
1250 * Makefile.in (gdbtk.tcl): put in $(datadir), not $(libdir).
1251
1252 Fri Jul 26 14:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
1253
1254 * gdbtk.c (gdb_disassemble): Initialize di.flavour.
1255
1256 Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
1257
1258 * gdbtk.c (null_routine): Ditto.
1259 (gdbtk_flush): Ditto.
1260 (gdbtk_fputs): Ditto.
1261 (gdbtk_query): Ditto.
1262 (gdbtk_readline): Ditto.
1263 (gdbtk_readline_end): Ditto.
1264 (gdb_get_breakpoint_list): Ditto.
1265 (gdb_get_breakpoint_info): Ditto.
1266 (breakpoint_notify): Ditto.
1267 (gdbtk_create_breakpoint): Ditto.
1268 (gdbtk_delete_breakpoint): Ditto.
1269 (gdbtk_modify_breakpoint): Ditto.
1270 (gdb_loc): Ditto.
1271 (gdb_eval): Ditto.
1272 (gdb_sourcelines): Ditto.
1273 (map_arg_registers): Ditto.
1274 (get_register_name): Ditto.
1275 (gdb_regnames): Ditto.
1276 (get_register): Ditto.
1277 (gdb_fetch_registers): Ditto.
1278 (register_changed_p): Ditto.
1279 (gdb_changed_register_list): Ditto.
1280 (gdb_cmd): Ditto.
1281 (call_wrapper): Ditto.
1282 (gdb_listfiles): Ditto.
1283 (gdb_stop): Ditto.
1284 (gdbtk_dis_asm_read_memory): Ditto.
1285 (compare_lines): Ditto.
1286 (gdb_disassemble): Ditto.
1287 (tk_command): Ditto.
1288 (cleanup_init): Ditto.
1289 (gdbtk_interactive): Ditto.
1290 (x_event): Ditto.
1291 (gdbtk_wait): Ditto.
1292 (gdbtk_call_command): Ditto.
1293 (tk_command_loop): Ditto.
1294 (gdbtk_init): Ditto.
1295
1296 * gdbtk.c (register_changed_p): Remove unused local variable "buf".
1297
1298 Sat Jul 20 17:46:40 1996 Fred Fish <fnf@cygnus.com>
1299
1300 * gdbtk.tcl (files_command): Reorder the binding tags for
1301 the listbox widget to avoid referencing the listbox after
1302 the containing widget has been destroyed by the action of
1303 a previous binding.
1304
1305 Sat Jul 20 10:09:28 1996 Fred Fish <fnf@cygnus.com>
1306
1307 * gdbtk.tcl (delete_expr): Unset corresponding element of
1308 expr_update_list when destroying an expression.
1309 (create_expr_window): Initialize expr_num, delete_expr_num,
1310 and expr_update_list here when each new expression window
1311 is created, rather than once at startup.
1312
1313 Mon Jul 15 16:44:05 1996 Stu Grossman (grossman@critters.cygnus.com)
1314
1315 * gdbtk.c (gdb_disassemble): Setup di.mach from
1316 tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
1317
1318 Fri Jun 21 11:04:47 1996 Fred Fish <fnf@cygnus.com>
1319
1320 * gdbtk.tcl (create_register_windows): Include missing '$'s.
1321 Add global declarations for various reg_format_* variables.
1322 * gdbtk.tcl (populate_register_window): Make initial window one
1323 line taller to account for new column header line.
1324
1325 Fri Jun 21 09:46:47 1996 Fred Fish <fnf@cygnus.com>
1326
1327 * gdbtk.c (get_register): Support for printing raw formats.
1328 * gdbtk.tcl: Add hint for using debug_interface.
1329 (center_window, add_breakpoint_frame, delete_breakpoint_frame):
1330 Enclose arg in braces for consistency.
1331 (create_registers_window, populate_reg_window, update_registers):
1332 Major rewrite to support displaying multiple formats in the register
1333 window.
1334 (init_reg_info): New function.
1335 (recompute_reg_display_list): Reset reg_display_list, start
1336 register display lines at line 2.
1337
1338 Thu Jun 20 08:18:59 1996 Fred Fish <fnf@cygnus.com>
1339
1340 * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
1341 avoid backing up over prompt. At every input, make sure insert
1342 point is at least after command start, handle control-u to delete
1343 current input line.
1344 (tclsh): Handle backspace to avoid backing up over prompt. Handle
1345 control-u to delete current input line.
1346
1347 Wed Jun 19 17:23:38 1996 Geoffrey Noer <noer@cygnus.com>
1348
1349 * configure.in: disable gdbtk for *cygwin32* hosted compiles
1350 * configure: regenerated with autoconf 2.8
1351
1352 Sun May 19 16:49:37 1996 Fred Fish <fnf@cygnus.com>
1353
1354 * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
1355 New functions.
1356 (tk_command_loop): Set instream to NULL to enable Tk user interaction.
1357 (gdbtk_init): Set readline_begin_hook, readline_hook,
1358 and readline_end_hook.
1359 * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
1360 gdbtk_tcl_readline_end): New functions.
1361 (tclsh): Pack scroll bar on right side of window, not left.
1362
1363 Fri May 17 13:54:34 1996 Fred Fish <fnf@cygnus.com>
1364
1365 * gdbtk.tcl (create_command_window): Change a misspelled "get"
1366 to the intended "cget".
1367 (delete_line): Fix so it deletes the current line at the
1368 insertion cursor.
1369
1370 Thu May 16 19:20:29 1996 Fred Fish <fnf@cygnus.com>
1371
1372 * gdbtk.tcl (gdb_prompt): Set this early on.
1373 (create_command_window): Use gdb_prompt rather than "(gdb) ".
1374 (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
1375 (tclsh): If an evaluation window already exists, just bring it
1376 to the front instead of trying to create another.
1377 * gdbtk.c (tk_command_loop): New function.
1378 (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
1379
1380 Thu May 16 16:16:35 1996 Fred Fish <fnf@cygnus.com>
1381
1382 * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that
1383 implement a tcl evaluation window for gdbtk maintainers to use.
1384
1385 Thu May 16 11:42:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1386
1387 * gdbtk.tcl (files_command): Correctly insert list of files into
1388 listbox widget.
1389
1390 * gdbtk.tcl (files_command): listbox command no longer accepts
1391 -geometry.
1392
1393 Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
1394
1395 * gdbtk.tcl (create_command_window): If command window's buffer
1396 is disabled, don't execute any of the key bindings.
1397
1398 Mon May 13 13:43:25 1996 Fred Fish <fnf@cygnus.com>
1399
1400 * gdbtk.c (tk_command): Catch case where no argument is given
1401 since this will cause the tcl interpreter to dump core.
1402
1403 Wed May 8 20:33:24 1996 Fred Fish <fnf@cygnus.com>
1404
1405 * gdbtk.c: Fix a couple of misspellings.
1406
1407 Thu May 2 19:17:49 1996 Stan Shebs <shebs@andros.cygnus.com>
1408
1409 * gdbtk.tcl (debug_interface): New global, use to aid debugging.
1410 (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
1411 (file_popup_menu): Delete, never used.
1412 (listing_window_popup): Rename from listing_window_button_1,
1413 remove breakpoint toggling code.
1414 (toggle_breakpoint): New procedure.
1415 (create_file_win): Bind popup menu to button 2, toggle breakpoints
1416 with button 1 in breakpoint area, add display of tagged areas if
1417 debugging on.
1418
1419 Fri Apr 5 13:44:40 1996 Stan Shebs <shebs@andros.cygnus.com>
1420
1421 * gdbtk.c (running_now): New global variable.
1422 (gdb_cmd): Test it before executing any command.
1423 (gdbtk_call_command): Set it when inferior is running.
1424 * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
1425 disable interaction with command window's text appropriately.
1426
1427 Fri Apr 5 13:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1428
1429 * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
1430 some versions of the kernel don't support it.
1431
1432 Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
1433
1434 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
1435 double-clicking will work again.
1436 (create_asm_win): Put "break" at end of all B1 bindings.
1437 (create_file_win): Lower "sel" tag, don't raise it.
1438 (ensure_line_visible): New proc.
1439 (update_listing, update_assembly): Use it.
1440 (create_copyright_window): Destroy window on Leave event.
1441 (create_command_window): Put "break" at end of all B2 bindings.
1442
1443 Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1444
1445 * gdbtk.tcl, gdbtk.c: Updated copyrights.
1446
1447 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
1448 greater.
1449 * configure: Rebuilt.
1450
1451 Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
1452
1453 * gdbtk.c (gdb_disassemble): Pass fprintf_unfiltered to
1454 INIT_DISASSEMBLE_INFO.
1455
1456 Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1457
1458 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
1459 (add_expr): Changes from create_expr_window.
1460 (create_command_window): Set focus.
1461 (delete_expr): Rewrote.
1462 (expr_update_button): New proc.
1463 (add_expr): Put bindings on FocusIn, FocusOut.
1464 Don't allow .file_popup to be torn off.
1465
1466 Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
1467
1468 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
1469 (update_listing): Use lassign. Use "see" to scroll. Don't need
1470 screen_top, screen_bot, screen_height.
1471 (update_assembly): Use "see" to scroll.
1472 (textscrollproc): Removed.
1473 (create_file_win): Don't use textscrollproc.
1474 (asmscrollproc): Removed.
1475 (create_asm_window): Don't use asmscrollproc.
1476 (create_asm_win): Ditto.
1477 (screen_height, screen_top, screen_bot): Removed.
1478 (run_editor): New proc.
1479 (build_framework): Use it.
1480 (create_file_win, create_source_window): Don't use textscrollproc.
1481 (create_breakpoints_window): Set -xscrollcommand on canvas.
1482 (not_implemented_yet): Default button is 0.
1483 (delete_char): Don't use tk_textBackspace.
1484 (create_command_window): Allow Tk bindings to fire after deleting
1485 character.
1486 (create_command_window): Make Delete delete left, not right.
1487
1488 Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1489
1490 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
1491
1492 Changes in sync with expect:
1493 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
1494 CY_AC_PATH_TK.
1495 * aclocal.m4: Replaced with version from expect.
1496 * configure: Regenerated.
1497
1498 Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
1499
1500 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
1501 gdbtk_tcl_flush): Use "see", not "yview".
1502 (gdbtk_tcl_query): Use questhead bitmap.
1503 various: Always wrap condition of 'if' in {...}.
1504 (add_breakpoint_frame): Set -value on radiobuttons.
1505 (lassign): New proc.
1506 (add_breakpoint_frame): Use lassign, not series of assignments.
1507 (decr): Made faster.
1508 (interactive_cmd): Use "see", not "yview".
1509 (not_implemented_yet): Use warning bitmap.
1510 (update_expr): Don't allow $expr to be evalled by Tcl.
1511 (create_expr_window): Don't use "focus".
1512 (delete_char, delete_line): Define globally.
1513 (delete_line, delete_char, create_command_window, update_autocmd,
1514 build_framework, create_asm_win, create_file_win): Use "see", not
1515 "yview".
1516 (create_copyright_window, center_window, bind_widget_after_class):
1517 New procs.
1518 (FSBox,create_command_window, create_autocmd_window): Binding
1519 changes for Tk4.
1520 (textscrollproc): Define globally.
1521 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
1522 Home, End, Up, and Down are all defined by Tk.
1523 (apply_filespec): Use error bitmap in dialog.
1524 (files_command): Don't use tk_listboxSingleSelect.
1525 (files_command): Don't use "uniq" to remove duplicates from a
1526 list.
1527 (update_assembly): Use lassign.
1528 (create_asm_win): Removed redundant bindings.
1529 (listing_window_button_1, file_popup_menu): Use tk_popup.
1530 (ButtonRelease-1 binding): Just remove tag from window; rest
1531 handled by Tk.
1532
1533 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
1534 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
1535 (gdbtk_call_command): Ditto.
1536
1537 Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
1538
1539 * configure configure.in: Make --enable-gdbtk be the default.
1540
1541 Thu Dec 28 15:10:49 1995 Stan Shebs <shebs@andros.cygnus.com>
1542
1543 * README.GDBTK: Polish introductory paragraph.
1544
1545 Mon Oct 16 11:27:06 1995 Stu Grossman (grossman@cygnus.com)
1546
1547 * gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of
1548 fprintf_filtered.
1549
1550 Tue Oct 10 15:26:39 1995 Fred Fish <fnf@cygnus.com>
1551
1552 * README.GDBTK: Updated for version 4.15.
1553
1554 Sat Aug 19 17:20:22 1995 Michael Tiemann <tiemann@axon.cygnus.com>
1555
1556 * gdbtk.tcl: ENABLE comes back as "1" or "0", not "enable" or
1557 "disable".
1558 Also, wire up the breakpoint window so that it can be demo'd.
1559
1560 Tue Aug 1 11:44:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1561
1562 * gdbtk.c: Include "gdb_string.h" instead of <string.h>.
1563
1564 Tue Jun 20 10:19:40 1995 Stu Grossman (grossman@cygnus.com)
1565
1566 * gdbtk.c: Add functions Tcl_Malloc, Tcl_Realloc, and Tcl_Free.
1567
1568 * gdbtk.tcl (add_breakpoint_frame): Add more fields.
1569 * (create_file_win create_asm_win build_framework): Create null
1570 bindings for meta keys to keep window from dropping down to
1571 insertion point when meta is pressed by itself. New bindings:
1572 Up/Down - Scroll up/down one line at a time
1573 Next/Prior - Scroll up/down one page at a time
1574 Home/End - Warp to current pc/end of file
1575 * (build_framework): Turn on breakpoint menu.
1576 * (create_command_window): Implement tab completion. Add binding
1577 for ^C to stop target.
1578
1579 Fri May 19 06:15:40 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
1580
1581 * gdbtk.c: Conditionalize use of stdarg rather than varargs on
1582 ANSI_PROTOTYPES not __STDC__; it must match the definition of
1583 PARAMS.
1584
1585 Thu May 18 15:58:46 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1586
1587 * gdbtk.c (gdbtk_query): Use stdarg.h macros when compiling with
1588 an ANSI compiler.
1589
1590 Sat Apr 15 13:52:24 1995 Stan Shebs <shebs@andros.cygnus.com>
1591
1592 * gdbtk.c (gdb_disassemble): Read from inferior if connected
1593 to a VxWorks target.
1594
1595 Fri Apr 14 10:18:20 1995 Stu Grossman (grossman@cygnus.com)
1596
1597 * README.GDBTK: New file. Contains the obvious.
1598
1599 Tue Apr 11 11:07:12 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1600
1601 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
1602 F_SETOWN is, use that.
1603
1604 Thu Apr 6 17:00:46 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1605
1606 * Makefile.in (X11_INCLUDES): Define as empty.
1607 (X11_CFLAGS): Define as including $(X11_INCLUDES).
1608 (X11_LIB_SWITCHES): Define as empty.
1609 (X11_LIBS): Define as -lX11.
1610
1611 * configure.in (enable_gdbtk): If gdbtk, support the --x-includes
1612 and --x-libraries switches, setting the X11_INCLUDES and
1613 X11_LIB_SWITCHES respectively. Instead of using a hardcoded -lX11
1614 in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables.
1615
1616 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use
1617 it. This means that the stop button doesn't work, but is better
1618 than nothing.
1619
1620 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
1621
1622 * Makefile.in (gdbtk.o): Use X11_CFLAGS to provide alternate
1623 locations (per-host) for X11 include files.
1624 * config/pa/hppahpux.mh (XM_CLIBS): Add -L/usr/lib/X11R5 to force
1625 the use of R5 libs.
1626 (X11_CFLAGS): Add this to indicate the locs
1627 of the R5 include files.
1628
1629 Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com)
1630
1631 * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
1632 type is not bp_breakpoint.
1633
1634 Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com)
1635
1636 * gdbtk.c: Ditto.
1637 * gdbtk.c: General cleanups, get rid of unused variables. Redo
1638 handling of stdout/stderr to just return output as the result of
1639 the tcl command that caused the output. Cleanup -Wall stuff.
1640 * (breakpoint_notify): Now returns just action and breakpoint
1641 number.
1642 * (gdb_get_breakpoint_list): New routine. Does the obvious.
1643 * (gdb_get_breakpoint_info): Mostly derived from the old
1644 breakpoint_notify, but returns lots more info.
1645 * (dsprintf_append_element): Helper routine, works like printf,
1646 but appends a tcl element onto the specified DString. Good for
1647 building up lists as return values.
1648 * (gdbtk_enable/disable_breakpoint): Go away. Replaced with
1649 gdbtk_modify_breakpoint.
1650 * (*many routines*): Use new result protocol.
1651 * (call_wrapper): Make sure that recursive calls don't trash results.
1652 * gdbtk.tcl: New windows, autocmd, and breakpoints.
1653 * (gdbtk_tcl_fputs): Don't use $current_output_win redirection
1654 anymore. It's not needed (in fact, this routine may not be needed
1655 anymore).
1656 * (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
1657 notification protocol.
1658 * (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
1659 catches.
1660 * (interactive_cmd): Use this wrapper around button invocations
1661 of many commands. This will catch errors and put the results into
1662 the command window. It also updates all the other windows.
1663 * Also, change reliefs of most things to sunken. This actually
1664 looks better.
1665 * (create_file_win): Fix margin binding to allow breakpoints to
1666 work again.
1667 * (create_asm_win): Use return value of gdb_disassemble instead
1668 of implicit I/O to the command window.
1669 * (create_command_window): Use new result protocol to get output
1670 from commands.
1671
1672 Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1673
1674 * gdbtk.c (gdb_disassemble): Deference pointer to function before
1675 calling it (pre-ANSI compilers generally require this).
1676
1677 Fri Feb 3 11:19:20 1995 Stu Grossman (grossman@cygnus.com)
1678
1679 * gdbtk.c (gdb_disassemble): Get rid of
1680 dis_asm_read_memory_hook. We can now call the disassemblers
1681 directly and have no need for this hook anymore.
1682
1683 Mon Jan 30 17:34:24 1995 Stu Grossman (grossman@cygnus.com)
1684
1685 * gdbtk.tcl (create_file_win): Disable old popup menu for source
1686 window.
1687
1688 Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com)
1689
1690 * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be
1691 found.
1692 * gdbtk.tcl: Initialize expr_update_list() to prevent errors when
1693 popping up expression window for the first time.
1694
1695 Tue Jan 24 12:10:28 1995 Stu Grossman (grossman@cygnus.com)
1696
1697 * gdbtk.tcl (create_registers_window): Work around a radiobutton
1698 widget bug to make Options|Natural button work.
1699
1700 * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and
1701 g++ caused by out-of-order pc's.
1702 * gdbtk.tcl (files_command): Remove duplicate file names. Also,
1703 add scrollbar.
1704
1705 Mon Jan 23 17:21:09 1995 Stu Grossman (grossman@cygnus.com)
1706
1707 * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
1708 doc!
1709
1710 Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com)
1711
1712 * gdbtk.c, gdbtk.tcl: Update/add copyright.
1713 * gdbtk.tcl (build_framework): Several fixes for filespec widget,
1714 including dismiss button, and better error handling.
1715 * (create_command_win): Bind button 2 to retrieve selection.
1716
1717 Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com)
1718
1719 * gdbtk.tcl: Add button to control mixed source disassembly.
1720 Use text widgets in expr window. The give me more control over
1721 layout.
1722 Add auto-updating of exprs in expression window.
1723 Handle expressions out of scope a bit better.
1724 Make selected window pop up to the top when invoked via the
1725 menubar.
1726 Make copyright message have raised relief.
1727
1728 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
1729 during startup.
1730
1731 Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com)
1732
1733 * gdbtk.c (finish_saving_output): Don't do anything if not saving
1734 output.
1735 * (breakpoint_notify): Don't send null filename to tcl.
1736 * (gdb_eval): New tcl command to eval an expression.
1737 * (gdb_disassemble): New tcl command to do disassembly. This
1738 allows tcl code to choose between exec file and target memeory,
1739 and can also do mixed source and assembly.
1740 * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
1741 that more of the environment is set up. Also, create link between
1742 gdb and tcl vars disassemble{-_}from{-_}exec.
1743
1744 * gdbtk.tcl: New expression window support.
1745 * Make assembly window be 80 columns wide.
1746 * Use new disassembly method. Add menu items to select
1747 disassembly from exec file or target.
1748 * Change View menubar item to Options.
1749
1750 * Get rid of Stack, Breakpoints, Signals, and Variables Windows,
1751 since they don't exist yet.
1752
1753 * Pop up a copyright window on startup.
1754
1755 Wed Jan 4 19:49:10 1995 Stan Shebs <shebs@andros.cygnus.com>
1756
1757 * gdbtk.tcl (build_framework): Add standard commands menu, more
1758 windows to standard windows menu.
1759 (not_implemented_yet): Clarify message.
1760
1761 Fri Dec 30 15:49:00 1994 Stan Shebs <shebs@andros.cygnus.com>
1762
1763 * gdbtk.tcl (FSBox): New proc, File Selection Box code from exmh.
1764 (not_implemented_yet): New proc.
1765 (build_framework): Add various file commands to file menu.
1766
1767 Fri Dec 23 16:18:50 1994 Stu Grossman (grossman@cygnus.com)
1768
1769 * gdbtk.c (gdbtk_wait gdbtk_init): Portability improvements for
1770 SIGIO handling.
1771
1772 Mon Dec 19 09:55:47 1994 Stu Grossman (grossman@cygnus.com)
1773
1774 * gdbtk.tcl (update_assembly): Force update to make sure that pc
1775 is visible when creating new assembly windows.
1776
1777 Sun Dec 18 23:31:20 1994 Stu Grossman (grossman@cygnus.com)
1778
1779 * gdbtk.c (gdbtk_wait gdbtk_init): Use different method of
1780 enabling I/O interrupts for SVR4 (streams).
1781 * (start_saving_output save_output get_saved_output
1782 finish_saving_output flush_holdbuf gdbtk_flush gdbtk_fputs
1783 gdbtk_init):
1784 Totally revamp to use TCLs dynamic string functions. Also, quote
1785 all data passed back to TCL to prevent errors with unmatched
1786 braces, odd characters, etc... This fixes several wierd problems
1787 with outputting strings containing unmatched braces.
1788 * (breakpoint_notify gdb_loc): Use long hex format to output
1789 addresses of breakpoints and PCs. This fixes some Alpha problems.
1790 * (breakpoint_notify): Add stream arg to call to gdbtk_fputs.
1791 * (gdb_listfiles): Also, go through the symtabs when looking for
1792 files. This makes xcoff work (sort of), but probably breaks
1793 something else.
1794 * (gdb_stop): Return TCL_OK instead of nothing. This fixes odd
1795 TCL errors when hitting stop button.
1796 * (tk_command): Don't pass interp->result on to Tcl_{Var}Eval, as
1797 that will trash the result. strdup the result instead and pass
1798 that on. Improve error handling as well.
1799
1800 * gdbtk.tcl (gdbtk_tcl_flush): Use global def of
1801 current_output_win. Makes flushing actually work!
1802 * (asm_win_name create_asm_win update_assembly): Bunch of fixes
1803 to make assembly windows stop flashing when loading a new file.
1804 * (gdbtk_tcl_busy gdbtk_tcl_idle): Use catch to prevent gdb_cmd
1805 errors from losing control.
1806 * (create_source_window): Add source file selection to View menu.
1807 * (create_command_window (<Key-Return> binding): Quote text fed
1808 into gdb_cmd to prevent eval errors.
1809
1810 Thu Dec 15 16:40:10 1994 Stu Grossman (grossman@cygnus.com)
1811
1812 * gdbtk.c: Improve mechanism for capturing output values.
1813 (full_filename): Remove.
1814 (gdb_cmd call_wrapper gdbtk_init): Protect all calls from tcl land
1815 with call_wrapper. This prevents longjmps (usually via error())
1816 from jumping out of tcl/tk and leaving things in an indeterminate
1817 state.
1818 (gdbtk_fputs): Differentiate stdout from stderr when passing text
1819 into tcl land.
1820 * gdbtk.tcl: New view option to disable line numbers. Put catch
1821 around most uses of gdb_cmd. Add update button to reg config
1822 window. Stop doing immediate updates when selecting registers.
1823 Change register view values into checkbuttons.
1824
1825 Mon Dec 12 16:59:29 1994 Stu Grossman (grossman@cygnus.com)
1826
1827 * gdbtk.tcl (reg_config_menu create_registers_window
1828 recompute_reg_display_list): Use array instead of individual vars
1829 for register display list.
1830 * (recompute_reg_display_list update_registers): Fix bug with not
1831 displaying all registers.
1832
1833 Mon Dec 12 12:22:21 1994 Stu Grossman (grossman@cygnus.com)
1834
1835 * gdbtk.c: New tcl commands: gdb_fetch_registers,
1836 gdb_changed_register_list, and gdb_regnames.
1837 * gdbtk.tcl: Use monochrome color model for now.
1838 * (delete_breakpoint_tag create_file_win): Add breakdot support.
1839 * (create_file_win create_asm_win update_listing build_framework
1840 create_source_window create_command_window): Re-org window
1841 creation to give all windows consistent look and feel.
1842 * (update_listing update_asm): Change pc pointer to '->'.
1843 * (registers_command reg_config_menu create_registers_window
1844 populate_reg_window update_registers): Revamp register window.
1845 Allow selection of registers to be displayed. Highlight changed
1846 registers.
1847
1848 Mon Nov 28 09:17:20 1994 Stu Grossman (grossman@cygnus.com)
1849
1850 * gdbtk.tcl (build_framework): Fix bug with setting window titles.
1851
1852 * gdbtk.tcl (build_framework): Add "Report bug" to help menu.
1853
1854 * gdbtk.tcl: Re-arrange windows using new, consistent layout. Clean
1855 up lots of code and centralize framework initialization.
1856
1857 Wed Nov 16 15:28:29 1994 Rob Savoye (rob@cygnus.com)
1858
1859 * Makefile.in: Fix the test for installing gdbtk.
1860
1861 Mon Nov 14 08:51:29 1994 Stu Grossman (grossman@cygnus.com)
1862
1863 * Makefile.in: Install gdbtk.tcl.
1864 * configure.in: Add ENABLE_GDBTK flag.
1865 * gdbtk.c (gdb_sourcelines): Returns list of source lines
1866 containing code. (gdb_regnames): Returns list of register names.
1867
1868 Thu Nov 3 14:25:24 1994 Stu Grossman (grossman@cygnus.com)
1869
1870 * gdbtk.c (gdb_stop): Switch to target_stop().
1871
1872 Tue Nov 1 16:41:12 1994 Stu Grossman (grossman@cygnus.com)
1873
1874 * Makefile.in: Use $(objdir)/tcl and $(objdir)/tk if they are
1875 available.
1876 * configure.in (ENABLE_CLIBS): Use $(TCL) and $(TK) instead of
1877 -ltcl and -ltk.
1878 * gdbtk.c: Get rid of lots of unnecessary #includes.
1879 * (gdbtk_init): Use ConnectionNumber macro instead of referencing
1880 Display structure directly.
1881 * gdbtk.tcl: Change exit button to quit button.
1882
1883 Wed Oct 26 15:41:07 1994 Stu Grossman (grossman@cygnus.com)
1884
1885 * gdbtk.c: Change sense and name of no_windows variable. Now
1886 called use_windows, and defaults to off (for compatibility).
1887
1888 Thu Oct 20 17:35:45 1994 Stu Grossman (grossman@cygnus.com)
1889
1890 * gdbtk.c (gdb_cmd): Force GUI into idle mode when errors occur.
1891 * (gdb_stop): New tcl command to stop the target process.
1892 * (x_event, gdbtk_wait): Allow GUI to interrupt gdb out of target
1893 waits.
1894 * (gdbtk_call_command): Wrapper around command processing to
1895 alert GUI of target state changes.
1896 * (gdbtk_init): Get the fd of X server for doing async
1897 notification of X events (via x_event). Setup new hooks.
1898 * gdbtk.tcl: Add scrollbars to assembly and command windows.
1899 * Change window foreground & background colors.
1900 * Create margin tag for breakpoints in source and assembly windows.
1901 * Add new routines to be invoked when target state changes to/from
1902 idle.
1903 * Add start of expression window.
1904 * Change bindings of mouse button 1 in assembly and source window
1905 to just set or clear breakpoints when in the margin tag.
1906 * Change shape of register window to be more vertical to better
1907 reflect its contents.
1908 * Add stop button.
1909 * Cleanup some code around command window bindings.
1910
1911 Sat Sep 17 17:05:14 1994 Stu Grossman (grossman@cygnus.com)
1912
1913 * gdbtk.tcl: Let ^U delete lines in the command window.
1914
1915 Fri Sep 16 15:40:34 1994 Stu Grossman (grossman@cygnus.com)
1916
1917 * gdbtk.c: Replace calls to full_filename with symtab_to_filename.
1918 * gdbtk.tcl: New routine pc_to_line replaces in line code. New
1919 routine decr replaces in line code.
1920 * (create_file_win): Use catch to handle open failures more
1921 elegantly. Also, create special window to display file open
1922 failure message. Move opening of file prior to creation of text
1923 widget.
1924 * (create_asm_win): Add PC as argument. We now base disassembly
1925 on PC instead of function name, since function names can be
1926 ambiguous (usually seen with shared libs). Also, use catch to
1927 simplify code where we don't care about failures.
1928
1929 Wed Sep 14 00:55:26 1994 Stu Grossman (grossman@cygnus.com)
1930
1931 * gdbtk.tcl: Add ref counts to breakpoint tags.
1932 * Put quotes around function name in disassemble command to better
1933 handle assembler names containing `.'.
1934 * Make pclist element 0 be filler to avoid off-by-one problem with
1935 line numbers.
1936 * Set names of top-level windows.
1937 * Add register display window.
1938 * Add PC to label of assembly window.
1939
1940 Tue Sep 13 08:59:04 1994 Stu Grossman (grossman@cygnus.com)
1941
1942 * gdbtk.c (gdbtk_flush gdbtk_fputs): Buffer up output to make
1943 disassembly more efficient.
1944 * (breakpoint_notify): Include pc in gdbtk_tcl_breakpoint
1945 callback.
1946 * (gdb_loc): Include pc in return value. Also, return function
1947 name if arg was specified.
1948 * (gdb_cmd_stub): Call gdb_flush to drain internal GDB buffers
1949 after command completes.
1950 * (gdbtk_init): Improve error handling.
1951
1952 * gdbtk.tcl: Add lots of comments. Clean up code.
1953 * (gdbtk_tcl_fputs): Make output window redirectable.
1954 * Add assembly window, and breapoint support.
1955 * Make button 1 in margin toggle breakpoints.
1956 * Use stippling to indicate breakpoint disabling.
1957
1958 Fri Sep 2 19:11:40 1994 Stu Grossman (grossman@cygnus.com)
1959
1960 * configure.in: Don't symlink to gdbtk.tcl if it's already there.
1961
1962 Thu Jul 28 14:37:36 1994 Stu Grossman (grossman@cygnus.com)
1963
1964 Support for TK GUI.
1965 * Makefile.in: Add rule for gdbtk.o.
1966 * configure.in: Add support for --enable-gdbtk.
1967 * gdbtk.c: New file. Contains support routines for TK interface.
1968 * gdbtk.tcl: New file. Implements GUI policy.
1969
1970 \f
1971 Local Variables:
1972 mode: change-log
1973 left-margin: 8
1974 fill-column: 74
1975 version-control: never
1976 End: