aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2022-08-31Fix "source" with interpreter-execTom Tromey1-0/+1
2022-08-31TUI stdout buffering cleanupTom Tromey3-23/+14
2022-08-31Remove tui_out_newTom Tromey3-9/+1
2022-08-31Remove the "for moment" commentsTom Tromey1-4/+4
2022-07-18Remove cli_out_newTom Tromey1-1/+1
2022-06-24Eliminate TUI/CLI observers duplicationPedro Alves1-187/+3
2022-06-22Use std::string for interpreter_pTom Tromey1-6/+3
2022-04-11gdb: remove symbol value macrosSimon Marchi1-3/+3
2022-04-07gdb: remove symtab::objfileSimon Marchi2-2/+2
2022-04-07gdb: move struct reggroup into reggroups.h headerAndrew Burgess1-3/+3
2022-04-07gdb: remove reggroup_next and reggroup_prevAndrew Burgess1-28/+37
2022-04-07gdb/tui: fix 'tui reg next/prev' command when data window is hiddenAndrew Burgess1-20/+14
2022-04-07gdb/tui: avoid theoretical bug with 'tui reg' commandAndrew Burgess1-11/+13
2022-04-07gdb: switch to using 'const reggroup *' in tui-regs.{c,h}Andrew Burgess2-15/+16
2022-04-03gdb/tui: fair split of delta after a resizeAndrew Burgess1-12/+25
2022-04-03gdb/tui: relax restrictions on window max height and widthAndrew Burgess3-10/+2
2022-04-03gdb/tui: support placing the cmd window into a horizontal layoutAndrew Burgess3-25/+97
2022-04-03gdb/tui: allow cmd window to change size in tui_layout_split::applyAndrew Burgess1-8/+87
2022-04-03gdb/tui: fairer distribution of excess space during applyAndrew Burgess1-7/+31
2022-04-03gdb/tui: avoid fp exception when applying layoutsAndrew Burgess1-11/+19
2022-04-03gdb/tui: add left_boxed_p and right_boxed_p member functionsAndrew Burgess2-16/+18
2022-04-03gdb/tui: add a tui debugging flagAndrew Burgess4-11/+153
2022-04-03gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess3-16/+119
2022-04-03gdb/tui: rename tui_layout_split:set_weights_from_heightsAndrew Burgess2-6/+8
2022-04-03gdb/tui: rename tui_layout_base::adjust_size to ::set_heightAndrew Burgess2-7/+7
2022-04-03gdb: move some commands into the tui namespaceAndrew Burgess2-11/+45
2022-03-29Unify gdb printf functionsTom Tromey3-19/+19
2022-03-29Unify gdb puts functionsTom Tromey1-5/+5
2022-03-29Change the pager to a ui_fileTom Tromey1-1/+2
2022-03-28Switch gdb_stdlog to use timestamped_fileTom Tromey1-2/+6
2022-02-16gdb/tui: add a missing white space characterAndrew Burgess1-1/+1
2022-02-07gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur1-0/+4
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi2-2/+2
2022-02-06gdb/tui: add window width information to 'info win' outputAndrew Burgess1-1/+3
2022-01-28gdb/build: Fix Wpessimizing-move in clang buildEnze Li1-1/+1
2022-01-26gdb: add string_file::release methodSimon Marchi3-8/+8
2022-01-05Use filtered output in ordinary commandsTom Tromey1-6/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker33-33/+33
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-2/+2
2021-12-17gdb/tui: install SIGWINCH only when connected to a TTYLancelot SIX1-2/+8
2021-11-25gdb: rename source_styling_changed observerAndrew Burgess1-2/+2
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-2/+2
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2-2/+2
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-6/+5
2021-10-21[gdb/tui] Fix breakpoint display functionalityTom de Vries1-2/+1
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+1
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-1/+1
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+2
2021-06-17Make the TUI command window support the mousePedro Alves3-52/+171