aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-07-24Update expected info threads error messages in gdb.multi/tids.expTom de Vries2-7/+19
2019-07-24[gdb/testsuite] Fix info-types.exp for debug info from more than one fileTom de Vries2-2/+11
2019-07-23[gdb/testsuite] Add missing initial prompt read in multidictionary.expTom de Vries2-0/+12
2019-07-23[gdb][Arm]: gdb cannot step across CMSE secure entry function code.Srinath Parvathaneni5-0/+167
2019-07-23[gdb/testsuite] Fix command result testing in mi-complete.expTom de Vries2-2/+10
2019-07-22Remove self-assign from make_invisible_and_set_new_heightTom Tromey2-2/+7
2019-07-22gdb: Show type summary for anonymous structures from c_print_typedefAndrew Burgess6-8/+73
2019-07-22gdb: Improve output from "info types" commadAndrew Burgess5-13/+222
2019-07-22gdb: Switch "info types" over to use the gdb::options frameworkAndrew Burgess5-6/+85
2019-07-21Add ChangeLog entry for the last commitChristian Biesinger1-0/+6
2019-07-21Use block_enum instead of int for better typesafetyChristian Biesinger1-4/+8
2019-07-21[FYI] Add myself to gdb/MAINTAINERSChristian Biesinger2-0/+5
2019-07-20Make documentation of "python" command match actual behaviorKevin Buettner2-2/+5
2019-07-19gdb/riscv: Write 4-byte nop to dummy code region before inferior callsAndrew Burgess5-1/+129
2019-07-19Change ARI to mention C++11, and remove some rulesTom Tromey2-36/+11
2019-07-19Arm: Remove unused feature files and testsAlan Hayward18-575/+22
2019-07-19Arm: Use read_description funcs in gdbserverAlan Hayward10-53/+232
2019-07-19Arm: Add xml unit testsAlan Hayward2-0/+22
2019-07-19Arm: Use feature target descriptionsAlan Hayward4-43/+72
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward15-31/+309
2019-07-18Fix for using named pipes on WindowsGuillaume LABARTHE2-11/+11
2019-07-18Constify main_nameTom Tromey4-8/+13
2019-07-17Remove unnecessary "return"sTom Tromey5-14/+11
2019-07-17Fix an error in parse_scrolling_argsTom Tromey2-4/+8
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey10-233/+256
2019-07-17Change make_invisible_and_set_new_height to be a methodTom Tromey3-43/+50
2019-07-17Move tui_source_window to tui-source.hTom Tromey6-31/+44
2019-07-17Move tui_disasm_window to tui-disasm.hTom Tromey3-25/+32
2019-07-17Move TUI data item window to tui-regs.hTom Tromey5-30/+37
2019-07-17Move TUI command window codeTom Tromey8-81/+96
2019-07-17Move tui_dispatch_ctrl_char to tui-io.cTom Tromey4-53/+58
2019-07-17Rearrange TUI data window codeTom Tromey13-354/+291
2019-07-17Fix flushing bug in tui_puts_internalTom Tromey2-0/+11
2019-07-17Remove has_locator methodTom Tromey3-14/+11
2019-07-17Remove tui_make_visible and tui_make_invisibleTom Tromey5-27/+29
2019-07-17Remove make_data_windowTom Tromey2-15/+7
2019-07-17Remove make_source_window and make_disasm_windowTom Tromey2-51/+21
2019-07-17Remove make_command_windowTom Tromey2-34/+22
2019-07-17Simplify show_source_or_disasm_and_commandTom Tromey2-29/+25
2019-07-17Change tui_get_register to return voidTom Tromey2-9/+8
2019-07-17Simplify tui_gen_win_info::make_visibleTom Tromey2-12/+12
2019-07-17Simplify show_source_disasm_commandTom Tromey2-31/+22
2019-07-17Clean up tui_layout_commandTom Tromey4-64/+61
2019-07-17Change tui_set_layout to return voidTom Tromey3-88/+86
2019-07-17Remove reset_locatorTom Tromey2-27/+19
2019-07-17Remove the win_type parameter from tui_gen_win_info::resetTom Tromey4-38/+34
2019-07-17Introduce reset_locator function in tui-layout.cTom Tromey2-66/+31
2019-07-17Always create an execution info window for a source windowTom Tromey7-126/+105
2019-07-17Remove some dead code from tui_set_layoutTom Tromey2-13/+9
2019-07-17Remove TUI data window special caseTom Tromey4-13/+15