aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Use new and delete for tui_gen_win_infoTom Tromey4-35/+58
2019-06-25Change tui_which_element::data_window to be a pointerTom Tromey7-15/+32
2019-06-25Introduce set_highlight methodTom Tromey5-23/+32
2019-06-25Remove redundant check from make_visibleTom Tromey2-3/+6
2019-06-25Introduce max_height methodTom Tromey3-6/+31
2019-06-25Introduce set_new_height methodTom Tromey3-40/+57
2019-06-25Introduce the refresh_all methodTom Tromey5-23/+38
2019-06-25Introduce two TUI source window methodsTom Tromey8-38/+59
2019-06-25Introduce the refresh methodTom Tromey3-11/+32
2019-06-25Use bool for visibilityTom Tromey7-22/+38
2019-06-25Introduce make_visible methodTom Tromey4-18/+38
2019-06-25Remove an unneeded NULL checkTom Tromey2-23/+26
2019-06-25Inline constructors and initializersTom Tromey3-27/+28
2019-06-25Change tui_data_window::display_regs to boolTom Tromey4-5/+13
2019-06-25Remove struct tui_data_infoTom Tromey6-122/+112
2019-06-25Remove struct tui_command_infoTom Tromey4-16/+24
2019-06-25Remove struct tui_source_infoTom Tromey9-111/+147
2019-06-25Introduce has_locator methodTom Tromey5-16/+40
2019-06-25Remove tui_clear_win_detailTom Tromey3-11/+8
2019-06-25Don't use TUI_DISASM_WIN in tui_disasm_window methodTom Tromey2-1/+6
2019-06-25Introduce methods for scrollingTom Tromey13-144/+134
2019-06-25Create tui_disasm_windowTom Tromey3-8/+51
2019-06-25Split the tui_win_info destructorTom Tromey3-37/+43
2019-06-25Remove tui_listTom Tromey6-64/+47
2019-06-25Introduce tui_win_info::clear_detail methodTom Tromey3-25/+51
2019-06-25Simplify source and disassembly window creationTom Tromey2-30/+32
2019-06-25Simplify command window creationTom Tromey2-77/+76
2019-06-25Remove an unnecessary NULL check from the TUITom Tromey2-10/+12
2019-06-25Create subclasses for different window typesTom Tromey3-40/+86
2019-06-25Add destructor to tui_win_infoTom Tromey4-29/+37
2019-06-25Use new and delete for TUI windowsTom Tromey3-3/+15
2019-06-24[gdb/testsuite] Fix label reference in implptr-64bit.expTom de Vries2-1/+5
2019-06-24[gdb/testsuite] Fix DW_AT_decl_file in gdb.trace testsTom de Vries3-6/+12
2019-06-24[gdb/testsuite] Fix inter-cu refs in inlined_subroutine-inheritance.expTom de Vries2-3/+7
2019-06-22Remove tui_first_data_element_no_in_lineTom Tromey3-18/+6
2019-06-22Remove two unused functions from the TUITom Tromey3-79/+6
2019-06-22[gdb] Fix s390x -m31 buildTom de Vries2-18/+30
2019-06-21[gdb/testsuite] Compile index-cache.c with -Wl,--build-idTom de Vries2-1/+6
2019-06-21dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi4-39/+32
2019-06-21dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptrSimon Marchi2-6/+12
2019-06-21dwarf2read: C++ify dwo_fileSimon Marchi3-75/+61
2019-06-21dwarf2read: Use bool for dwarf2_section_info fieldsSimon Marchi3-4/+11
2019-06-21[gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-indexTom de Vries2-0/+12
2019-06-20[gdbserver] Fix s390x -m31 gdbserver buildTom de Vries2-1/+6
2019-06-19Don't declare tui_init_content_elementTom Tromey2-2/+4
2019-06-19Don't declare tui_init_win_infoTom Tromey2-1/+4
2019-06-19[gdb] Fix clang buildbreakerTom de Vries3-2/+7
2019-06-19[gdb] Fix build breaker with gcc 4.8Tom de Vries2-1/+9
2019-06-19Add intro comment to length_cond.expTom Tromey2-0/+7
2019-06-19Fix crash when setting breakpoint conditionTom Tromey7-7/+159