Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -1/+1 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -1/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -6/+6 |
2024-07-15 | gdb: pass program space to get_current_source_symtab_and_line | Simon Marchi | 1 | -1/+2 |
2024-07-15 | gdb: pass program space to have_{full,partial}_symbols | Simon Marchi | 1 | -1/+2 |
2024-06-07 | gdb/tui: cleanup includes | Simon Marchi | 1 | -6/+0 |
2024-06-07 | gdb/tui: change some macros to functions | Simon Marchi | 1 | -4/+4 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-21 | Rename tui-stack -> tui-status | Tom Tromey | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-11-13 | [gdb/tui] Add tui_win_info::{box_width,box_size} | Tom de Vries | 1 | -1/+1 |
2023-11-13 | [gdb/tui] Fix Wmaybe-uninitialized in tui_find_disassembly_address | Tom de Vries | 1 | -1/+1 |
2023-11-13 | [gdb/tui] Make assert in tui_find_disassembly_address more strict | Tom de Vries | 1 | -6/+6 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-09-28 | [gdb/tui] Fix segfault in tui_find_disassembly_address | Tom de Vries | 1 | -0/+39 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -3/+3 |
2022-01-28 | gdb/build: Fix Wpessimizing-move in clang build | Enze Li | 1 | -1/+1 |
2022-01-26 | gdb: add string_file::release method | Simon Marchi | 1 | -4/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -1/+1 |
2021-04-06 | [gdb/tui] Fix len_without_escapes in tui-disasm.c | Tom de Vries | 1 | -2/+5 |
2021-01-28 | gdb/tui: remove special handling of locator/status window | Andrew Burgess | 1 | -8/+5 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -10/+10 |
2020-09-27 | Use a curses pad for source and disassembly windows | Tom Tromey | 1 | -4/+5 |
2020-02-22 | Make some tui_source_window_base members "protected" | Tom Tromey | 1 | -17/+25 |
2020-02-22 | Use TUI_DISASM_WIN instead of tui_win_list array | Tom Tromey | 1 | -2/+2 |
2020-01-31 | gdb/tui: Disassembler scrolling of very small programs | Andrew Burgess | 1 | -1/+1 |
2020-01-24 | gdb/tui: asm window handles invalid memory and scrolls better | Andrew Burgess | 1 | -60/+183 |
2020-01-06 | GDB: Fix the overflow in addr/line_is_displayed() | Shahab Vahedi | 1 | -9/+7 |
2020-01-06 | GDB: Remove trailing spaces in tui-disasm.c | Shahab Vahedi | 1 | -3/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-20 | Reimplement tui_get_begin_asm_address | Tom Tromey | 1 | -14/+17 |
2019-12-20 | Use symtab_and_line when updating TUI windows | Tom Tromey | 1 | -9/+10 |
2019-12-20 | Use start_line_or_addr in TUI windows | Tom Tromey | 1 | -1/+1 |
2019-12-20 | Change tui_source_window_base::set_contents to return bool | Tom Tromey | 1 | -3/+3 |
2019-12-20 | Remove tui_show_disassem | Tom Tromey | 1 | -14/+0 |
2019-12-20 | Remove some unnecessary focus switches | Tom Tromey | 1 | -7/+0 |
2019-12-20 | Simplify tui_source_window_base::maybe_update method | Tom Tromey | 1 | -10/+9 |
2019-12-20 | Remove tui_show_disassem_and_update_source | Tom Tromey | 1 | -26/+0 |
2019-12-20 | Change tui_update_locator_fullname to take a symtab | Tom Tromey | 1 | -6/+2 |
2019-12-01 | Allow using less horizontal space in TUI source window | Tom Tromey | 1 | -1/+1 |
2019-11-05 | Fix regression from TUI disassembly style patch | Tom Tromey | 1 | -2/+3 |
2019-11-05 | Style disassembly in the TUI | Tom Tromey | 1 | -26/+51 |
2019-11-05 | Change tui_source_element::line to have type std::string | Tom Tromey | 1 | -3/+3 |
2019-10-09 | Remove tui_default_win_viewport_height | Tom Tromey | 1 | -1/+9 |