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