| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for Tcl 7.6 / Tk 4.2: | Tom Tromey | 1996-11-19 | 1 | -660/+1 |
* | * top.c (print_gdb_version): Rewrote to comply with new GNU coding | Fred Fish | 1996-09-27 | 1 | -2/+2 |
* | * gdbtk.tcl (files_command): Reorder the binding tags for | Fred Fish | 1996-07-21 | 1 | -1/+6 |
* | * gdbtk.tcl (delete_expr): Unset corresponding element of | Fred Fish | 1996-07-20 | 1 | -6/+15 |
* | * gdbtk.tcl (populate_register_window): Make initial window one | Fred Fish | 1996-06-21 | 1 | -1/+1 |
* | * gdbtk.tcl (create_register_windows): Include missing '$'s. | Fred Fish | 1996-06-21 | 1 | -7/+14 |
* | * gdbtk.c (get_register): Support for printing raw formats. | Fred Fish | 1996-06-21 | 1 | -110/+250 |
* | * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to | Fred Fish | 1996-06-20 | 1 | -0/+29 |
* | * defs.h (read_command_lines, query_hook): Update prototypes. | Fred Fish | 1996-05-20 | 1 | -2/+82 |
* | * gdbtk.tcl (create_command_window): Change a misspelled "get" | Fred Fish | 1996-05-18 | 1 | -5/+14 |
* | * gdbtk.tcl (gdb_prompt): Set this early on. | Fred Fish | 1996-05-17 | 1 | -2/+15 |
* | * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that | Fred Fish | 1996-05-16 | 1 | -0/+62 |
* | * gdbtk.tcl (files_command): Correctly insert list of files into | Tom Tromey | 1996-05-16 | 1 | -15/+2 |
* | * gdbtk.tcl (files_command): listbox command no longer accepts | Tom Tromey | 1996-05-16 | 1 | -1/+1 |
* | * gdbtk.tcl (create_command_window): If command window's buffer | Stan Shebs | 1996-05-16 | 1 | -3/+14 |
* | * gdbtk.tcl (debug_interface): New global, use to aid debugging. | Stan Shebs | 1996-05-03 | 1 | -52/+65 |
* | * gdbtk.c (running_now): New global variable. | Stan Shebs | 1996-04-05 | 1 | -1/+6 |
* | * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so | Tom Tromey | 1996-02-07 | 1 | -9/+54 |
* | Look for -ldl or -ldld where needed by Tcl 7.5. | Tom Tromey | 1996-01-24 | 1 | -1/+1 |
* | Updated for Tcl 7.5a2 and Tk 4.1a2 | Tom Tromey | 1996-01-24 | 1 | -558/+553 |
* | Wire up the breakpoint window so that it works. Also, fix a typo that | Michael Tiemann | 1995-08-20 | 1 | -7/+27 |
* | Update FSF address. | Fred Fish | 1995-08-02 | 1 | -1/+1 |
* | * gdbtk.tcl (add_breakpoint_frame): Add more fields. | Stu Grossman | 1995-06-20 | 1 | -8/+124 |
* | * annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace | Stu Grossman | 1995-02-15 | 1 | -121/+336 |
* | * gdbtk.tcl (create_file_win): Disable old popup menu for source | Stu Grossman | 1995-01-31 | 1 | -1/+1 |
* | * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be | Stu Grossman | 1995-01-26 | 1 | -0/+1 |
* | * gdbtk.tcl (create_registers_window): Work around a radiobutton | Stu Grossman | 1995-01-25 | 1 | -8/+8 |
* | * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and | Stu Grossman | 1995-01-24 | 1 | -3/+27 |
* | * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the | Stu Grossman | 1995-01-24 | 1 | -0/+4 |
* | * gdbtk.c gdbtk.tcl: Update/add copyright. | Stu Grossman | 1995-01-12 | 1 | -22/+47 |
* | * gdbtk.tcl: Add button to control mixed source disassembly. | Stu Grossman | 1995-01-12 | 1 | -46/+86 |
* | * Makefile.in (install_only uninstall): Indent for clarity | Stu Grossman | 1995-01-06 | 1 | -27/+139 |
* | * gdbtk.tcl (build_framework): Add standard commands menu, more | Stan Shebs | 1995-01-05 | 1 | -13/+54 |
* | * gdbtk.tcl (FSBox): New proc, File Selection Box code from exmh. | Stan Shebs | 1994-12-31 | 1 | -3/+703 |
* | * gdbtk.tcl (update_assembly): Force update to make sure that pc | Stu Grossman | 1994-12-19 | 1 | -0/+1 |
* | * gdbtk.c (gdbtk_wait gdbtk_init): Use different method of | Stu Grossman | 1994-12-19 | 1 | -44/+46 |
* | * defs.h, gdbtk.c (gdbtk_fputs), main.c (gdb_fputs), top.c: Add stream arg | Stu Grossman | 1994-12-16 | 1 | -101/+147 |
* | * gdbtk.tcl (reg_config_menu create_registers_window | Stu Grossman | 1994-12-13 | 1 | -12/+19 |
* | * gdbtk.c: New tcl commands: gdb_fetch_registers, | Stu Grossman | 1994-12-12 | 1 | -143/+367 |
* | * gdbtk.tcl (build_framework): Fix bug with setting window titles. | Stu Grossman | 1994-11-28 | 1 | -1/+1 |
* | * gdbtk.tcl (build_framework): Add "Report bug" to help menu. | Stu Grossman | 1994-11-28 | 1 | -0/+2 |
* | * gdbtk.tcl: Re-arrange windows using new, consistent layout. Clean | Stu Grossman | 1994-11-28 | 1 | -151/+196 |
* | * Makefile.in: Use $(objdir)/tcl and $(objdir)/tk if they are | Stu Grossman | 1994-11-02 | 1 | -4/+4 |
* | * defs.h, infrun.c (wait_for_inferior), top.c: Call | Stu Grossman | 1994-10-21 | 1 | -15/+141 |
* | * gdbtk.tcl: Let ^U delete lines in the command window. | Stu Grossman | 1994-09-18 | 1 | -0/+9 |
* | * defs.h (QUIT): Call interactive_hook to allow GUI to interrupt. | Stu Grossman | 1994-09-16 | 1 | -31/+77 |
* | * gdbtk.tcl: Add ref counts to breakpoint tags. | Stu Grossman | 1994-09-14 | 1 | -23/+149 |
* | * gdbtk.c (gdbtk_flush gdbtk_fputs): Buffer up output to make | Stu Grossman | 1994-09-13 | 1 | -68/+792 |
* | * Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES): Add support for | Stu Grossman | 1994-07-28 | 1 | -0/+399 |