aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-disasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-09tui-disasm: Fix window content buffer overrunAndreas Arnez1-14/+10
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-4/+2
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka1-5/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-15PR symtab/17559Doug Evans1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-02-26start change to progspace independenceTom Tromey1-6/+7
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-5/+5
2014-02-26change minsym representationTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1