aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.tui
AgeCommit message (Expand)AuthorFilesLines
2023-05-05[gdb/testsuite] Add gdb.tui/wrap-line.expTom de Vries1-0/+163
2023-04-30[gdb/tui] Fix TUI resizing for TERM=ansiTom de Vries1-0/+89
2023-04-29[gdb/testsuite] Fix gdb.tui/main.exp without TUITom de Vries1-0/+2
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/completion.expTom de Vries1-1/+1
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/main.expTom de Vries1-1/+2
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/corefile-run.expTom de Vries1-1/+2
2023-04-14[gdb/testsuite] Add regression test for PR30325Tom de Vries2-3/+17
2023-03-13[gdb/testsuite] Fix gdb.tui/completion.exp for local-remote-host-nottyTom de Vries1-5/+8
2023-03-13[gdb/testsuite] Fix gdb.tui/tui-layout.exp for remote hostTom de Vries1-0/+4
2023-03-13[gdb/testsuite] Fix gdb.tui/tui-nl-filtered-output.exp for remote hostTom de Vries1-1/+4
2023-03-13[gdb/testsuite] Handle USE_TUI in gdb.tui/corefile-run.expTom de Vries1-3/+15
2023-03-13[gdb/testsuite] Fix untested message in gdb.tui/corefile-run.expTom de Vries1-5/+1
2023-03-10Use require with target_infoTom Tromey1-3/+1
2023-01-27gdb/tui: rewrite of tui_source_window_base to handle very long linesAndrew Burgess1-5/+1
2023-01-27gdb/tui: improve errors from tui focus commandAndrew Burgess1-5/+80
2023-01-25gdb/tui: better filtering of tab completion results for focus commandAndrew Burgess1-2/+16
2023-01-25gdb/testsuite/tui: more testing of the 'focus' commandAndrew Burgess2-0/+90
2023-01-25gdb/testsuite: update gdb.tui/tui-nl-filtered-output.expAndrew Burgess1-21/+16
2023-01-25gdb/testsuite: update gdb.tui/tui-disasm-long-lines.expAndrew Burgess1-7/+14
2023-01-25gdb/testsuite: extend gdb.tui/tui-layout.exp test scriptAndrew Burgess1-11/+46
2023-01-13Rename to allow_tui_testsTom Tromey4-10/+8
2023-01-13Use require !use_gdb_stubTom Tromey1-1/+2
2023-01-13Change 'require' to accept a list of predicatesTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker26-26/+26
2022-12-08[gdb/testsuite] Require debug info for gdb.tui/tui-layout-asm-short-prog.expTom de Vries1-0/+5
2022-11-28gdb/testsuite: remove use of then keyword from gdb.*/*.exp scriptsAndrew Burgess1-1/+1
2022-10-25[gdb/testsuite] Handle missing .note.GNU-stackTom de Vries1-0/+1
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