summaryrefslogtreecommitdiff
path: root/gdb/tui/tui-winsource.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* [gdb/tui] Fix left margin in disassembly windowTom de Vries2023-04-131-3/+4
* [gdb/tui] Add maint set/show tui-left-margin-verboseTom de Vries2023-04-131-1/+6
* gdb/tui: more debug outputAndrew Burgess2023-01-271-0/+21
* gdb/tui: avoid extra refresh_window on vertical scrollAndrew Burgess2023-01-271-6/+6
* gdb/tui: avoid extra refresh_window on horizontal scrollAndrew Burgess2023-01-271-3/+5
* gdb/tui: rewrite of tui_source_window_base to handle very long linesAndrew Burgess2023-01-271-16/+161
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* gdb: remove symtab::objfileSimon Marchi2022-04-071-1/+1
* gdb: remove SYMTAB_OBJFILE macroSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: rename source_styling_changed observerAndrew Burgess2021-11-251-2/+2
* [gdb/tui] Fix breakpoint display functionalityTom de Vries2021-10-211-2/+1
* gdb: remove iterate_over_breakpoints functionSimon Marchi2021-05-271-2/+3
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-3/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+1
* gdb/tui: remove special handling of locator/status windowAndrew Burgess2021-01-281-1/+2
* Prevent flickering when redrawing the TUI source windowHannes Domani2021-01-051-1/+3
* Fix TUI source window drawingHannes Domani2021-01-051-2/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-15/+15
* Don't erase TUI source window when switching focusTom Tromey2020-10-191-4/+4
* Use ISCNTRL in tui_copy_source_lineTom Tromey2020-09-271-3/+4
* Use a curses pad for source and disassembly windowsTom Tromey2020-09-271-43/+41
* Remove a call to show_source_line from TUITom Tromey2020-09-271-1/+0
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Make some tui_source_window_base members "protected"Tom Tromey2020-02-221-39/+39
* TUI windows do not need to store their typeTom Tromey2020-02-221-5/+3
* Make "file" clear TUI source windowTom Tromey2020-01-191-5/+6
* Make TUI borders respect "set style enabled"Tom Tromey2020-01-111-1/+5
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Don't call set_current_source_symtab_and_line from TUITom Tromey2019-12-201-7/+0
* Simplify tui_update_source_windows_with_lineTom Tromey2019-12-201-28/+8
* Simplify tui_update_source_windows_with_addrTom Tromey2019-12-201-13/+4
* Use symtab_and_line when updating TUI windowsTom Tromey2019-12-201-53/+39
* Use start_line_or_addr in TUI windowsTom Tromey2019-12-201-1/+1
* Change tui_source_window_base::set_contents to return boolTom Tromey2019-12-201-3/+2
* Remove tui_source_window::show_symtab_sourceTom Tromey2019-12-201-2/+2
* Remove tui_show_disassemTom Tromey2019-12-201-4/+9
* Remove some unnecessary focus switchesTom Tromey2019-12-201-5/+0
* Remove some TUI assertsTom Tromey2019-12-201-6/+0
* Remove tui_show_disassem_and_update_sourceTom Tromey2019-12-201-10/+4
* Change tui_update_locator_fullname to take a symtabTom Tromey2019-12-201-4/+1
* Fix latent bug in tui_copy_source_lineTom Tromey2019-12-011-0/+2
* Allow using less horizontal space in TUI source windowTom Tromey2019-12-011-5/+10
* Style disassembly in the TUITom Tromey2019-11-051-0/+99
* Change tui_source_element::line to have type std::stringTom Tromey2019-11-051-1/+1
* Make tui-winsource not use breakpoint_chainChristian Biesinger2019-10-151-7/+4
* Make TUI window handle a unique_ptrTom Tromey2019-10-091-11/+11