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