summaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)Author
2022-07-18Remove cli_out_newTom Tromey
2022-06-24Eliminate TUI/CLI observers duplicationPedro Alves
2022-06-22Use std::string for interpreter_pTom Tromey
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-04-07gdb: remove symtab::objfileSimon Marchi
2022-04-07gdb: move struct reggroup into reggroups.h headerAndrew Burgess
2022-04-07gdb: remove reggroup_next and reggroup_prevAndrew Burgess
2022-04-07gdb/tui: fix 'tui reg next/prev' command when data window is hiddenAndrew Burgess
2022-04-07gdb/tui: avoid theoretical bug with 'tui reg' commandAndrew Burgess
2022-04-07gdb: switch to using 'const reggroup *' in tui-regs.{c,h}Andrew Burgess
2022-04-03gdb/tui: fair split of delta after a resizeAndrew Burgess
2022-04-03gdb/tui: relax restrictions on window max height and widthAndrew Burgess
2022-04-03gdb/tui: support placing the cmd window into a horizontal layoutAndrew Burgess
2022-04-03gdb/tui: allow cmd window to change size in tui_layout_split::applyAndrew Burgess
2022-04-03gdb/tui: fairer distribution of excess space during applyAndrew Burgess
2022-04-03gdb/tui: avoid fp exception when applying layoutsAndrew Burgess
2022-04-03gdb/tui: add left_boxed_p and right_boxed_p member functionsAndrew Burgess
2022-04-03gdb/tui: add a tui debugging flagAndrew Burgess
2022-04-03gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess
2022-04-03gdb/tui: rename tui_layout_split:set_weights_from_heightsAndrew Burgess
2022-04-03gdb/tui: rename tui_layout_base::adjust_size to ::set_heightAndrew Burgess
2022-04-03gdb: move some commands into the tui namespaceAndrew Burgess
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-03-29Change the pager to a ui_fileTom Tromey
2022-03-28Switch gdb_stdlog to use timestamped_fileTom Tromey
2022-02-16gdb/tui: add a missing white space characterAndrew Burgess
2022-02-07gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi
2022-02-06gdb/tui: add window width information to 'info win' outputAndrew Burgess
2022-01-28gdb/build: Fix Wpessimizing-move in clang buildEnze Li
2022-01-26gdb: add string_file::release methodSimon Marchi
2022-01-05Use filtered output in ordinary commandsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey
2021-12-17gdb/tui: install SIGWINCH only when connected to a TTYLancelot SIX
2021-11-25gdb: rename source_styling_changed observerAndrew Burgess
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi
2021-10-21[gdb/tui] Fix breakpoint display functionalityTom de Vries
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi
2021-06-17Make the TUI command window support the mousePedro Alves
2021-06-04Initial TUI mouse supportHannes Domani
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi
2021-05-27gdb: add breakpoint::locations methodSimon Marchi
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi