Age | Commit message (Expand) | Author | Files | Lines |
2002-08-25 | * tuiSourceWin.c (tui_display_main): Rename from tuiDisplayMainFunction | Stephane Carrez | 5 | -23/+14 |
2002-08-25 | * tuiSource.h (m_tuiShowSourceAsIs): Remove macro. | Stephane Carrez | 2 | -9/+6 |
2002-08-25 | * tui-hooks.c (tui_selected_frame_level_changed_hook): Always update | Stephane Carrez | 2 | -4/+9 |
2002-08-25 | * tuiStack.c (tuiSetLocatorContent): Remove. | Stephane Carrez | 2 | -90/+46 |
2002-08-25 | * tuiSourceWin.c (tuiDisplayMainFunction): Update to use | Stephane Carrez | 4 | -80/+73 |
2002-08-25 | * tuiSourceWin.c (tuiSetHasBreakAt): Use filename for breakpoint | Stephane Carrez | 6 | -68/+59 |
2002-08-25 | * tuiStack.h (tuiGetLocatorFilename): Don't declare. | Stephane Carrez | 3 | -45/+13 |
2002-08-25 | * tuiStack.h (tuiClearLocatorDisplay): Don't declare. | Stephane Carrez | 3 | -32/+9 |
2002-08-25 | * tuiStack.c (tui_get_function_from_frame): Rename from | Stephane Carrez | 2 | -30/+44 |
2002-08-25 | * tuiRegs.c (tuiDisplayRegistersFrom): Remove unused locals. | Stephane Carrez | 3 | -29/+19 |
2002-08-25 | * tuiSourceWin.h (tuiEraseAllSourceContent): Don't declare. | Stephane Carrez | 3 | -35/+10 |
2002-08-25 | * tuiStack.c (tui_update_command): Rename _tuiUpdateLocation_command | Stephane Carrez | 2 | -36/+18 |
2002-08-25 | * tuiWin.h (tui_update_gdb_sizes): Declare. | Stephane Carrez | 2 | -0/+7 |
2002-08-24 | * tui.c (strcat_to_buf): Use const char* for source item. | Stephane Carrez | 3 | -3/+12 |
2002-08-24 | * tuiWin.c (tui_update_gdb_sizes): New function to tell gdb what | Stephane Carrez | 3 | -7/+29 |
2002-08-24 | * tui.c (tui_enable): Use tuiSetLayout instead of showLayout and | Stephane Carrez | 4 | -22/+16 |
2002-08-24 | * tuiSourceWin.c (tui_show_source_line): New function. | Stephane Carrez | 8 | -135/+68 |
2002-08-24 | * tuiSourceWin.c (tuiSrcWinIsDisplayed): Remove. | Stephane Carrez | 6 | -233/+16 |
2002-08-24 | * tuiRegs.c (_tuiRegisterFormat): Use gdbarch_print_registers_info. | Stephane Carrez | 2 | -1/+6 |
2002-08-18 | Fix PR gdb/655 | Daniel Jacobowitz | 2 | -0/+7 |
2002-03-19 | * defs.h (XMALLOC): Define. | Andrew Cagney | 2 | -7/+7 |
2002-03-01 | Add FIXME explaining include problem. | Andrew Cagney | 15 | -28/+191 |
2002-02-08 | 2002-02-08 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 14 | -0/+140 |
2002-02-02 | s/NO_FUNCTION/NULL/ | Andrew Cagney | 2 | -1/+5 |
2001-10-21 | Add explicit #include of "value.h". | Andrew Cagney | 3 | -0/+7 |
2001-09-28 | * tuiLayout.h (tui_set_layout): Don't declare. | Tom Tromey | 3 | -3/+8 |
2001-08-02 | The following changes avoid polluting global namespace with the | Eli Zaretskii | 4 | -3/+11 |
2001-07-31 | * tui.c (tui_enable): Remove call to terminal_save_ours(). | Stephane Carrez | 2 | -5/+5 |
2001-07-28 | * tuiWin.c (_initialize_tuiWin): Use specific tui prefix for | Stephane Carrez | 2 | -10/+36 |
2001-07-24 | * tui-hooks.c: New file, gdb hooks for tui. | Stephane Carrez | 3 | -0/+812 |
2001-07-24 | Missed changelog entries for previous 2 commits | Stephane Carrez | 1 | -0/+22 |
2001-07-23 | * tuiIO.c (tui_cont_sig): Update cursor position on the screen to | Stephane Carrez | 2 | -6/+17 |
2001-07-23 | * tuiStack.c (tuiUpdateLocatorFilename): Use const char*. | Stephane Carrez | 5 | -6/+41 |
2001-07-21 | * tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler | Stephane Carrez | 2 | -0/+36 |
2001-07-21 | * tui.h (tui_show_assembly): Declare. | Stephane Carrez | 3 | -0/+43 |
2001-07-21 | * tuiWin.c (tuiRefreshAll): Use clearok to force a refresh. | Stephane Carrez | 2 | -0/+5 |
2001-07-21 | * tui-file.c (tui_file_fputs): Use tui_puts. | Stephane Carrez | 2 | -1/+5 |
2001-07-21 | * tuiStack.c (tuiSetLocatorInfo): Cleanup. | Stephane Carrez | 5 | -25/+13 |
2001-07-21 | * tui.c (tui_change_windows): New function. | Stephane Carrez | 2 | -19/+114 |
2001-07-21 | * tui.h: Remove old declarations, add the new ones. | Stephane Carrez | 2 | -296/+137 |
2001-07-21 | * tuiIO.h: Remove old declarations and add the new ones. | Stephane Carrez | 3 | -565/+347 |
2001-07-21 | * tuiRegs.c (tuiDisplayRegistersFrom): Call touchwin. | Stephane Carrez | 2 | -1/+25 |
2001-07-21 | * tuiGeneralWin.c (boxWin): Use the tui configuration variables. | Stephane Carrez | 4 | -14/+264 |
2001-07-20 | * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable. | Stephane Carrez | 11 | -152/+171 |
2001-07-20 | * tuiSourceWin.h: Remove unused declarations. | Stephane Carrez | 7 | -133/+32 |
2001-07-20 | * tuiWin.c (tuiStrDup): Remove, replaced by xstrdup. | Stephane Carrez | 2 | -68/+43 |
2001-07-20 | * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences. | Stephane Carrez | 3 | -91/+21 |
2001-07-19 | * tuiWin.c (_initialize_tuiWin): Always define the tui commands; | Stephane Carrez | 5 | -57/+56 |
2001-07-19 | * tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR. | Stephane Carrez | 2 | -10/+20 |
2001-07-18 | * tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll. | Stephane Carrez | 8 | -352/+78 |