aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Remove UNDEFINED_ITEM define from TUITom Tromey2-2/+6
2019-07-17Remove unused TUI definesTom Tromey2-5/+6
2019-07-17Remove unused parameter from two TUI functionsTom Tromey6-43/+51
2019-07-17Add win_info parameter to tui_set_disassem_contentTom Tromey4-13/+22
2019-07-17Move content_in_use to tui_source_window classTom Tromey7-17/+36
2019-07-17Introduce tui_source_window_base::location_matches_p methodTom Tromey5-10/+39
2019-07-17Remove tui_set_win_heightTom Tromey2-11/+7
2019-07-17Make source windows be self-updatingTom Tromey4-18/+43
2019-07-17Fix comment typosTom Tromey3-2/+7
2019-07-17Introduce TUI window iteratorTom Tromey7-59/+116
2019-07-17Minor tui_reg_next / tui_reg_prev cleanupTom Tromey2-10/+17
2019-07-17Simplify tui_show_registersTom Tromey2-11/+10
2019-07-17Parameterize tui_show_register_group with windowTom Tromey2-11/+18
2019-07-17Introduce tui_data_window::display_reg_element_at_line methodTom Tromey3-16/+24
2019-07-17Introduce two more tui_data_window methodsTom Tromey5-36/+52
2019-07-17Introduce tui_data_window::erase_data_content methodTom Tromey5-17/+26
2019-07-17Introduce tui_data_window::delete_data_content_windows methodTom Tromey4-7/+21
2019-07-17Don't declare unimplemented functionsTom Tromey3-2/+5
2019-07-17Introduce tui_data_window::display_all_data methodTom Tromey7-9/+23
2019-07-17Remove tui_display_data_fromTom Tromey3-24/+18
2019-07-17Remove tui_display_data_from_lineTom Tromey5-37/+26
2019-07-17Introduce tui_data_window::first_reg_element_no_inlineTom Tromey4-10/+22
2019-07-17Introduce tui_data_window::line_from_reg_element_no methodTom Tromey5-10/+23
2019-07-17Introduce tui_data_window::last_regs_line_no methodTom Tromey4-10/+22
2019-07-17Remove deleted breakpoint from TUI displayTom Tromey4-22/+44
2019-07-17Consolidate "if"s in tui_show_frame_infoTom Tromey2-35/+31
2019-07-17Remove some uses of TUI_WIN_SRCTom Tromey4-27/+40
2019-07-17Check can_highlight in tui_check_and_display_highlight_if_neededTom Tromey2-1/+6
2019-07-17Introduce can_scroll methodTom Tromey3-4/+21
2019-07-17Rename field_int to field_signedTom Tromey33-156/+220
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess8-48/+43
2019-07-17Remove a VEC from s390-linux-nat.cTom Tromey2-48/+49
2019-07-15Fix build for aarch64, arm, and riscv FreeBSD native targets.John Baldwin4-24/+30
2019-07-15Add include of gdbarch.h.John Baldwin2-0/+5
2019-07-15Fix a FIXME in mi-out.cTom Tromey2-4/+5
2019-07-15Introduce field_unsignedTom Tromey10-18/+74
2019-07-15Use field_string in more placesTom Tromey8-13/+24
2019-07-15Use field_core_addr in more placesTom Tromey5-8/+17
2019-07-14[gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.expTom de Vries2-1/+6
2019-07-12gdb: Better support for dynamic properties with negative valuesAndrew Burgess7-0/+103
2019-07-12gdb: Carry default property type around with dynamic propertiesAndrew Burgess4-50/+125
2019-07-12gdb/dwarf: Ensure the target type of ranges is not voidAndrew Burgess3-40/+63
2019-07-12gdb: Convert dwarf2_evaluate_property to return boolAndrew Burgess4-17/+23
2019-07-12gdb: Update type of lower bound in value_subscripted_rvalueAndrew Burgess3-2/+9
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess6-11/+64
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess5-171/+99
2019-07-11gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess6-20/+123
2019-07-11Remove init_cli_cmdsTom Tromey7-21/+18
2019-07-11Fix use-after-move bug in add_thread_objectTom Tromey2-1/+6
2019-07-10Make value_must_coerce_to_target return a boolSimon Marchi3-7/+15