summaryrefslogtreecommitdiff
path: root/gdb/tui/tui.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-02-14 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-141-4/+2
* 2003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-121-6/+6
* 2002-11-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-291-2/+2
* 2002-09-29 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-09-301-1/+4
* * tui.c (tui_rl_switch_mode): Remove unecessary TUI switch printfs.Stephane Carrez2002-09-131-4/+6
* * tuiIO.c (tui_putc): New function to print one character.Stephane Carrez2002-09-031-6/+4
* 2002-08-31 Stephane Carrez <stcarrez@nerim.fr>Stephane Carrez2002-08-311-1/+139
* * tui.c (tuiGetLowDisassemblyAddress): Moved from here.Stephane Carrez2002-08-281-25/+0
* Fix PR gdb/393:Stephane Carrez2002-08-261-0/+6
* * tui.c (tui_rl_switch_mode): Renames tui_switch_mode.Stephane Carrez2002-08-251-14/+15
* * tui.c (strcat_to_buf): Use const char* for source item.Stephane Carrez2002-08-241-1/+4
* * tuiWin.c (tui_update_gdb_sizes): New function to tell gdb whatStephane Carrez2002-08-241-0/+2
* * tui.c (tui_enable): Use tuiSetLayout instead of showLayout andStephane Carrez2002-08-241-2/+2
* Fix PR gdb/655Daniel Jacobowitz2002-08-181-0/+2
* Add FIXME explaining include problem.Andrew Cagney2002-03-011-2/+12
* 2002-02-08 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-081-0/+10
* * tui.c (tui_enable): Remove call to terminal_save_ours().Stephane Carrez2001-07-311-5/+0
* * tuiStack.c (tuiUpdateLocatorFilename): Use const char*.Stephane Carrez2001-07-231-1/+23
* * tui.h (tui_show_assembly): Declare.Stephane Carrez2001-07-211-0/+32
* * tui.c (tui_change_windows): New function.Stephane Carrez2001-07-211-19/+93
* * tui.h: Remove old declarations, add the new ones.Stephane Carrez2001-07-211-287/+126
* * tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll.Stephane Carrez2001-07-181-210/+0
* * tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.Stephane Carrez2001-07-171-2/+2
* * tuiWin.c, tui.c, tuiCommand.c: Use ansi prototype.Stephane Carrez2001-07-141-175/+15
* * tuiWin.c, tuiWin.h, tui.c, tui.h, tuiCommand.c: Add FSF copyright.Stephane Carrez2001-07-141-4/+20
* Replace free() with xfree().Kevin Buettner2000-12-151-2/+2
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-1/+1
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-5/+5
* Configure TUI to use <ncurses.h> when available.Andrew Cagney2000-05-261-1/+0
* import gdb-1999-10-18 snapshotJason Molenda1999-10-191-1/+0
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-123/+123
* Initial revisionStan Shebs1999-04-161-0/+830