aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-disasm.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-15gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi1-1/+2
2024-07-15gdb: pass program space to have_{full,partial}_symbolsSimon Marchi1-1/+2
2024-06-07gdb/tui: cleanup includesSimon Marchi1-6/+0
2024-06-07gdb/tui: change some macros to functionsSimon Marchi1-4/+4
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-21Rename tui-stack -> tui-statusTom Tromey1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-11-13[gdb/tui] Add tui_win_info::{box_width,box_size}Tom de Vries1-1/+1
2023-11-13[gdb/tui] Fix Wmaybe-uninitialized in tui_find_disassembly_addressTom de Vries1-1/+1
2023-11-13[gdb/tui] Make assert in tui_find_disassembly_address more strictTom de Vries1-6/+6
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-09-28[gdb/tui] Fix segfault in tui_find_disassembly_addressTom de Vries1-0/+39
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-3/+3
2022-01-28gdb/build: Fix Wpessimizing-move in clang buildEnze Li1-1/+1
2022-01-26gdb: add string_file::release methodSimon Marchi1-4/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-1/+1
2021-04-06[gdb/tui] Fix len_without_escapes in tui-disasm.cTom de Vries1-2/+5
2021-01-28gdb/tui: remove special handling of locator/status windowAndrew Burgess1-8/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-10/+10
2020-09-27Use a curses pad for source and disassembly windowsTom Tromey1-4/+5
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey1-17/+25
2020-02-22Use TUI_DISASM_WIN instead of tui_win_list arrayTom Tromey1-2/+2
2020-01-31gdb/tui: Disassembler scrolling of very small programsAndrew Burgess1-1/+1
2020-01-24gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess1-60/+183
2020-01-06GDB: Fix the overflow in addr/line_is_displayed()Shahab Vahedi1-9/+7
2020-01-06GDB: Remove trailing spaces in tui-disasm.cShahab Vahedi1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20Reimplement tui_get_begin_asm_addressTom Tromey1-14/+17
2019-12-20Use symtab_and_line when updating TUI windowsTom Tromey1-9/+10
2019-12-20Use start_line_or_addr in TUI windowsTom Tromey1-1/+1
2019-12-20Change tui_source_window_base::set_contents to return boolTom Tromey1-3/+3
2019-12-20Remove tui_show_disassemTom Tromey1-14/+0
2019-12-20Remove some unnecessary focus switchesTom Tromey1-7/+0
2019-12-20Simplify tui_source_window_base::maybe_update methodTom Tromey1-10/+9
2019-12-20Remove tui_show_disassem_and_update_sourceTom Tromey1-26/+0
2019-12-20Change tui_update_locator_fullname to take a symtabTom Tromey1-6/+2
2019-12-01Allow using less horizontal space in TUI source windowTom Tromey1-1/+1
2019-11-05Fix regression from TUI disassembly style patchTom Tromey1-2/+3
2019-11-05Style disassembly in the TUITom Tromey1-26/+51
2019-11-05Change tui_source_element::line to have type std::stringTom Tromey1-3/+3
2019-10-09Remove tui_default_win_viewport_heightTom Tromey1-1/+9
2019-09-20Use make_unique_xstrdup in TUITom Tromey1-1/+1
2019-09-20Simplify TUI disassemblyTom Tromey1-45/+26
2019-09-20Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey1-3/+2