* Makefile.in: Add libidetcl, like libide.
[deliverable/binutils-gdb.git] / gdb / ChangeLog-gdbtk
CommitLineData
c62a71b6
KS
1Sun Mar 29 21:19:46 1998 Keith Seitz <keiths@onions.cygnus.com>
2
3 * gdbtk.c (gdb_get_tracepoint_info): Change formatting of address.
4 (tracepoint_exists): Remove code which confuses assembly traces.
5
0b7148e4
KS
6Sat Mar 28 12:13:23 1998 Keith Seitz <keiths@onions.cygnus.com>
7
8 * gdbtk.c (gdb_cmd): If argc > 2, assume that the busy and idle hooks
9 should not be called.
10
41158958
EZ
11Thu Mar 26 22:29:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12
13 * gdbtk.c: (gdb_trace_status) new function.
14 (gdbtk_init) added command "gdb_is_tracing".
15 (tracepoint_notify) added passcount information.
16
ed5fa7c3
MH
17Thu Mar 26 12:00:35 1998 Martin M. Hunt <hunt@cygnus.com>
18
19 * gdbtk.c (gdbtk_fputs): Insert fencepost.
20 (gdb_loc): Correct pc calculation.
21 (gdb_immediate_command): Return if a load is in progress.
22 (gdb_cmd): Return if a load is in progress.
23 (target_stop_wrapper): New function.
24 (gdb_stop): Call target_stop_wrapper.
25 (x_event): Add fencepost and optimize load cancel check.
26 (gdbtk_start_timer): Set up structs only once.
27 (gdbtk_stop_timer): Just use preset structs to set timer parameters.
28 (gdb_loadfile): If file cannot be loaded, return error message.
29 (gdb_loadfile): Add space before tab so that lines without
30 a '-' can later be changed to have one.
31
e924e162
EZ
32Wed Mar 25 14:08:51 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
33
34 * gdbtk.c (gdbtk_pre_add_symbol): Use Tcl_merge to form Tcl commands.
35
ac3dff67
EZ
36Mon Mar 23 13:41:39 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
37
38 * gdbtk.c (gdb_get_mem): Rewrite to fetch entire contents
39 of the memory window at once.
40
929db6e5
EZ
41Sat Mar 21 19:34:49 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
42
43 Merged changes from Foundry: list follows by author:
44
45 - Tom Tromey <tromey@cygnus.com>
46
47 * Makefile.in (gdbres.o): New target.
48 (WINDRES): New define.
49 * configure: Rebuilt.
50 * configure.in (WINDRES): Define.
51 (CONFIG_OBS): Include gdbres.o on Windows.
52 * gdbtool.ico: New file.
53 * gdb.rc: New file.
54 * gdbtk.c (gdbtk_init): Call ide_create_messagebox_command.
55 (gdbtk_cleanup): Call ide_interface_deregister_all.
56 (gdbtk_init): Pass event handle to cleanup.
57 (TclDebug): Use Tcl_Merge to construct command.
58 (gdbtk_init): Call ide_create_cygwin_path_command.
59
60 - Martin M. Hunt <hunt@cygnus.com>
61
62 * gdbtk.c (gdb_set_bp): Set addr_string for bp.
63 (gdb_get_breakpoint_info): Demangle function
64 names in breakpoint info.
65 Include "demangle.h".
66 (gdb_loc, gdb_listfuncs): Demangle C++
67 function names.
68 (gdb_set_bp): Properly quote filename to fix
69 problems with spaces. Send pc back as a hex string.
70 (gdb_listfuncs): Remove debugging line.
71 Turn off some debugging lines.
72 (breakpoint_notify): Return correct line number.
73 (gdb_get_breakpoint_info): Return correct line number.
74 (gdb_set_bp): New function to provide a better way to
75 set breakpoints.
76 (gdbtk_readline, gdbtk_readline_begin): Memory
77 allocated by tcl needs to be freed by Tcl_Free().
78 (find_file_in_dir): Deleted.
79 (gdb_find_file_command): Call full_lookup_symtab().
80 (gdb_listfuncs): Call full_lookup_symtab().
81 (full_lookup_symtab): New function. Like lookup_symtab
82 except handles multiple files with the same basename,
83 full pathnames, and always sets symtab->fullname.
84 (gdb_loadfile): Call full_lookup_symtab(). Clear
85 realloc'd memory.
86 (gdb_loadfile): Don't tag lines without source.
87 Tag source lines with source_tag.
88 (gdb_find_file_command, find_file_in_dir):
89 Rewrite. Now searches symtabs and psymtabs for a match
90 on the partial or full filename. Returns the full pathname.
91 (gdb_loadfile): Realloc additional memory
92 if someone loads in a file with more than 160,000
93 lines. I don't know if this really works because
94 I don't have enough memory to test it.
95 (gdb_sourcelines): Deleted.
96 (gdb_loadfile): New function. Takes a text widget
97 and loads it with the contents of a file. Marks
98 and tags source lines.
99 (pc_changed): New function.
100 (get_pc_register): Returns the value of
101 the PC to GDB.
102 (gdb_loc): If looking on the stack, return
103 real pc along with calling source line.
104 (gdb_loc): Return "" instead of "N/A" if
105 filename is not found.
106 (gdb_get_breakpoint_info): Same.
107 (get_register): For Natural mode, set format to 0.
108 Minor bugfixes from keiths.
109 (TclDebug): New function for debugging use.
110 (gdb_loc): Return correct PC for frames
111 that are not the innermost frame.
112 (gdb_listfiles): Rewritten to use object
113 API. Now takes an optional dirname which will cause
114 only files in that directory or its subdirectories
115 to be returned. Now returns basenames instead of
116 full pathnames.
117 (gdb_cmd): Set/reset load_in_progress flag.
118 (call_wrapper): Don't pop up dialog for errors in
119 downloads; just abort download.
120 (gdbtk_load_hash): Set return value correctly.
121
122 - Keith Seitz <keiths@onions.cygnus.com>
123
124 * gdbtk.c (gdbtk_init): Define the ui_loop_hook so that it can be
125 called by routines which might block, allowing us to update the GUI.
126 (gdbtk_wait): Move timer calls to annotation hooks.
127 (gdbtk_init): Define the annotation hooks.
128 (gdbtk_annotate_starting): New function for cygwin32 hosts.
129 (gdbtk_annotate_stopped): New function for cygwin32 hosts.
130 (gdbtk_annotate_exited): New function for cygwin32 hosts.
131 (gdbtk_annotate_signalled): New function. for cygwin32 hosts.
132 (gdbtk_init): Use gdbtk_print_frame_info hook.
133 (gdbtk_print_frame_info): New function which sets current_source_symtab
134 based on the given symtab and line info.
135 (gdb_immediate_command): New function which does
136 not buffer any
137 output. (Contrast to gdb_cmd.)
138 (gdb_prompt_command): New function to return gdb's prompt.
139 (find_file_in_dir): New functon which searches source paths
140 for a given filename.
141 (gdb_find_file): New function which returns path to given file -- uses
142 find_file_in_dir.
143 (gdbtk_init): Install "gdb_immediate", "gdb_find_file", and
144 "gdb_prompt"
145 commands into interpreter.
146
147 - Ian Lance Taylor <ian@cygnus.com>
148
149 * gdbtk.c (gdbtk_timer_going): If __CYGWIN32__, new static
150 variable.
151 (gdb_cmd): If __CYGWIN32__, if executing the load command, call
152 gdbtk_start_timer and gdbtk_stop_timer.
153 (call_wrapper): If __CYGWIN32__, if the timer is going, turn it
154 off. Clear load_in_progress.
155 (x_event): If load_in_progress, quit if download_cancel_ok.
156 (gdbtk_start_timer): Set gdbtk_timer_going.
157 (gdbtk_stop_timer): Clear gdbtk_timer_going.
158 (gdbtk_wait): Call x_event.
159 (gdbtk_init): Call ide_create_win_grab_command if
160 __CYGIN32__.
161 (gdb_clear_file): Clear stop_pc.
162
163
a5f4fbff
KS
164Tue Feb 10 17:50:37 1998 Keith Seitz <keiths@onions.cygnus.com>
165
166 * gdbtk.c (gdbtk_modify_tracepoint): Define new tracepoint modification hook.
167 (gdbtk_print_frame_info): Define this hook so that current_source_symtab
168 is set properly.
169 (gdb_actions_command): Use free_actions () from tracepoint.c/h.
170
d001edb7
KS
171Mon Jan 26 11:37:55 1998 Keith Seitz <keiths@onions.cygnus.com>
172
173 * gdbtk.c (gdb_actions_command): Make note of next action
174 before freeing all references to it.
175
0776b0b0
MH
176Sat Jan 24 23:52:08 1998 Martin M. Hunt <hunt@cygnus.com>
177
178 * gdbtk.c: Merge from Foundry branch.
179 (TclDebug): New debugging function.
180 (gdb_loc): For frames, find address of calling function
181 instead of whatever is on the stack (usually the next
182 instruction).
183 (gdb_listfiles): Takes an optional pathname argument and
184 returns an alphabetized list of basenames of files in the
185 path.
186
11f91b2b
KS
187Wed Jan 22 10:37:02 1998 Keith Seitz <keiths@onions.cygnus.com>
188
0776b0b0
MH
189 * symfile.c: Define two new hooks for symbol reading:
190 "pre_add_symbol_hook" and "post_add_symbol_hook". These hooks
191 are called before we begin reading symbols, and after we finish.
192 (generic_load): Use new symbol reading hooks and get rid of
193 compiler warning.
11f91b2b
KS
194
195 * gdbtk.c (gdbtk_init): Add hooks for pre- and post-symbol reading.
196 (gdbtk_pre_add_symbol): New function: the pre-add-symbol hook.
197 (gdbtk_post_add_symbol): New function: the post-add-symbol hook.
198 (find_file_in_dir): New function. Moved the guts of gdb_find_file_command
199 into here to allow its use by others.
200 (gdb_loc): Use find_file_in_dir to return the real path to the file
201 (or "N/A" if we can't find it).
202
203 * configure.in (TIX_LIB_EXT): Define new variable for those special cases
204 when TCL_SHLIB_SUFFIX is not enough to specify the dependency.
205
206 * configure: Regenerate.
207
77636dea
FF
208Fri Jan 23 07:47:06 1998 Fred Fish <fnf@cygnus.com>
209
210 * Makefile.in (uninstall): Remove installed gdbtcl dir, if one
211 was installed.
212
0422b59e
KS
213Thu Jan 15 12:42:28 1998 Keith Seitz <keiths@onions.cygnus.com>
214
215 * gdbtk.c (gdb_immediate_command): New function which does not buffer any
216 output. (Contrast to gdb_cmd.)
217 (gdbtk_init): Install "gdb_immediate" command into interpreter.
218
bb3d9f43
KS
219Wed Jan 14 16:38:44 1998 Keith Seitz <keiths@pizza.cygnus.com>
220
221 * configure.in (--enable-gdbtk): If tcl was built with --enable-shared,
222 use TCL_SHLIB_SUFFIX to specify the suffix of the library file so that
223 we don't expect to see "libfoo.a" instead of "libfoo.{so,sl, etc}".
224
225 * configure: Regenerate.
226
a26171ca
MS
227Wed Dec 31 16:50:26 1998 Keith Seitz (keiths@onions.cygnus.com)
228
229 * gdbtk.c (gdb_actions_command): extract and save step count
230 from "while-stepping" command
231
1ab578bf
SS
232Tue Dec 16 21:16:42 1997 Ian Lance Taylor <ian@cygnus.com>
233
234 * Makefile.in (LIBGUI): New variable.
235 (GUI_CFLAGS_X): New variable.
236 (IDE_CFLAGS): Add $(GUI_CFLAGS_X).
237 * configure.in: Add $(LIBGUI) to TCL_LIBS and CONFIG_DEPS.
238 * configure: Rebuild.
239
240Wed Dec 10 13:16:45 1997 Keith Seitz <keiths@onions.cygnus.com>
241
242 * gdbtk.c (gdb_get_tracepoint_info): Use info in struct
243 symtab_and_line (not struct tracepoint) so that we get the
244 real line info for an address. Arrange data more like
245 gdb_get_breakpoint_info.
246 (tracepoint_notify): Use info in struct symtab_and_line again.
247 (gdbtk_init): Add command "gdb_get_tracepoint_list" into
248 interpreter.
249 (gdb_get_tracepoint_list): New function that aids the source
250 window in displaying tracepoints when the file changes.
251
252Fri Dec 5 10:31:23 1997 Keith Seitz <keiths@pizza.cygnus.com>
253
254 * gdbtk.c (gdbtk_init): Add gdb_find_file into interpreter.
255 (gdb_find_file_command): New function which searches source path
256 to find the real full filename of a file.
257
258Mon Dec 1 10:19:44 1997 Keith Seitz <keiths@onions.cygnus.com>
259
260 * gdbtk.c: Move include of "guitcl.h" back out of IDE ifdef.
261 (gdbtk_init): Move ide_initialize_paths out of IDE ifdef.
262
263 * configure.in (TCL_LIBS, CONFIG_DEPS): Add IDE libraries for all
264 builds.
265 (CONFIG_OBS): Remove tracepoint.o, which should always be included.
266
267 * configure: regenerate
268
269 * Makefile.in (install-only): ALWAYS install the new gdbtk
270 (REMOTE_OBS): add tracepoint.o
271
272Thu Nov 27 09:07:18 1997 Michael Meissner <meissner@cygnus.com>
273
274 * configure.in ({TCL_LIBS,CONFIG_DEPS}): Don't add IDE libraries
275 if not --enable-ide.
276 (CONFIG_OBS): Add tracepoint.o to list if --enable-gdbtk.
277 * configure: Regenerate.
278
279 * gdbtk.c (gdb_get_breakpoint_info): Add missing filename
280 argument.
281 (toplevel): Move include of guitcl.h into #ifdef IDE region.
282 (gdbtk_init): Move ide_initialize_paths call into #ifdef IDE
283 section.
284
285 * Makefile.in (gdbtk.o): Update dependencies.
286
287Wed Nov 26 15:02:43 1997 Keith Seitz <keiths@onions.cygnus.com>
288
289 * gdbtk.c (gdb_loc): symtab_to_filename can return NULL.
290 (breakpoint_notify): Ditto.
291 (gdb_get_breakpoint_info): Ditto.
292
293Wed Nov 26 11:33:09 1997 Keith Seitz <keiths@onions.cygnus.com>
294
295 Merge in code from Foundry branch:
296
297 * Makefile.in (install-only): install the new gdbtk, not the old
298
299 * gdbtk.c (gdbtk_call_command): also run idle hooks for class_trace
300 commands
301 (gdbtk_init): Add new commands "gdb_get_locals", "gdb_get_args",
302 "gdb_get_function", "gdb_get_line", "gdb_get_file",
303 "gdb_tracepoint_exists", "gdb_get_tracepoint_info", "gdb_actions",
304 and "gdb_prompt".
305 (gdb_get_vars_command): New function.
306 (gdb_get_line_command): New.
307 (gdb_get_file_command): New.
308 (gdb_get_function_command): New.
309 (gdb_get_tracepoint_info): New.
310 (gdbtk_create_tracepoint): New.
311 (gdbtk_delete_tracepoint): New.
312 (tracepoint_notify): New.
313 (tracepoint_exists): New.
314 (gdb_actions_command): New.
315 (gdb_tracepoint_exists_command): New.
316 (gdb_prompt_command): New.
317
318Thu Nov 13 18:15:54 1997 Ian Lance Taylor <ian@cygnus.com>
319
320 * gdbtk.c: Move include of gdbcore.h to top of file.
321 (close_bfds): New static function if _WIN32.
322 (gdbtk_readline): Call close_bfds.
323 (call_wrapper, tk_command_loop): Likewise.
324 (gdb_clear_file): New static function.
325 (gdbtk_init): Create gdb_clear_file Tcl command.
326
327Wed Nov 12 14:58:39 1997 Jeff Holcomb <jeffh@cygnus.com>
328
329 * gdbtk.c: gdbtk_load_hash and ui_load_progress_hook return an
330 int result.
331 (gdbtk_load_hash): download hash routine returns an int result.
332
333Mon Nov 10 15:11:51 1997 Ian Lance Taylor <ian@cygnus.com>
334
335 * gdbtk.c (gdbtk_init): Call ide_create_shell_execute_command if
336 __CYGWIN32__.
337 * configure.in: Add -lshell32 to WIN32LIBS on cygwin32.
338 * configure: Rebuild.
339
340Sun Nov 9 16:25:34 1997 Tom Tromey <tromey@cygnus.com>
341
342 * gdbtk.c (gdbtk_init): Run ide_create_help_command.
343
344Tue Oct 28 17:31:47 1997 Martin M. Hunt <hunt@cygnus.com>
345
346 * gdbtk.c (gdbtk_init): Call ide_create_winprint_command.
347
348Thu Oct 23 15:53:37 1997 Ian Lance Taylor <ian@cygnus.com>
349
350 * configure.in: Add -lgdi32 to WIN32LIBS when linking gdbtk on
351 cygwin32.
352 * configure: Rebuild.
353
354Wed Oct 22 21:32:54 1997 Martin M. Hunt <hunt@cygnus.com>
355
356 * gdbtk.c (gdbtk_init): Create sizebox command on Windows.
357
358Thu Oct 9 14:33:21 1997 Ian Lance Taylor <ian@cygnus.com>
359
360 * gdbtk.c (gdbtk_init): Remove assertion argument from call to
361 ide_create_window_register_command.
362
363Wed Oct 1 11:09:52 1997 Tom Tromey <tromey@cygnus.com>
364
365 * gdbtk.c (gdbtk_init): Pass name of restore interface to
366 ide_create_window_register_command.
367
368Fri Sep 26 21:08:22 1997 Keith Seitz <keiths@pizza.cygnus.com>
369
370 * gdbtk.c (gdbtk_init): Initialize ui_load_progress_hook.
371
372Thu Sep 25 03:05:00 1997 Martin M. Hunt <hunt@cygnus.com>
373
374 * gdbtk.c (gdb_load_info): New function. Returns a list
375 of section names and sizes for an executable.
376 (gdbtk_load_hash): Stub function to call tcl function
377 download_hash.
378
379Tue Sep 23 01:29:00 1997 Martin M. Hunt <hunt@cygnus.com>
380
381 * gdbtk.c (gdb_get_mem): Fix compiler warning.
382
383Sun Sep 21 00:15:00 1997 Martin M. Hunt <hunt@cygnus.com>
384
385 * gdbtk.c (gdb_get_mem): Fix problem with ASCII dump.
386
387Tue Sep 16 18:07:17 1997 Martin M. Hunt <hunt@cygnus.com>
388
389 * gdbtk.c (gdb_get_mem): New function. Returns
390 a formatted memory dump with optional ASCII dump.
391
392Mon Sep 8 12:48:50 1997 Ian Lance Taylor <ian@cygnus.com>
393
394 * gdbtk.c: Include ilutk.h if IDE.
395 (gdb_confirm_quit, gdb_force_quit): New static functions.
396 (gdbtk_init): Add Tcl commands gdb_confirm_quit and
397 gdb_force_quit.
398
399Mon Sep 8 03:05:33 1997 Martin M. Hunt <hunt@cygnus.com>
400
401 * gdbtk.c (gdb_get_breakpoint_info): Now returns the
402 function a breakpoint is in.
403
404Fri Sep 5 20:23:58 1997 Ian Lance Taylor <ian@cygnus.com>
405
406 * gdbtk.c (gdbtk_init): Call ide_create_exit_command.
407
408Wed Sep 3 19:39:15 1997 Ian Lance Taylor <ian@cygnus.com>
409
410 * gdbtk.c: Include guitcl.h.
411 (gdbtk_init): Always call ide_initialize_paths. Set the Tcl
412 variable IDE to 1 when using the IDE. Always try using auto path
413 to find main.tcl.
414 * Makefile.in (IDE_CFLAGS_X): Always include libide.
415 (LIBIDE): New variable.
416 (IDE_X): Omit -lide.
417 (IDE_DEPS): Omit libide.
418 * configure.in: Add LIBIDE to TCL_LIBS and CONFIG_DEPS.
419 * configure: Rebuild.
420
421Mon Aug 25 02:28:55 1997 Keith Seitz <keiths@pizza.cygnus.com>
422
423 * gdbtk.c: (gdb_target_has_inferior) check if inferior_pid is non-zero
424 before assuming that the inferior is running.
425
426Mon Aug 25 01:06:48 1997 Ian Lance Taylor <ian@cygnus.com>
427
428 * gdbtk.c (gdbtk_start_timer): Pass third argument to setitimer.
429 (gdbtk_stop_timer): Likewise.
430
431Mon Aug 25 00:23:08 1997 Keith Seitz <keiths@pizza.cygnus.com>
432
433 * gdbtk.c: (gdbtk_init) create new command "gdb_target_has_execution"
434 (gdb_target_has_execution_command) new function
435
436Sun Aug 24 20:27:22 1997 Ian Lance Taylor <ian@cygnus.com>
437
438 * gdbtk.c (gdb_loc): If there are no symbols, just bail
439 immediately.
440 (tk_command_loop): Print errors encountered while running
441 gdbtk_tcl_preloop.
442
443Sun Aug 24 13:44:03 1997 Tom Tromey <tromey@cygnus.com>
444
445 * gdbtk.c (gdbtk_init): Run ide_create_build_command.
446
447Sat Aug 23 21:53:39 1997 Ian Lance Taylor <ian@cygnus.com>
448
449 * gdbtk.c: If CYGWIN32, include <sys/time.h>.
450 (x_fd): Don't define if WINNT.
451 (gdbtk_start_timer, gdbtk_stop_timer): New static functions if
452 CYGWIN32.
453 (gdbtk_wait): Don't set up signal handling if WINNT. If CYGWIN32,
454 call gdbtk_start_timer and gdbtk_stop_timer.
455 (gdbtk_init): Don't set up signal handling or make x_fd
456 asynchronous if CYGWIN32.
457
458Fri Aug 22 15:23:15 1997 Ian Lance Taylor <ian@cygnus.com>
459
460 * gdbtk.c (error_string_ptr): New static variable.
461 (gdbtk_fputs): If result_ptr is NULL, and error_string_ptr is not
462 NULL, and we're outputting to stderr, append string to
463 error_string_ptr rather than calling gdbtk_tcl_fputs.
464 (call_wrapper): Set up error_string_ptr. Put both error string
465 and normal string in Tcl result.
466
467 * gdbtk.c (gdbtk_init): Don't call ide_run_server_init until after
468 gdb has initialized.
469
470Thu Aug 21 19:14:38 1997 Ian Lance Taylor <ian@cygnus.com>
471
472 * gdbtk.c: If _WIN32, include winuser.h.
473 (gdbtk_init): If _WIN32, use MessageBox to display an error
474 evaluating main.tcl.
475
476Thu Aug 21 00:48:00 1997 Martin M. Hunt <hunt@pern.cygnus.com>
477
478 * gdbtk.c (gdbtk_init): Add call to ide_run_server_init().
479 (gdb_cmd): For the load command, don't buffer the I/O.
480
481Wed Aug 20 11:41:22 1997 Martin M. Hunt <hunt@cygnus.com>
482
483 * gdbtk.c (gdbtk_query): Chaneg free() call to Tcl_Free().
484
485Tue Aug 19 17:09:19 1997 Ian Lance Taylor <ian@cygnus.com>
486
487 * Makefile.in (TCL_DEPS, TK_DEPS): New variables.
488 (ITCL_DEPS, TIX_DEPS): New variables.
489 (IDE_DEPS): New variable.
490 (CDEPS): Include @CONFIG_DEPS@.
491 * configure.in: Set and substitute CONFIG_DEPS and TIX_DEPS.
492 * configure: Rebuild.
493
494Sun Aug 17 00:42:11 1997 Martin M. Hunt <hunt@cygnus.com>
495
496 * gdbtk.c (gdb_listfuncs): New function that returns
497 a list of all the functions in a source file.
498
499Tue Aug 12 16:35:21 1997 Ian Lance Taylor <ian@cygnus.com>
500
501 * Makefile.in (install-only): Install tclIndex if ENABLE_IDE.
502
503Mon Aug 11 10:43:04 1997 Tom Tromey <tromey@cygnus.com>
504
505 * gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
506
507Fri Aug 8 15:59:24 1997 Ian Lance Taylor <ian@cygnus.com>
508
509 * gdbtk.c (gdbtk_init): Change gdbtk_lib_tmp and gdbtk_file to be
510 dynamically allocated, rather than fixed size. Pass "gdbtcl" to
511 ide_initialize_paths to match installed directory name. If IDE,
512 use auto_path to search for main.tcl.
513 * Makefile.in (install-only): If ENABLE_IDE, install from gdbtcl2
514 rather than gdbtcl.
515
516 * gdbtk.c (gdbtk_cleanup): New static function.
517 (gdbtk_init): Add gdbtk_cleanup as a final cleanup. Uncomment
518 call to ide_initialize_paths. If we can't initialize the event
519 system, set GDBTK_IDE to 0 in the Tcl interpreter. Create the
520 ide_window_register and the ide_window commands. Initialize tk,
521 itcl, and tix after initializing the IDE.
522
523 * configure.in (tixdir): Update for cygwin32 case for Tcl 8.0.
524 * configure: Rebuild.
525
526Fri Aug 8 00:13:32 1997 Martin M. Hunt <hunt@cygnus.com>
527
528 * gdbtk.c (breakpoint_notify): Change buffer size from 100
529 to 256 to avoid memory corruption with very long pathnames.
530
531Thu Aug 7 14:08:23 1997 Martin M. Hunt <hunt@cygnus.com>
532
533 * configure.in: Change required Tix version to 4.1.8.0 .
534 * configure: Rebuilt.
535
536Fri Aug 1 15:21:44 1997 Ian Lance Taylor <ian@cygnus.com>
537
538 * gdbtk.c (Tcl_Alloc): Don't provide our own version of this if
539 _WIN32.
540 (Tcl_Realloc, Tcl_Free): Likewise.
541 * configure.in: Check for cygwin32 environment. Define and
542 substitute WIN32LIBS and WIN32LDAPP. Always set configdir to
543 unix; setting it to win was for an old Tcl/Tk configuration
544 scheme.
545 * aclocal.m4 (CY_AC_LOAD_TKCONFIG): Substitute TK_BUILD_INCLUDES.
546 * Makefile.in (TK_CFLAGS): Add @TK_BUILD_INCLUDES@.
547 (WIN32LDAPP, WIN32LIBS): Define.
548 (CLIBS): Add $(WIN32LIBS).
549 (gdb): Use $(WIN32LDAPP).
550 * configure: Rebuild.
551
552Tue Jul 22 19:45:37 1997 Martin M. Hunt <hunt@cygnus.com>
553
554 * configure.in, aclocal.m4: Another fix to find the
555 correct Tix library name.
556
557 * configure: Rebuilt.
558
559Mon Jul 21 22:24:07 1997 Martin M. Hunt <hunt@cygnus.com>
560
561 * aclocal.m4: Search for the correct tix library.
562
563Thu Jul 10 00:02:41 1997 Martin M. Hunt <hunt@cygnus.com>
564
565 * Makefile.in, configure.in, aclocal.m4: Add Itcl, Tix, and
566 IDE configuration information.
567
568 * gdbtk.c (breakpoint_notify): Send address, linenumber and
569 filename when a breakpoint is set. Avoids call to bp_info.
570 (gdbtk_init): Call Tcl_FindExecutable(). Add code to handle
571 Itcl, Tix and IDE initialization.
572
573 * configure: Regenerated.
574
575Fri Jun 13 10:28:09 1997 Fred Fish <fnf@cygnus.com>
576
577 * gdbtk.c (gdbtk_init): Make truth value test explicit.
578 Remove unused static variable "Gdbtk_Library".
579
580Sat Jun 7 02:34:19 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
581
582 * gdbtk.c (gdb_get_breakpoint_info): Add string for new
583 enumeration del_at_next_stop to bpdisp array.
584
585Tue Jun 3 15:46:51 1997 Tom Tromey <tromey@cygnus.com>
586
587 * Makefile.in (LIB_RUNTIME_DIR): New variable.
588
589Wed May 7 19:10:19 1997 Andrew Cagney <cagney@b1.cygnus.com>
590
591 * gdbtk.c (wrapped_call): New function - make actual call to tk
592 worker function.
593 (call_wrapper): Rewrite to use top.c:catch_errors.
594
595 * gdbtk.c (gdb_stop): If No target_stop set quit flag and hope for
596 best.
597
598Mon Apr 21 14:00:08 1997 Doug Evans <dje@canuck.cygnus.com>
599
600 * gdbtk.c (gdb_disassemble): Store endian-ness in `di'.
601
602Wed Apr 16 12:33:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
603
604 * Makefile.in (install-only): Make list of gdbtcl files to install
605 explicit - was picking up files such as ChangeLog etc.
606 (install-only): Don't blindly create the directory.
607
608Tue Apr 1 15:04:21 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
609
610 * configure.in (gdbtcl): Create soft-link for gdbtcl/ directory
611 instead of gdbtk.tcl.
612
613Fri Mar 28 17:04:02 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
614
615 * Makefile.in (gdbtk.o): look for GDBTK_LIBRARY in $(datadir) by
616 default, not $(srcdir).
617
618Wed Mar 19 15:16:17 1997 Martin M. Hunt <hunt@onions.cygnus.com>
619
620 * Makefile.in: Install gdbtcl dir instead of gdbtk.tcl.
621
622 * gdbtk.c: Added some ifdefs for Windows. Changed GDBTK_FILENAME
623 to GDBTK_LIBRARY, which is now a path to search.
624 (gdb_path_conv): New function. Convert Cygwin32 pathname to
625 DOS-style pathname.
626
627 * {aclocal.m4,configure.in}: Changes for Windows builds.
628
629 * configure: Rebuilt.
630
631Fri Mar 14 10:01:29 1997 Tom Tromey <tromey@cygnus.com>
632
633 * configure: Regenerated.
634 * configure.in (LIBS): Re-reverse order of TCL_LIBS and TK_LIBS.
635
636Wed Mar 12 14:29:52 1997 Tom Tromey <tromey@cygnus.com>
637
638 * gdbtk.c (x_event): Use Tcl_DoOneEvent, TCL_DONT_WAIT,
639 TCL_ALL_EVENTS.
640
641 * configure: Regenerated.
642 * configure.in (ENABLE_GDBTK): Put TCL_LIBS after TK_LIBS in
643 LIBS.
644
645Mon Feb 10 13:50:53 1997 Stu Grossman (grossman@critters.cygnus.com)
646
647 * gdbtk.c (call_wrapper): Clear running_now if an error occurs.
648
649Wed Dec 11 18:51:35 1996 Mark Alexander <marka@cygnus.com>
650
651 * gdbtk.c (gdb_loc): Correct truncation of PC on 64-bit MIPS.
652
653Tue Nov 19 09:26:14 1996 Tom Tromey <tromey@cygnus.com>
654
655 * gdbtk.c (gdbtk_readline): Fix memory leak.
656
657Mon Nov 18 23:43:05 1996 Tom Tromey <tromey@cygnus.com>
658
659 Fixes for Tcl 7.6 / Tk 4.2:
660 * gdbtk.tcl (apply_filespec): Use tk_getOpenFile.
661 Remove old fileselect code.
662 * gdbtk.c (Tcl_Alloc): Rename from Tcl_Malloc.
663
664Fri Sep 27 10:25:30 1996 Fred Fish <fnf@cygnus.com>
665
666 * gdbtk.tcl (create_copyright_window): Increase timeout from
667 15 seconds to 30 seconds.
668
669Wed Sep 4 17:28:40 1996 Stu Grossman (grossman@critters.cygnus.com)
670
671 * configure configure.in: Add host *windows* to list of hosts
672 that don't support GDBtk.
673
674Fri Aug 23 00:44:57 1996 Fred Fish <fnf@cygnus.com>
675
676 * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
677 gracefully degrade to using command line interface if none is
678 found.
679
680Fri Aug 9 12:32:53 1996 Tom Tromey <tromey@creche.cygnus.com>
681
682 * Makefile.in (LIB_INSTALL_DIR): New macro.
683 (TCL): Include @TCL_LD_SEARCH_FLAGS@.
684
685Thu Aug 1 20:35:01 1996 Tom Tromey <tromey@creche.cygnus.com>
686
687 * gdbtk.c (mainWindow): Deleted.
688 (cleanup_init): Don't destroy main window.
689 (gdbtk_init): Main window now created by Tk_Init.
690
691 * configure.in: Most X checks now handled automatically by Tk.
692 Use new macros to find Tcl/Tk.
693 * aclocal.m4: New version for new Tcl/Tk; from Don Libes.
694 * config.in, configure: Regenerated.
695
696 * Makefile.in (TCL, TCL_CFLAGS, TK, TK_CFLAGS, X11_CFLAGS,
697 X11_LDFLAGS, X11_LIBS): Changed for new Tcl and Tk.
698
699Thu Aug 1 16:12:05 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
700
701 * Makefile.in (gdbtk.tcl): put in $(datadir), not $(libdir).
702
703Fri Jul 26 14:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
704
705 * gdbtk.c (gdb_disassemble): Initialize di.flavour.
706
707Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
708
709 * gdbtk.c (null_routine): Ditto.
710 (gdbtk_flush): Ditto.
711 (gdbtk_fputs): Ditto.
712 (gdbtk_query): Ditto.
713 (gdbtk_readline): Ditto.
714 (gdbtk_readline_end): Ditto.
715 (gdb_get_breakpoint_list): Ditto.
716 (gdb_get_breakpoint_info): Ditto.
717 (breakpoint_notify): Ditto.
718 (gdbtk_create_breakpoint): Ditto.
719 (gdbtk_delete_breakpoint): Ditto.
720 (gdbtk_modify_breakpoint): Ditto.
721 (gdb_loc): Ditto.
722 (gdb_eval): Ditto.
723 (gdb_sourcelines): Ditto.
724 (map_arg_registers): Ditto.
725 (get_register_name): Ditto.
726 (gdb_regnames): Ditto.
727 (get_register): Ditto.
728 (gdb_fetch_registers): Ditto.
729 (register_changed_p): Ditto.
730 (gdb_changed_register_list): Ditto.
731 (gdb_cmd): Ditto.
732 (call_wrapper): Ditto.
733 (gdb_listfiles): Ditto.
734 (gdb_stop): Ditto.
735 (gdbtk_dis_asm_read_memory): Ditto.
736 (compare_lines): Ditto.
737 (gdb_disassemble): Ditto.
738 (tk_command): Ditto.
739 (cleanup_init): Ditto.
740 (gdbtk_interactive): Ditto.
741 (x_event): Ditto.
742 (gdbtk_wait): Ditto.
743 (gdbtk_call_command): Ditto.
744 (tk_command_loop): Ditto.
745 (gdbtk_init): Ditto.
746
747 * gdbtk.c (register_changed_p): Remove unused local variable "buf".
748
749Sat Jul 20 17:46:40 1996 Fred Fish <fnf@cygnus.com>
750
751 * gdbtk.tcl (files_command): Reorder the binding tags for
752 the listbox widget to avoid referencing the listbox after
753 the containing widget has been destroyed by the action of
754 a previous binding.
755
756Sat Jul 20 10:09:28 1996 Fred Fish <fnf@cygnus.com>
757
758 * gdbtk.tcl (delete_expr): Unset corresponding element of
759 expr_update_list when destroying an expression.
760 (create_expr_window): Initialize expr_num, delete_expr_num,
761 and expr_update_list here when each new expression window
762 is created, rather than once at startup.
763
764Mon Jul 15 16:44:05 1996 Stu Grossman (grossman@critters.cygnus.com)
765
766 * gdbtk.c (gdb_disassemble): Setup di.mach from
767 tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
768
769Fri Jun 21 11:04:47 1996 Fred Fish <fnf@cygnus.com>
770
771 * gdbtk.tcl (create_register_windows): Include missing '$'s.
772 Add global declarations for various reg_format_* variables.
773 * gdbtk.tcl (populate_register_window): Make initial window one
774 line taller to account for new column header line.
775
776Fri Jun 21 09:46:47 1996 Fred Fish <fnf@cygnus.com>
777
778 * gdbtk.c (get_register): Support for printing raw formats.
779 * gdbtk.tcl: Add hint for using debug_interface.
780 (center_window, add_breakpoint_frame, delete_breakpoint_frame):
781 Enclose arg in braces for consistency.
782 (create_registers_window, populate_reg_window, update_registers):
783 Major rewrite to support displaying multiple formats in the register
784 window.
785 (init_reg_info): New function.
786 (recompute_reg_display_list): Reset reg_display_list, start
787 register display lines at line 2.
788
789Thu Jun 20 08:18:59 1996 Fred Fish <fnf@cygnus.com>
790
791 * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
792 avoid backing up over prompt. At every input, make sure insert
793 point is at least after command start, handle control-u to delete
794 current input line.
795 (tclsh): Handle backspace to avoid backing up over prompt. Handle
796 control-u to delete current input line.
797
798Wed Jun 19 17:23:38 1996 Geoffrey Noer <noer@cygnus.com>
799
800 * configure.in: disable gdbtk for *cygwin32* hosted compiles
801 * configure: regenerated with autoconf 2.8
802
803Sun May 19 16:49:37 1996 Fred Fish <fnf@cygnus.com>
804
805 * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
806 New functions.
807 (tk_command_loop): Set instream to NULL to enable Tk user interaction.
808 (gdbtk_init): Set readline_begin_hook, readline_hook,
809 and readline_end_hook.
810 * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
811 gdbtk_tcl_readline_end): New functions.
812 (tclsh): Pack scroll bar on right side of window, not left.
813
814Fri May 17 13:54:34 1996 Fred Fish <fnf@cygnus.com>
815
816 * gdbtk.tcl (create_command_window): Change a misspelled "get"
817 to the intended "cget".
818 (delete_line): Fix so it deletes the current line at the
819 insertion cursor.
820
821Thu May 16 19:20:29 1996 Fred Fish <fnf@cygnus.com>
822
823 * gdbtk.tcl (gdb_prompt): Set this early on.
824 (create_command_window): Use gdb_prompt rather than "(gdb) ".
825 (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
826 (tclsh): If an evaluation window already exists, just bring it
827 to the front instead of trying to create another.
828 * gdbtk.c (tk_command_loop): New function.
829 (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
830
831Thu May 16 16:16:35 1996 Fred Fish <fnf@cygnus.com>
832
833 * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that
834 implement a tcl evaluation window for gdbtk maintainers to use.
835
836Thu May 16 11:42:58 1996 Tom Tromey <tromey@creche.cygnus.com>
837
838 * gdbtk.tcl (files_command): Correctly insert list of files into
839 listbox widget.
840
841 * gdbtk.tcl (files_command): listbox command no longer accepts
842 -geometry.
843
844Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
845
846 * gdbtk.tcl (create_command_window): If command window's buffer
847 is disabled, don't execute any of the key bindings.
848
849Mon May 13 13:43:25 1996 Fred Fish <fnf@cygnus.com>
850
851 * gdbtk.c (tk_command): Catch case where no argument is given
852 since this will cause the tcl interpreter to dump core.
853
854Wed May 8 20:33:24 1996 Fred Fish <fnf@cygnus.com>
855
856 * gdbtk.c: Fix a couple of misspellings.
857
858Thu May 2 19:17:49 1996 Stan Shebs <shebs@andros.cygnus.com>
859
860 * gdbtk.tcl (debug_interface): New global, use to aid debugging.
861 (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
862 (file_popup_menu): Delete, never used.
863 (listing_window_popup): Rename from listing_window_button_1,
864 remove breakpoint toggling code.
865 (toggle_breakpoint): New procedure.
866 (create_file_win): Bind popup menu to button 2, toggle breakpoints
867 with button 1 in breakpoint area, add display of tagged areas if
868 debugging on.
869
870Fri Apr 5 13:44:40 1996 Stan Shebs <shebs@andros.cygnus.com>
871
872 * gdbtk.c (running_now): New global variable.
873 (gdb_cmd): Test it before executing any command.
874 (gdbtk_call_command): Set it when inferior is running.
875 * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
876 disable interaction with command window's text appropriately.
877
878Fri Apr 5 13:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
879
880 * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
881 some versions of the kernel don't support it.
882
883Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
884
885 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
886 double-clicking will work again.
887 (create_asm_win): Put "break" at end of all B1 bindings.
888 (create_file_win): Lower "sel" tag, don't raise it.
889 (ensure_line_visible): New proc.
890 (update_listing, update_assembly): Use it.
891 (create_copyright_window): Destroy window on Leave event.
892 (create_command_window): Put "break" at end of all B2 bindings.
893
894Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
895
896 * gdbtk.tcl, gdbtk.c: Updated copyrights.
897
898 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
899 greater.
900 * configure: Rebuilt.
901
902Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
903
904 * gdbtk.c (gdb_disassemble): Pass fprintf_unfiltered to
905 INIT_DISASSEMBLE_INFO.
906
907Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
908
909 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
910 (add_expr): Changes from create_expr_window.
911 (create_command_window): Set focus.
912 (delete_expr): Rewrote.
913 (expr_update_button): New proc.
914 (add_expr): Put bindings on FocusIn, FocusOut.
915 Don't allow .file_popup to be torn off.
916
917Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
918
919 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
920 (update_listing): Use lassign. Use "see" to scroll. Don't need
921 screen_top, screen_bot, screen_height.
922 (update_assembly): Use "see" to scroll.
923 (textscrollproc): Removed.
924 (create_file_win): Don't use textscrollproc.
925 (asmscrollproc): Removed.
926 (create_asm_window): Don't use asmscrollproc.
927 (create_asm_win): Ditto.
928 (screen_height, screen_top, screen_bot): Removed.
929 (run_editor): New proc.
930 (build_framework): Use it.
931 (create_file_win, create_source_window): Don't use textscrollproc.
932 (create_breakpoints_window): Set -xscrollcommand on canvas.
933 (not_implemented_yet): Default button is 0.
934 (delete_char): Don't use tk_textBackspace.
935 (create_command_window): Allow Tk bindings to fire after deleting
936 character.
937 (create_command_window): Make Delete delete left, not right.
938
939Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
940
941 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
942
943 Changes in sync with expect:
944 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
945 CY_AC_PATH_TK.
946 * aclocal.m4: Replaced with version from expect.
947 * configure: Regenerated.
948
949Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
950
951 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
952 gdbtk_tcl_flush): Use "see", not "yview".
953 (gdbtk_tcl_query): Use questhead bitmap.
954 various: Always wrap condition of 'if' in {...}.
955 (add_breakpoint_frame): Set -value on radiobuttons.
956 (lassign): New proc.
957 (add_breakpoint_frame): Use lassign, not series of assignments.
958 (decr): Made faster.
959 (interactive_cmd): Use "see", not "yview".
960 (not_implemented_yet): Use warning bitmap.
961 (update_expr): Don't allow $expr to be evalled by Tcl.
962 (create_expr_window): Don't use "focus".
963 (delete_char, delete_line): Define globally.
964 (delete_line, delete_char, create_command_window, update_autocmd,
965 build_framework, create_asm_win, create_file_win): Use "see", not
966 "yview".
967 (create_copyright_window, center_window, bind_widget_after_class):
968 New procs.
969 (FSBox,create_command_window, create_autocmd_window): Binding
970 changes for Tk4.
971 (textscrollproc): Define globally.
972 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
973 Home, End, Up, and Down are all defined by Tk.
974 (apply_filespec): Use error bitmap in dialog.
975 (files_command): Don't use tk_listboxSingleSelect.
976 (files_command): Don't use "uniq" to remove duplicates from a
977 list.
978 (update_assembly): Use lassign.
979 (create_asm_win): Removed redundant bindings.
980 (listing_window_button_1, file_popup_menu): Use tk_popup.
981 (ButtonRelease-1 binding): Just remove tag from window; rest
982 handled by Tk.
983
984 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
985 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
986 (gdbtk_call_command): Ditto.
987
988Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
989
990 * configure configure.in: Make --enable-gdbtk be the default.
991
992Thu Dec 28 15:10:49 1995 Stan Shebs <shebs@andros.cygnus.com>
993
994 * README.GDBTK: Polish introductory paragraph.
995
996Mon Oct 16 11:27:06 1995 Stu Grossman (grossman@cygnus.com)
997
998 * gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of
999 fprintf_filtered.
1000
1001Tue Oct 10 15:26:39 1995 Fred Fish <fnf@cygnus.com>
1002
1003 * README.GDBTK: Updated for version 4.15.
1004
1005Sat Aug 19 17:20:22 1995 Michael Tiemann <tiemann@axon.cygnus.com>
1006
1007 * gdbtk.tcl: ENABLE comes back as "1" or "0", not "enable" or
1008 "disable".
1009 Also, wire up the breakpoint window so that it can be demo'd.
1010
1011Tue Aug 1 11:44:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1012
1013 * gdbtk.c: Include "gdb_string.h" instead of <string.h>.
1014
1015Tue Jun 20 10:19:40 1995 Stu Grossman (grossman@cygnus.com)
1016
1017 * gdbtk.c: Add functions Tcl_Malloc, Tcl_Realloc, and Tcl_Free.
1018
1019 * gdbtk.tcl (add_breakpoint_frame): Add more fields.
1020 * (create_file_win create_asm_win build_framework): Create null
1021 bindings for meta keys to keep window from dropping down to
1022 insertion point when meta is pressed by itself. New bindings:
1023 Up/Down - Scroll up/down one line at a time
1024 Next/Prior - Scroll up/down one page at a time
1025 Home/End - Warp to current pc/end of file
1026 * (build_framework): Turn on breakpoint menu.
1027 * (create_command_window): Implement tab completion. Add binding
1028 for ^C to stop target.
1029
1030Fri May 19 06:15:40 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
1031
1032 * gdbtk.c: Conditionalize use of stdarg rather than varargs on
1033 ANSI_PROTOTYPES not __STDC__; it must match the definition of
1034 PARAMS.
1035
1036Thu May 18 15:58:46 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1037
1038 * gdbtk.c (gdbtk_query): Use stdarg.h macros when compiling with
1039 an ANSI compiler.
1040
1041Sat Apr 15 13:52:24 1995 Stan Shebs <shebs@andros.cygnus.com>
1042
1043 * gdbtk.c (gdb_disassemble): Read from inferior if connected
1044 to a VxWorks target.
1045
1046Fri Apr 14 10:18:20 1995 Stu Grossman (grossman@cygnus.com)
1047
1048 * README.GDBTK: New file. Contains the obvious.
1049
1050Tue Apr 11 11:07:12 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1051
1052 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
1053 F_SETOWN is, use that.
1054
1055Thu Apr 6 17:00:46 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1056
1057 * Makefile.in (X11_INCLUDES): Define as empty.
1058 (X11_CFLAGS): Define as including $(X11_INCLUDES).
1059 (X11_LIB_SWITCHES): Define as empty.
1060 (X11_LIBS): Define as -lX11.
1061
1062 * configure.in (enable_gdbtk): If gdbtk, support the --x-includes
1063 and --x-libraries switches, setting the X11_INCLUDES and
1064 X11_LIB_SWITCHES respectively. Instead of using a hardcoded -lX11
1065 in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables.
1066
1067 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use
1068 it. This means that the stop button doesn't work, but is better
1069 than nothing.
1070
1071Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
1072
1073 * Makefile.in (gdbtk.o): Use X11_CFLAGS to provide alternate
1074 locations (per-host) for X11 include files.
1075 * config/pa/hppahpux.mh (XM_CLIBS): Add -L/usr/lib/X11R5 to force
1076 the use of R5 libs.
1077 (X11_CFLAGS): Add this to indicate the locs
1078 of the R5 include files.
1079
1080Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com)
1081
1082 * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
1083 type is not bp_breakpoint.
1084
1085Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com)
1086
1087 * gdbtk.c: Ditto.
1088 * gdbtk.c: General cleanups, get rid of unused variables. Redo
1089 handling of stdout/stderr to just return output as the result of
1090 the tcl command that caused the output. Cleanup -Wall stuff.
1091 * (breakpoint_notify): Now returns just action and breakpoint
1092 number.
1093 * (gdb_get_breakpoint_list): New routine. Does the obvious.
1094 * (gdb_get_breakpoint_info): Mostly derived from the old
1095 breakpoint_notify, but returns lots more info.
1096 * (dsprintf_append_element): Helper routine, works like printf,
1097 but appends a tcl element onto the specified DString. Good for
1098 building up lists as return values.
1099 * (gdbtk_enable/disable_breakpoint): Go away. Replaced with
1100 gdbtk_modify_breakpoint.
1101 * (*many routines*): Use new result protocol.
1102 * (call_wrapper): Make sure that recursive calls don't trash results.
1103 * gdbtk.tcl: New windows, autocmd, and breakpoints.
1104 * (gdbtk_tcl_fputs): Don't use $current_output_win redirection
1105 anymore. It's not needed (in fact, this routine may not be needed
1106 anymore).
1107 * (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
1108 notification protocol.
1109 * (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
1110 catches.
1111 * (interactive_cmd): Use this wrapper around button invocations
1112 of many commands. This will catch errors and put the results into
1113 the command window. It also updates all the other windows.
1114 * Also, change reliefs of most things to sunken. This actually
1115 looks better.
1116 * (create_file_win): Fix margin binding to allow breakpoints to
1117 work again.
1118 * (create_asm_win): Use return value of gdb_disassemble instead
1119 of implicit I/O to the command window.
1120 * (create_command_window): Use new result protocol to get output
1121 from commands.
1122
1123Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1124
1125 * gdbtk.c (gdb_disassemble): Deference pointer to function before
1126 calling it (pre-ANSI compilers generally require this).
1127
1128Fri Feb 3 11:19:20 1995 Stu Grossman (grossman@cygnus.com)
1129
1130 * gdbtk.c (gdb_disassemble): Get rid of
1131 dis_asm_read_memory_hook. We can now call the disassemblers
1132 directly and have no need for this hook anymore.
1133
1134Mon Jan 30 17:34:24 1995 Stu Grossman (grossman@cygnus.com)
1135
1136 * gdbtk.tcl (create_file_win): Disable old popup menu for source
1137 window.
1138
1139Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com)
1140
1141 * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be
1142 found.
1143 * gdbtk.tcl: Initialize expr_update_list() to prevent errors when
1144 popping up expression window for the first time.
1145
1146Tue Jan 24 12:10:28 1995 Stu Grossman (grossman@cygnus.com)
1147
1148 * gdbtk.tcl (create_registers_window): Work around a radiobutton
1149 widget bug to make Options|Natural button work.
1150
1151 * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and
1152 g++ caused by out-of-order pc's.
1153 * gdbtk.tcl (files_command): Remove duplicate file names. Also,
1154 add scrollbar.
1155
1156Mon Jan 23 17:21:09 1995 Stu Grossman (grossman@cygnus.com)
1157
1158 * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
1159 doc!
1160
1161Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com)
1162
1163 * gdbtk.c, gdbtk.tcl: Update/add copyright.
1164 * gdbtk.tcl (build_framework): Several fixes for filespec widget,
1165 including dismiss button, and better error handling.
1166 * (create_command_win): Bind button 2 to retrieve selection.
1167
1168Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com)
1169
1170 * gdbtk.tcl: Add button to control mixed source disassembly.
1171 Use text widgets in expr window. The give me more control over
1172 layout.
1173 Add auto-updating of exprs in expression window.
1174 Handle expressions out of scope a bit better.
1175 Make selected window pop up to the top when invoked via the
1176 menubar.
1177 Make copyright message have raised relief.
1178
1179 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
1180 during startup.
1181
1182Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com)
1183
1184 * gdbtk.c (finish_saving_output): Don't do anything if not saving
1185 output.
1186 * (breakpoint_notify): Don't send null filename to tcl.
1187 * (gdb_eval): New tcl command to eval an expression.
1188 * (gdb_disassemble): New tcl command to do disassembly. This
1189 allows tcl code to choose between exec file and target memeory,
1190 and can also do mixed source and assembly.
1191 * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
1192 that more of the environment is set up. Also, create link between
1193 gdb and tcl vars disassemble{-_}from{-_}exec.
1194
1195 * gdbtk.tcl: New expression window support.
1196 * Make assembly window be 80 columns wide.
1197 * Use new disassembly method. Add menu items to select
1198 disassembly from exec file or target.
1199 * Change View menubar item to Options.
1200
1201 * Get rid of Stack, Breakpoints, Signals, and Variables Windows,
1202 since they don't exist yet.
1203
1204 * Pop up a copyright window on startup.
1205
1206Wed Jan 4 19:49:10 1995 Stan Shebs <shebs@andros.cygnus.com>
1207
1208 * gdbtk.tcl (build_framework): Add standard commands menu, more
1209 windows to standard windows menu.
1210 (not_implemented_yet): Clarify message.
1211
1212Fri Dec 30 15:49:00 1994 Stan Shebs <shebs@andros.cygnus.com>
1213
1214 * gdbtk.tcl (FSBox): New proc, File Selection Box code from exmh.
1215 (not_implemented_yet): New proc.
1216 (build_framework): Add various file commands to file menu.
1217
1218Fri Dec 23 16:18:50 1994 Stu Grossman (grossman@cygnus.com)
1219
1220 * gdbtk.c (gdbtk_wait gdbtk_init): Portability improvements for
1221 SIGIO handling.
1222
1223Mon Dec 19 09:55:47 1994 Stu Grossman (grossman@cygnus.com)
1224
1225 * gdbtk.tcl (update_assembly): Force update to make sure that pc
1226 is visible when creating new assembly windows.
1227
1228Sun Dec 18 23:31:20 1994 Stu Grossman (grossman@cygnus.com)
1229
1230 * gdbtk.c (gdbtk_wait gdbtk_init): Use different method of
1231 enabling I/O interrupts for SVR4 (streams).
1232 * (start_saving_output save_output get_saved_output
1233 finish_saving_output flush_holdbuf gdbtk_flush gdbtk_fputs
1234 gdbtk_init):
1235 Totally revamp to use TCLs dynamic string functions. Also, quote
1236 all data passed back to TCL to prevent errors with unmatched
1237 braces, odd characters, etc... This fixes several wierd problems
1238 with outputting strings containing unmatched braces.
1239 * (breakpoint_notify gdb_loc): Use long hex format to output
1240 addresses of breakpoints and PCs. This fixes some Alpha problems.
1241 * (breakpoint_notify): Add stream arg to call to gdbtk_fputs.
1242 * (gdb_listfiles): Also, go through the symtabs when looking for
1243 files. This makes xcoff work (sort of), but probably breaks
1244 something else.
1245 * (gdb_stop): Return TCL_OK instead of nothing. This fixes odd
1246 TCL errors when hitting stop button.
1247 * (tk_command): Don't pass interp->result on to Tcl_{Var}Eval, as
1248 that will trash the result. strdup the result instead and pass
1249 that on. Improve error handling as well.
1250
1251 * gdbtk.tcl (gdbtk_tcl_flush): Use global def of
1252 current_output_win. Makes flushing actually work!
1253 * (asm_win_name create_asm_win update_assembly): Bunch of fixes
1254 to make assembly windows stop flashing when loading a new file.
1255 * (gdbtk_tcl_busy gdbtk_tcl_idle): Use catch to prevent gdb_cmd
1256 errors from losing control.
1257 * (create_source_window): Add source file selection to View menu.
1258 * (create_command_window (<Key-Return> binding): Quote text fed
1259 into gdb_cmd to prevent eval errors.
1260
1261Thu Dec 15 16:40:10 1994 Stu Grossman (grossman@cygnus.com)
1262
1263 * gdbtk.c: Improve mechanism for capturing output values.
1264 (full_filename): Remove.
1265 (gdb_cmd call_wrapper gdbtk_init): Protect all calls from tcl land
1266 with call_wrapper. This prevents longjmps (usually via error())
1267 from jumping out of tcl/tk and leaving things in an indeterminate
1268 state.
1269 (gdbtk_fputs): Differentiate stdout from stderr when passing text
1270 into tcl land.
1271 * gdbtk.tcl: New view option to disable line numbers. Put catch
1272 around most uses of gdb_cmd. Add update button to reg config
1273 window. Stop doing immediate updates when selecting registers.
1274 Change register view values into checkbuttons.
1275
1276Mon Dec 12 16:59:29 1994 Stu Grossman (grossman@cygnus.com)
1277
1278 * gdbtk.tcl (reg_config_menu create_registers_window
1279 recompute_reg_display_list): Use array instead of individual vars
1280 for register display list.
1281 * (recompute_reg_display_list update_registers): Fix bug with not
1282 displaying all registers.
1283
1284Mon Dec 12 12:22:21 1994 Stu Grossman (grossman@cygnus.com)
1285
1286 * gdbtk.c: New tcl commands: gdb_fetch_registers,
1287 gdb_changed_register_list, and gdb_regnames.
1288 * gdbtk.tcl: Use monochrome color model for now.
1289 * (delete_breakpoint_tag create_file_win): Add breakdot support.
1290 * (create_file_win create_asm_win update_listing build_framework
1291 create_source_window create_command_window): Re-org window
1292 creation to give all windows consistent look and feel.
1293 * (update_listing update_asm): Change pc pointer to '->'.
1294 * (registers_command reg_config_menu create_registers_window
1295 populate_reg_window update_registers): Revamp register window.
1296 Allow selection of registers to be displayed. Highlight changed
1297 registers.
1298
1299Mon Nov 28 09:17:20 1994 Stu Grossman (grossman@cygnus.com)
1300
1301 * gdbtk.tcl (build_framework): Fix bug with setting window titles.
1302
1303 * gdbtk.tcl (build_framework): Add "Report bug" to help menu.
1304
1305 * gdbtk.tcl: Re-arrange windows using new, consistent layout. Clean
1306 up lots of code and centralize framework initialization.
1307
1308Wed Nov 16 15:28:29 1994 Rob Savoye (rob@cygnus.com)
1309
1310 * Makefile.in: Fix the test for installing gdbtk.
1311
1312Mon Nov 14 08:51:29 1994 Stu Grossman (grossman@cygnus.com)
1313
1314 * Makefile.in: Install gdbtk.tcl.
1315 * configure.in: Add ENABLE_GDBTK flag.
1316 * gdbtk.c (gdb_sourcelines): Returns list of source lines
1317 containing code. (gdb_regnames): Returns list of register names.
1318
1319Thu Nov 3 14:25:24 1994 Stu Grossman (grossman@cygnus.com)
1320
1321 * gdbtk.c (gdb_stop): Switch to target_stop().
1322
1323Tue Nov 1 16:41:12 1994 Stu Grossman (grossman@cygnus.com)
1324
1325 * Makefile.in: Use $(objdir)/tcl and $(objdir)/tk if they are
1326 available.
1327 * configure.in (ENABLE_CLIBS): Use $(TCL) and $(TK) instead of
1328 -ltcl and -ltk.
1329 * gdbtk.c: Get rid of lots of unnecessary #includes.
1330 * (gdbtk_init): Use ConnectionNumber macro instead of referencing
1331 Display structure directly.
1332 * gdbtk.tcl: Change exit button to quit button.
1333
1334Wed Oct 26 15:41:07 1994 Stu Grossman (grossman@cygnus.com)
1335
1336 * gdbtk.c: Change sense and name of no_windows variable. Now
1337 called use_windows, and defaults to off (for compatibility).
1338
1339Thu Oct 20 17:35:45 1994 Stu Grossman (grossman@cygnus.com)
1340
1341 * gdbtk.c (gdb_cmd): Force GUI into idle mode when errors occur.
1342 * (gdb_stop): New tcl command to stop the target process.
1343 * (x_event, gdbtk_wait): Allow GUI to interrupt gdb out of target
1344 waits.
1345 * (gdbtk_call_command): Wrapper around command processing to
1346 alert GUI of target state changes.
1347 * (gdbtk_init): Get the fd of X server for doing async
1348 notification of X events (via x_event). Setup new hooks.
1349 * gdbtk.tcl: Add scrollbars to assembly and command windows.
1350 * Change window foreground & background colors.
1351 * Create margin tag for breakpoints in source and assembly windows.
1352 * Add new routines to be invoked when target state changes to/from
1353 idle.
1354 * Add start of expression window.
1355 * Change bindings of mouse button 1 in assembly and source window
1356 to just set or clear breakpoints when in the margin tag.
1357 * Change shape of register window to be more vertical to better
1358 reflect its contents.
1359 * Add stop button.
1360 * Cleanup some code around command window bindings.
1361
1362Sat Sep 17 17:05:14 1994 Stu Grossman (grossman@cygnus.com)
1363
1364 * gdbtk.tcl: Let ^U delete lines in the command window.
1365
1366Fri Sep 16 15:40:34 1994 Stu Grossman (grossman@cygnus.com)
1367
1368 * gdbtk.c: Replace calls to full_filename with symtab_to_filename.
1369 * gdbtk.tcl: New routine pc_to_line replaces in line code. New
1370 routine decr replaces in line code.
1371 * (create_file_win): Use catch to handle open failures more
1372 elegantly. Also, create special window to display file open
1373 failure message. Move opening of file prior to creation of text
1374 widget.
1375 * (create_asm_win): Add PC as argument. We now base disassembly
1376 on PC instead of function name, since function names can be
1377 ambiguous (usually seen with shared libs). Also, use catch to
1378 simplify code where we don't care about failures.
1379
1380Wed Sep 14 00:55:26 1994 Stu Grossman (grossman@cygnus.com)
1381
1382 * gdbtk.tcl: Add ref counts to breakpoint tags.
1383 * Put quotes around function name in disassemble command to better
1384 handle assembler names containing `.'.
1385 * Make pclist element 0 be filler to avoid off-by-one problem with
1386 line numbers.
1387 * Set names of top-level windows.
1388 * Add register display window.
1389 * Add PC to label of assembly window.
1390
1391Tue Sep 13 08:59:04 1994 Stu Grossman (grossman@cygnus.com)
1392
1393 * gdbtk.c (gdbtk_flush gdbtk_fputs): Buffer up output to make
1394 disassembly more efficient.
1395 * (breakpoint_notify): Include pc in gdbtk_tcl_breakpoint
1396 callback.
1397 * (gdb_loc): Include pc in return value. Also, return function
1398 name if arg was specified.
1399 * (gdb_cmd_stub): Call gdb_flush to drain internal GDB buffers
1400 after command completes.
1401 * (gdbtk_init): Improve error handling.
1402
1403 * gdbtk.tcl: Add lots of comments. Clean up code.
1404 * (gdbtk_tcl_fputs): Make output window redirectable.
1405 * Add assembly window, and breapoint support.
1406 * Make button 1 in margin toggle breakpoints.
1407 * Use stippling to indicate breakpoint disabling.
1408
1409Fri Sep 2 19:11:40 1994 Stu Grossman (grossman@cygnus.com)
1410
1411 * configure.in: Don't symlink to gdbtk.tcl if it's already there.
1412
1413Thu Jul 28 14:37:36 1994 Stu Grossman (grossman@cygnus.com)
1414
1415 Support for TK GUI.
1416 * Makefile.in: Add rule for gdbtk.o.
1417 * configure.in: Add support for --enable-gdbtk.
1418 * gdbtk.c: New file. Contains support routines for TK interface.
1419 * gdbtk.tcl: New file. Implements GUI policy.
1420
1421\f
1422Local Variables:
1423mode: indented-text
1424left-margin: 8
1425fill-column: 74
1426version-control: never
1427End:
This page took 0.085314 seconds and 4 git commands to generate.