summaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess2015-05-221-0/+34
* gdb: Use NULL not 0 in a tui function.Andrew Burgess2015-05-211-3/+3
* gdb: Add cleanup to avoid memory leak on error.Andrew Burgess2015-05-211-1/+3
* gdb: Don't call tui_enable too early.Andrew Burgess2015-05-211-4/+6
* gdb: Add completer for layout command.Andrew Burgess2015-05-211-1/+17
* gdb: Remove register class specific layout names.Andrew Burgess2015-05-217-205/+102
* Remove buggy xterm workaround in tui_dispatch_ctrl_char()Patrick Palka2015-05-141-73/+32
* Avoid race condition when handling a SIGWINCH signalPatrick Palka2015-05-132-2/+2
* Update our idea of our terminal's dimensions even outside of TUIPatrick Palka2015-04-281-13/+18
* Introduce function for directly updating GDB's screen dimensionsPatrick Palka2015-04-281-9/+14
* TUI: avoid calling strcpy() on identical string objectsPatrick Palka2015-04-271-1/+3
* Fix PR gdb/18155Patrick Palka2015-04-271-7/+0
* Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka2015-04-277-85/+61
* Explicitly call rl_resize_terminal() in TUI's SIGWINCH handlerPatrick Palka2015-04-231-0/+1
* Remove --xdbJan Kratochvil2015-04-113-134/+0
* Fix undefined behavior in TUI's TAB expansionEli Zaretskii2015-03-211-8/+8
* constify tui/tui-io.cPedro Alves2015-03-201-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* New common function "startswith"Gary Benson2015-03-061-1/+1
* Do not increment of decrement enumsTom Tromey2015-02-274-11/+11
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-1/+7
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-1/+1
* Asynchronously resize the TUIPatrick Palka2015-02-182-39/+41
* Remove superfluous function key_is_command_char()Patrick Palka2015-02-171-15/+2
* TUI: resize windows to new terminal size before displaying themPedro Alves2015-02-171-6/+10
* Fix a pair of screen-resizing issues in TUIPatrick Palka2015-02-102-0/+8
* Fix truncation of TUI command historyPatrick Palka2015-02-101-3/+10
* Speed up GDB's TUI outputDoug Evans2015-02-044-6/+31
* Add max-completions parameter, and implement tab-completion limiting.Gary Benson2015-01-311-1/+3
* Unify CLI/TUI interface to readline tab completion.Doug Evans2015-01-311-160/+88
* Make sure TABs are expanded in TUI windows on MS-Windows.Eli Zaretskii2015-01-313-2/+84
* Fix MinGW TUI buildEli Zaretskii2015-01-221-1/+10
* Really add a prototype for tui_rehighlight_all.Eli Zaretskii2015-01-161-0/+1
* Fix an erroneous commentary.Eli Zaretskii2015-01-161-1/+1
* Make setting TUI border attributes take effect immediatelyEli Zaretskii2015-01-162-3/+23
* Make the change of tab size in TUI mode effective immediatelyEli Zaretskii2015-01-161-1/+21
* Fix TUI-related documentation.Eli Zaretskii2015-01-161-2/+2
* Leave more space in TUI mode for thread ID.Eli Zaretskii2015-01-161-2/+2
* Consolidate the custom TUI query hook with the default query hookPatrick Palka2015-01-092-67/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0132-32/+32
* Specify SA_RESTART when registering the SIGWINCH signal handlerPatrick Palka2014-11-231-0/+3
* Fix the processing of Meta-key commands in TUIPatrick Palka2014-11-231-1/+27
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-182-3/+3
* PR symtab/17559Doug Evans2014-11-155-9/+9
* tui: Fix newterm call for older ncursesSimon Marchi2014-11-041-1/+1
* TUI: don't let exceptions escape while handling readline key bindingsPedro Alves2014-10-291-6/+21
* PR tui/16138, PR tui/17519, and misc failures to initialize the terminalPedro Alves2014-10-293-25/+49
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Replace hardwired error handlers in tui_initialize_ioGary Benson2014-08-291-8/+4
* Fix terminal state corruption when starting a program from within TUIPatrick Palka2014-08-271-2/+3