aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-disasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-16Remove the TUI execution info windowTom Tromey1-1/+1
2019-08-16Introduce tui_source_window_base::set_contents methodTom Tromey1-10/+13
2019-08-16Change tui_update_source_window to be a methodTom Tromey1-4/+3
2019-08-16Change tui_update_source_window_as_is to be a methodTom Tromey1-2/+1
2019-08-16Remove "noerror" parameter from some TUI functionsTom Tromey1-4/+4
2019-08-16Remove separate visibility flagTom Tromey1-1/+1
2019-08-15Remove tui_alloc_source_bufferTom Tromey1-2/+0
2019-08-15Change tui_addr_is_displayed into a methodTom Tromey1-1/+19
2019-08-15Move contents of tui_show_frame_info to new methodTom Tromey1-0/+31
2019-08-13Simplify tui_show_disassemTom Tromey1-1/+2
2019-07-17Remove unnecessary "return"sTom Tromey1-4/+0
2019-07-17Move tui_source_window to tui-source.hTom Tromey1-0/+1
2019-07-17Add win_info parameter to tui_set_disassem_contentTom Tromey1-11/+11
2019-07-17Introduce tui_source_window_base::location_matches_p methodTom Tromey1-0/+7
2019-07-04Fix TUI use of "has_break" fieldTom Tromey1-6/+0
2019-06-25Remove NULL checks before xfreeTom Tromey1-4/+2