aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-disasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-25Remove union tui_which_elementTom Tromey1-12/+7
2019-06-25Separate out locator windowTom Tromey1-8/+6
2019-06-25Remove tui_scroll_direction enumTom Tromey1-7/+6
2019-06-25Change tui_alloc_source_buffer return type to voidTom Tromey1-4/+1
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-8/+5
2019-06-25Remove struct tui_source_infoTom Tromey1-5/+5
2019-06-25Don't use TUI_DISASM_WIN in tui_disasm_window methodTom Tromey1-1/+1
2019-06-25Introduce methods for scrollingTom Tromey1-5/+5
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-19Deprecate and replace the "tabset" commandTom Tromey1-1/+1
2018-10-15Remove unnecessary casts from TUITom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-04Kill init_salPedro Alves1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-11/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09tui-disasm: Fix line buffer size calculationAndreas Arnez1-9/+10