aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.tui
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Put corefile-run.core into test subdirectoryTom Tromey1-1/+1
2022-05-08[gdb/testsuite] Fix gdb.tui/scroll.exp with read1Tom de Vries1-1/+7
2022-04-07gdb/tui: fix 'tui reg next/prev' command when data window is hiddenAndrew Burgess1-0/+26
2022-04-03gdb/tui: fair split of delta after a resizeAndrew Burgess1-0/+31
2022-04-03gdb/tui: relax restrictions on window max height and widthAndrew Burgess1-1/+3
2022-04-03gdb/testsuite: some additional tests in gdb.tui/scroll.expAndrew Burgess1-0/+4
2022-04-03gdb/tui: support placing the cmd window into a horizontal layoutAndrew Burgess1-0/+5
2022-04-03gdb/tui: allow cmd window to change size in tui_layout_split::applyAndrew Burgess2-0/+55
2022-04-03gdb/tui: fairer distribution of excess space during applyAndrew Burgess4-17/+22
2022-04-03gdb/tui: avoid fp exception when applying layoutsAndrew Burgess1-1/+2
2022-04-03gdb/tui/testsuite: refactor new-layout.exp testAndrew Burgess1-27/+56
2022-04-03gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess1-0/+62
2022-04-01gdb/testing/tui: add new _csi_{L,S,T}Andrew Burgess1-0/+85
2022-03-31gdb/testsuite/tui: implement _csi_P procSimon Marchi1-0/+29
2022-03-30gdb/testsuite: add tests for TermSimon Marchi1-0/+615
2022-02-06gdb/tui: add window width information to 'info win' outputAndrew Burgess1-0/+61
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker23-23/+23
2021-12-07[gdb/testsuite] Fix FAIL in gdb.tui/basic.expTom de Vries2-14/+50
2021-10-21[gdb/tui] Fix breakpoint display functionalityTom de Vries1-0/+37
2021-10-13[gdb/testsuite] Require use_gdb_stub == 0 where appropriateTom de Vries1-0/+3
2021-10-06[gdb/testsuite] Fix FAIL in gdb.tui/corefile-run.expTom de Vries1-1/+1
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi2-2/+0
2021-07-29Fix for gdb.tui/tui-layout-asm.expCarl Love1-2/+30
2021-02-08gdb/tui: don't add windows to global list from tui_layout:window::applyAndrew Burgess1-0/+14
2021-02-08gdb/tui: fix issue with handling the return characterAndrew Burgess1-19/+29
2021-02-08gdb/testsuite: fix implementation of delete line in tuiterm.expAndrew Burgess2-1/+65
2021-02-06[gdb/testsuite] Fix gdb.tui/tui-layout-asm.exp with -m32Tom de Vries1-2/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker20-20/+20
2020-12-10[gdb/testsuite] Fix gdb.tui/new-layout.exp with tcl 8.5Tom de Vries1-6/+10
2020-10-19Don't erase TUI source window when switching focusTom Tromey1-0/+2
2020-10-13gdb/testsuite/: Use "-qualified" in explicit "break main", etc.Pedro Alves3-7/+7
2020-09-27Remove test duplicate from gdb.tuiTom Tromey1-4/+6
2020-09-24Don't let TUI focus on locatorTom Tromey1-0/+1
2020-09-16[gdb/testsuite] Fix unbalanced braces in gdb.tui/new-layout.expTom de Vries1-6/+6
2020-06-17Fix TUI support checks in gdb.tui tests.Sandra Loosemore13-0/+20
2020-06-12[gdb/testsuite] Don't leak tuiterm.exp spawn overrideTom de Vries13-13/+13
2020-03-13[gdb/testsuite] Fix check-read1 FAIL in gdb.tui/corefile-run.expTom de Vries2-2/+2
2020-02-22Add horizontal splitting to TUI layoutTom Tromey1-1/+20
2020-02-22Allow TUI sub-layouts in "new-layout" commandTom Tromey1-0/+11
2020-02-22Add the "tui new-layout" commandTom Tromey1-0/+54
2020-02-06gdb: Catch exceptions if the source file is not foundShahab Vahedi1-0/+97
2020-01-31gdb/tui: Disassembler scrolling of very small programsAndrew Burgess2-0/+73
2020-01-24gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess1-0/+42
2020-01-19Make "file" clear TUI source windowTom Tromey1-0/+7
2020-01-09gdb/tui: Link source and assembler scrolling .... againAndrew Burgess1-0/+27
2020-01-09gdb: Fix scrolling in TUITom Tromey1-0/+13
2020-01-09gdb/tui: Fix 'layout asm' before the inferior has startedAndrew Burgess1-0/+34
2020-01-05gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess1-0/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker15-15/+15
2019-12-20Fix "list" command in the TUITom Tromey1-0/+34