aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-09Make scoped_restore_current_thread's cdtors exception free (RFC)users/palves/pr26199-busy-loop-target-eventsPedro Alves6-88/+137
2020-07-09Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves1-8/+15
2020-07-08Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves2-3/+28
2020-07-06Fix GDB busy loop when interrupting non-stop program (PR 26199)Simon Marchi1-27/+11
2020-07-06Testcase for previous handle_no_resumed fixesPedro Alves2-1/+79
2020-07-06Make handle_no_resumed transfer terminalPedro Alves1-12/+54
2020-07-06Fix handle_no_resumed w/ multiple targetsPedro Alves1-5/+17
2020-07-06Avoid constant stream of TARGET_WAITKIND_NO_RESUMEDPedro Alves1-1/+5
2020-07-06Fix latent bug in target_pass_ctrlcPedro Alves1-1/+1
2020-07-04Fix spurious unhandled remote %Stop notificationsPedro Alves1-1/+14
2020-07-03sim/ppc: Fix linker error with -fno-commonSebastian Huber3-17/+38
2020-07-03Fix gdb.base/structs2.exp with ClangPedro Alves3-2/+8
2020-07-03Fix gdb.base/charset.exp with ClangPedro Alves2-4/+18
2020-07-03Remove stale -DNO_PROTOTYPES bits from gdb testsuitePedro Alves8-67/+27
2020-07-03Remove stale overlay testcase bitsPedro Alves4-583/+5
2020-07-03Re: Change readelf's display of symbol namesAlan Modra14-63/+88
2020-07-03Automatic date update in version.inGDB Administrator1-1/+1
2020-07-02x86: Add SwapSourcesH.J. Lu7-3991/+4008
2020-07-02Skip fill-1 gas test for MeP targets.Nick Clifton2-1/+7
2020-07-02aarch64: Fix segfault on unicode symbolsAlex Coplan4-1/+18
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi10-18/+31
2020-07-02Change readelf's display of symbol names (when not in --wide mode) so that if...Nick Clifton19-25/+116
2020-07-01Make tui_win_info::name pure virtualTom Tromey3-4/+11
2020-07-01Remove tui_gen_win_infoTom Tromey6-93/+76
2020-07-01Derive tui_locator_window from tui_win_infoTom Tromey2-1/+23
2020-07-01Remove body of tui_locator_window constructorTom Tromey2-5/+5
2020-07-01Don't derive tui_data_item_window from tui_gen_win_infoTom Tromey4-78/+51
2020-07-01Rename tui_data_item_window::item_noTom Tromey3-4/+11
2020-07-01Remove useless "if' from tui-regs.cTom Tromey2-7/+9
2020-07-01Remove tui_data_window::nameTom Tromey3-2/+5
2020-07-01Move some code out of tui-data.hTom Tromey5-26/+35
2020-07-01Remove tui_expand_tabsTom Tromey5-73/+61
2020-07-01Use complete_on_enum in tui_reggroup_completerTom Tromey2-9/+6
2020-07-02Automatic date update in version.inGDB Administrator1-1/+1
2020-07-01Recognize -1 as a tombstone value in .debug_lineFangrui Song2-6/+11
2020-07-01PR26188, buff overflow in coff_find_nearest_line_with_namesAlan Modra2-2/+12
2020-07-01Allow reference form for DW_AT_associated and DW_AT_allocated attributesAlok Kumar Sharma2-14/+8
2020-07-01Re: Remove x86 NaCl target supportAlan Modra2-0/+5
2020-07-01obsolete xc16xAlan Modra4-0/+11
2020-07-01gas eqv-dot test failsAlan Modra2-1/+9
2020-07-01Automatic date update in version.inGDB Administrator1-1/+1
2020-06-30Update readline/README to mention patchlevelTom Tromey2-0/+8
2020-06-30problems restoring the history file are not signaled correctly to the calling...Chet Ramey2-1/+3
2020-06-30reading history entries with timestamps can result in joined entriesChet Ramey2-2/+15
2020-06-30fix problems moving back beyond start of historyChet Ramey2-2/+5
2020-06-30Readline-8.0 patch 1: fix file descriptor leak with zero-length history fileChet Ramey2-1/+2
2020-06-30Fix test breakages caused by removal of gdb_py_test_multiple.Philippe Waroquiers10-39/+52
2020-06-30Remove x86 NaCl target supportH.J. Lu222-4116/+383
2020-06-30Fix bug in quirk_rust_enumTom Tromey2-1/+6
2020-06-30Do not define basic_string_view::to_stringTom Tromey4-11/+26