aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-08-20[gdb/testsuite] Clean up stale exec in gdb_compile_pascalTom de Vries2-0/+7
2019-08-20Improve remote attach round-trips without btraceConrad Meyer2-0/+10
2019-08-19Fix indentation in value_has_fieldTom Tromey2-1/+5
2019-08-19Fix Fortran regression with variables in nested functionsTom Tromey4-11/+31
2019-08-19Add Rust support to source highlightingTom Tromey4-7/+39
2019-08-16[gdb/testsuite] Fix compare-sections.exp with -fPIE/-pieTom de Vries2-2/+14
2019-08-16Remove the TUI execution info windowTom Tromey10-67/+46
2019-08-16Remove useless assignment from tui_remove_hooksTom Tromey2-1/+5
2019-08-16Change tui_show_symtab_source to be a methodTom Tromey4-11/+20
2019-08-16Introduce tui_source_window_base::set_contents methodTom Tromey7-39/+67
2019-08-16Change tui_update_breakpoint_info to be a methodTom Tromey3-21/+28
2019-08-16Change tui_update_source_window to be a methodTom Tromey5-18/+29
2019-08-16Change tui_update_source_window_as_is to be a methodTom Tromey5-24/+35
2019-08-16Remove "noerror" parameter from some TUI functionsTom Tromey6-41/+43
2019-08-16Remove separate visibility flagTom Tromey9-25/+46
2019-08-16Remove m_has_locatorTom Tromey3-9/+7
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward11-10/+120
2019-08-15Fix paste-o in examine-backward.exp.Sandra Loosemore2-1/+6
2019-08-16[gdb] Make maint info sections print relocated addressesTom de Vries2-18/+26
2019-08-15TUI resize unificationTom Tromey16-183/+139
2019-08-15Fix bug with character enumeration literalTom Tromey7-5/+35
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger5-13/+32
2019-08-15TUI window resize should not need invisibilityTom Tromey4-23/+75
2019-08-15Change TUI source window iterationTom Tromey7-51/+92
2019-08-15Rename the "reset" method to "resize"Tom Tromey5-47/+59
2019-08-15Remove tui_initialize_static_dataTom Tromey4-18/+7
2019-08-15Minor simplification in tui_default_win_viewport_heightTom Tromey2-1/+6
2019-08-15Remove tui_clear_source_contentTom Tromey4-24/+15
2019-08-15Turn tui_erase_source_content into a methodTom Tromey6-30/+53
2019-08-15Remove tui_alloc_source_bufferTom Tromey5-26/+20
2019-08-15Change tui_line_is_displayed to be a methodTom Tromey5-32/+35
2019-08-15Change tui_addr_is_displayed into a methodTom Tromey5-32/+35
2019-08-15Move contents of tui_show_frame_info to new methodTom Tromey7-57/+85
2019-08-15Avoid string_file in tui_make_status_lineTom Tromey2-5/+7
2019-08-15Move locator code to tui-stack.cTom Tromey6-50/+65
2019-08-15Remove FIXMEs from tui-layout.cTom Tromey3-10/+10
2019-08-15Simplify TUI boxingTom Tromey7-15/+39
2019-08-15Disable dw2-dir-file-name.exp on remote and/or Windows host.Sandra Loosemore2-0/+12
2019-08-15Skip batch-preserve-term-settings.exp tests that cannot work on Windows.Sandra Loosemore2-0/+12
2019-08-15Use gdb::byte_vector in target_write_memoryTom Tromey2-1/+6
2019-08-15[testsuite] Make the testsuite work on mingwChristian Biesinger2-0/+9
2019-08-15Replace write_inferior_memory with target_write_memoryTom Tromey12-68/+89
2019-08-15Simplify write_inferior_memoryTom Tromey2-17/+9
2019-08-15[gdb] Fix gdb build on mips64-linuxTom de Vries2-0/+5
2019-08-14AArch64: Allow additional sizes in prologueAlan Hayward5-22/+139
2019-08-14Fix gdb build on macOSTom Tromey3-0/+7
2019-08-13Remove tui_gen_win_info::last_visible_lineTom Tromey3-4/+7
2019-08-13Don't track the contents of the execution info windowTom Tromey3-70/+22
2019-08-13Remove tui_clear_exec_info_contentTom Tromey3-18/+16
2019-08-13Remove tui_erase_exec_info_contentTom Tromey3-9/+11