aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-13Turn tui_show_exec_info_content into a methodTom Tromey3-7/+19
2019-08-13Move code to tui-winsource.hTom Tromey3-41/+51
2019-08-13Change tui_update_exec_info to be a methodTom Tromey4-9/+21
2019-08-13Change tui_set_exec_info_content to be a methodTom Tromey3-9/+20
2019-08-13Change tui_show_source_content to be a methodTom Tromey4-13/+26
2019-08-13Change tui_check_and_display_highlight_if_needed to be a methodTom Tromey7-15/+33
2019-08-13Delete invisible TUI windowsTom Tromey5-13/+41
2019-08-13Simplify tui_show_disassemTom Tromey2-1/+7
2019-08-13Make tui_default_win_height staticTom Tromey3-3/+6
2019-08-13Two simplifications in tui-layout.cTom Tromey2-119/+116
2019-08-13Simplify tui_make_all_invisibleTom Tromey4-16/+18
2019-08-13Remove tui_make_all_visibleTom Tromey3-7/+5
2019-08-13Move current_layout to tui-layout.cTom Tromey4-21/+24
2019-08-13Remove struct tui_layout_defTom Tromey4-23/+8
2019-08-13clear_detail can only be called on TUI source windowsTom Tromey7-25/+12
2019-08-13Don't include readline headers from tracepoint.cTom Tromey2-7/+4
2019-08-13[gdb/testsuite] Fix gdb.gdb/selftest.exp regexpTom de Vries2-1/+6
2019-08-13Fixes for gdb.python tests on remote Windows host.Sandra Loosemore14-71/+118
2019-08-12Require readline 7 or newerTom Tromey7-2/+67
2019-08-12Remove readline hack from gdb_selectTom Tromey2-9/+4
2019-08-12Fix gdb's selftest.exp after readline importPatrick Palka2-3/+26
2019-08-09Match Windows pathnames in gdb.linespec/break-ask.exp.Sandra Loosemore2-3/+8
2019-08-09Fix access to uninitialized variable in fill_in_stop_funcPedro Franco de Carvalho2-0/+7
2019-08-09s390: Implement 'type_align' gdbarch methodAndreas Arnez2-0/+38
2019-08-09doc: fix PAC typoAlan Hayward2-1/+5
2019-08-09[gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pieTom de Vries2-2/+14
2019-08-08[gdb/testsuite] Fix gdb.tui/basic.exp with check-read1Tom de Vries2-1/+6
2019-08-07Make struct frame_arg self-managingTom Tromey5-25/+22
2019-08-07AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward9-11/+82