summaryrefslogtreecommitdiff
path: root/gdb/tui
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove symtab::objfileSimon Marchi2022-04-072-2/+2
* gdb: move struct reggroup into reggroups.h headerAndrew Burgess2022-04-071-3/+3
* gdb: remove reggroup_next and reggroup_prevAndrew Burgess2022-04-071-28/+37
* gdb/tui: fix 'tui reg next/prev' command when data window is hiddenAndrew Burgess2022-04-071-20/+14
* gdb/tui: avoid theoretical bug with 'tui reg' commandAndrew Burgess2022-04-071-11/+13
* gdb: switch to using 'const reggroup *' in tui-regs.{c,h}Andrew Burgess2022-04-072-15/+16
* gdb/tui: fair split of delta after a resizeAndrew Burgess2022-04-031-12/+25
* gdb/tui: relax restrictions on window max height and widthAndrew Burgess2022-04-033-10/+2
* gdb/tui: support placing the cmd window into a horizontal layoutAndrew Burgess2022-04-033-25/+97
* gdb/tui: allow cmd window to change size in tui_layout_split::applyAndrew Burgess2022-04-031-8/+87
* gdb/tui: fairer distribution of excess space during applyAndrew Burgess2022-04-031-7/+31
* gdb/tui: avoid fp exception when applying layoutsAndrew Burgess2022-04-031-11/+19
* gdb/tui: add left_boxed_p and right_boxed_p member functionsAndrew Burgess2022-04-032-16/+18
* gdb/tui: add a tui debugging flagAndrew Burgess2022-04-034-11/+153
* gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess2022-04-033-16/+119
* gdb/tui: rename tui_layout_split:set_weights_from_heightsAndrew Burgess2022-04-032-6/+8
* gdb/tui: rename tui_layout_base::adjust_size to ::set_heightAndrew Burgess2022-04-032-7/+7
* gdb: move some commands into the tui namespaceAndrew Burgess2022-04-032-11/+45
* Unify gdb printf functionsTom Tromey2022-03-293-19/+19
* Unify gdb puts functionsTom Tromey2022-03-291-5/+5
* Change the pager to a ui_fileTom Tromey2022-03-291-1/+2
* Switch gdb_stdlog to use timestamped_fileTom Tromey2022-03-281-2/+6
* gdb/tui: add a missing white space characterAndrew Burgess2022-02-161-1/+1
* gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur2022-02-071-0/+4
* gdb: remove SYMTAB_OBJFILE macroSimon Marchi2022-02-062-2/+2
* gdb/tui: add window width information to 'info win' outputAndrew Burgess2022-02-061-1/+3
* gdb/build: Fix Wpessimizing-move in clang buildEnze Li2022-01-281-1/+1
* gdb: add string_file::release methodSimon Marchi2022-01-263-8/+8
* Use filtered output in ordinary commandsTom Tromey2022-01-051-6/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-0133-33/+33
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-2/+2
* gdb/tui: install SIGWINCH only when connected to a TTYLancelot SIX2021-12-171-2/+8
* gdb: rename source_styling_changed observerAndrew Burgess2021-11-251-2/+2
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-2/+2
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-082-2/+2
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-6/+5
* [gdb/tui] Fix breakpoint display functionalityTom de Vries2021-10-211-2/+1
* gdb: remove cmd_list_element::function::sfuncSimon Marchi2021-07-231-2/+1
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-1/+1
* gdb: add context getter/setter to cmd_list_elementSimon Marchi2021-06-251-3/+2
* Make the TUI command window support the mousePedro Alves2021-06-173-52/+171
* Initial TUI mouse supportHannes Domani2021-06-043-0/+48
* gdb: remove iterate_over_breakpoints functionSimon Marchi2021-05-271-2/+3
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-3/+1
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-9/+11
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-122-6/+4
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-244-14/+16
* [gdb/tui] Fix len_without_escapes in tui-disasm.cTom de Vries2021-04-061-2/+5
* gdb: move all "current target" wrapper implementations to target.cSimon Marchi2021-03-241-2/+2