summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make scoped_restore_current_thread's cdtors exception free (RFC)users/palves/pr26199-busy-loop-target-eventsPedro Alves2020-07-096-88/+137
* Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves2020-07-091-8/+15
* Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves2020-07-082-3/+28
* Fix GDB busy loop when interrupting non-stop program (PR 26199)Simon Marchi2020-07-061-27/+11
* Testcase for previous handle_no_resumed fixesPedro Alves2020-07-062-1/+79
* Make handle_no_resumed transfer terminalPedro Alves2020-07-061-12/+54
* Fix handle_no_resumed w/ multiple targetsPedro Alves2020-07-061-5/+17
* Avoid constant stream of TARGET_WAITKIND_NO_RESUMEDPedro Alves2020-07-061-1/+5
* Fix latent bug in target_pass_ctrlcPedro Alves2020-07-061-1/+1
* Fix spurious unhandled remote %Stop notificationsPedro Alves2020-07-041-1/+14
* sim/ppc: Fix linker error with -fno-commonSebastian Huber2020-07-033-17/+38
* Fix gdb.base/structs2.exp with ClangPedro Alves2020-07-033-2/+8
* Fix gdb.base/charset.exp with ClangPedro Alves2020-07-032-4/+18
* Remove stale -DNO_PROTOTYPES bits from gdb testsuitePedro Alves2020-07-038-67/+27
* Remove stale overlay testcase bitsPedro Alves2020-07-034-583/+5
* Re: Change readelf's display of symbol namesAlan Modra2020-07-0314-63/+88
* Automatic date update in version.inGDB Administrator2020-07-031-1/+1
* x86: Add SwapSourcesH.J. Lu2020-07-027-3991/+4008
* Skip fill-1 gas test for MeP targets.Nick Clifton2020-07-022-1/+7
* aarch64: Fix segfault on unicode symbolsAlex Coplan2020-07-024-1/+18
* gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi2020-07-0210-18/+31
* Change readelf's display of symbol names (when not in --wide mode) so that if...Nick Clifton2020-07-0219-25/+116
* Make tui_win_info::name pure virtualTom Tromey2020-07-013-4/+11
* Remove tui_gen_win_infoTom Tromey2020-07-016-93/+76
* Derive tui_locator_window from tui_win_infoTom Tromey2020-07-012-1/+23
* Remove body of tui_locator_window constructorTom Tromey2020-07-012-5/+5
* Don't derive tui_data_item_window from tui_gen_win_infoTom Tromey2020-07-014-78/+51
* Rename tui_data_item_window::item_noTom Tromey2020-07-013-4/+11
* Remove useless "if' from tui-regs.cTom Tromey2020-07-012-7/+9
* Remove tui_data_window::nameTom Tromey2020-07-013-2/+5
* Move some code out of tui-data.hTom Tromey2020-07-015-26/+35
* Remove tui_expand_tabsTom Tromey2020-07-015-73/+61
* Use complete_on_enum in tui_reggroup_completerTom Tromey2020-07-012-9/+6
* Automatic date update in version.inGDB Administrator2020-07-021-1/+1
* Recognize -1 as a tombstone value in .debug_lineFangrui Song2020-07-012-6/+11
* PR26188, buff overflow in coff_find_nearest_line_with_namesAlan Modra2020-07-012-2/+12
* Allow reference form for DW_AT_associated and DW_AT_allocated attributesAlok Kumar Sharma2020-07-012-14/+8
* Re: Remove x86 NaCl target supportAlan Modra2020-07-012-0/+5
* obsolete xc16xAlan Modra2020-07-014-0/+11
* gas eqv-dot test failsAlan Modra2020-07-012-1/+9
* Automatic date update in version.inGDB Administrator2020-07-011-1/+1
* Update readline/README to mention patchlevelTom Tromey2020-06-302-0/+8
* problems restoring the history file are not signaled correctly to the calling...Chet Ramey2020-06-302-1/+3
* reading history entries with timestamps can result in joined entriesChet Ramey2020-06-302-2/+15
* fix problems moving back beyond start of historyChet Ramey2020-06-302-2/+5
* Readline-8.0 patch 1: fix file descriptor leak with zero-length history fileChet Ramey2020-06-302-1/+2
* Fix test breakages caused by removal of gdb_py_test_multiple.Philippe Waroquiers2020-06-3010-39/+52
* Remove x86 NaCl target supportH.J. Lu2020-06-30222-4116/+383
* Fix bug in quirk_rust_enumTom Tromey2020-06-302-1/+6
* Do not define basic_string_view::to_stringTom Tromey2020-06-304-11/+26