summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* [FYI] Add myself to gdb/MAINTAINERSChristian Biesinger2019-07-212-0/+5
* Make documentation of "python" command match actual behaviorKevin Buettner2019-07-202-2/+5
* gdb/riscv: Write 4-byte nop to dummy code region before inferior callsAndrew Burgess2019-07-195-1/+129
* Change ARI to mention C++11, and remove some rulesTom Tromey2019-07-192-36/+11
* Arm: Remove unused feature files and testsAlan Hayward2019-07-1918-575/+22
* Arm: Use read_description funcs in gdbserverAlan Hayward2019-07-1910-53/+232
* Arm: Add xml unit testsAlan Hayward2019-07-192-0/+22
* Arm: Use feature target descriptionsAlan Hayward2019-07-194-43/+72
* Arm: Add read_description read funcs and use in GDBAlan Hayward2019-07-1915-31/+309
* Fix for using named pipes on WindowsGuillaume LABARTHE2019-07-182-11/+11
* Constify main_nameTom Tromey2019-07-184-8/+13
* Remove unnecessary "return"sTom Tromey2019-07-175-14/+11
* Fix an error in parse_scrolling_argsTom Tromey2019-07-172-4/+8
* Move source window common to code to tui-winsource.[ch]Tom Tromey2019-07-1710-233/+256
* Change make_invisible_and_set_new_height to be a methodTom Tromey2019-07-173-43/+50
* Move tui_source_window to tui-source.hTom Tromey2019-07-176-31/+44
* Move tui_disasm_window to tui-disasm.hTom Tromey2019-07-173-25/+32
* Move TUI data item window to tui-regs.hTom Tromey2019-07-175-30/+37
* Move TUI command window codeTom Tromey2019-07-178-81/+96
* Move tui_dispatch_ctrl_char to tui-io.cTom Tromey2019-07-174-53/+58
* Rearrange TUI data window codeTom Tromey2019-07-1713-354/+291
* Fix flushing bug in tui_puts_internalTom Tromey2019-07-172-0/+11
* Remove has_locator methodTom Tromey2019-07-173-14/+11
* Remove tui_make_visible and tui_make_invisibleTom Tromey2019-07-175-27/+29
* Remove make_data_windowTom Tromey2019-07-172-15/+7
* Remove make_source_window and make_disasm_windowTom Tromey2019-07-172-51/+21
* Remove make_command_windowTom Tromey2019-07-172-34/+22
* Simplify show_source_or_disasm_and_commandTom Tromey2019-07-172-29/+25
* Change tui_get_register to return voidTom Tromey2019-07-172-9/+8
* Simplify tui_gen_win_info::make_visibleTom Tromey2019-07-172-12/+12
* Simplify show_source_disasm_commandTom Tromey2019-07-172-31/+22
* Clean up tui_layout_commandTom Tromey2019-07-174-64/+61
* Change tui_set_layout to return voidTom Tromey2019-07-173-88/+86
* Remove reset_locatorTom Tromey2019-07-172-27/+19
* Remove the win_type parameter from tui_gen_win_info::resetTom Tromey2019-07-174-38/+34
* Introduce reset_locator function in tui-layout.cTom Tromey2019-07-172-66/+31
* Always create an execution info window for a source windowTom Tromey2019-07-177-126/+105
* Remove some dead code from tui_set_layoutTom Tromey2019-07-172-13/+9
* Remove TUI data window special caseTom Tromey2019-07-174-13/+15
* Remove tui_set_focusTom Tromey2019-07-172-11/+9
* Merge refresh and refresh_window methodsTom Tromey2019-07-175-29/+29
* Remove tui_source_window::content_in_useTom Tromey2019-07-174-5/+10
* Simplify source window clearingTom Tromey2019-07-174-73/+8
* Remove UNDEFINED_ITEM define from TUITom Tromey2019-07-172-2/+6
* Remove unused TUI definesTom Tromey2019-07-172-5/+6
* Remove unused parameter from two TUI functionsTom Tromey2019-07-176-43/+51
* Add win_info parameter to tui_set_disassem_contentTom Tromey2019-07-174-13/+22
* Move content_in_use to tui_source_window classTom Tromey2019-07-177-17/+36
* Introduce tui_source_window_base::location_matches_p methodTom Tromey2019-07-175-10/+39
* Remove tui_set_win_heightTom Tromey2019-07-172-11/+7