summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Compute msymbol hash codes in parallelChristian Biesinger2019-11-272-15/+41
* Precompute hash value for symbol_set_namesChristian Biesinger2019-11-274-6/+42
* gdb/testsuite: Fix race condition compiling fortran testAndrew Burgess2019-11-272-1/+6
* Test case for BZ 25065Kevin Buettner2019-11-273-0/+218
* Fix BZ 25065 - Ensure that physnames are computed for inherited DIEsKevin Buettner2019-11-272-0/+8
* Remove some unnecessary backslashesTom Tromey2019-11-273-3/+9
* Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger2019-11-277-25/+37
* gdb/mi: Add -symbol-info-modules commandAndrew Burgess2019-11-2711-0/+286
* gdb/mi: Add new commands -symbol-info-{functions,variables,types}Andrew Burgess2019-11-2711-6/+730
* gdb: Split print_symbol_info into two partsAndrew Burgess2019-11-273-34/+72
* gdb: Introduce global_symbol_searcherAndrew Burgess2019-11-274-128/+161
* PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra2019-11-276-10/+34
* PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra2019-11-276-253/+147
* Correct R_SH_IND12W handlingAlan Modra2019-11-273-17/+20
* Automatic date update in version.inGDB Administrator2019-11-271-1/+1
* Fix mingw build of gdbTom Tromey2019-11-262-2/+7
* Let commands free "name"Tom Tromey2019-11-266-20/+32
* Add add_internal_function overloadTom Tromey2019-11-264-13/+54
* Use cmd_list_element::doc_allocated for Python commandsTom Tromey2019-11-262-3/+7
* Set names of worker threadsTom Tromey2019-11-268-9/+45
* Use run_on_main_thread in gdb.post_eventTom Tromey2019-11-262-72/+71
* Add maint set/show worker-threadsTom Tromey2019-11-265-0/+77
* Demangle minsyms in parallelTom Tromey2019-11-266-18/+158
* Implement a thread poolChristian Biesinger2019-11-264-0/+228
* Introduce thread-safe way to handle SIGSEGVTom Tromey2019-11-264-73/+131
* Introduce run_on_main_threadTom Tromey2019-11-265-0/+218
* Introduce alternate_signal_stack RAII classTom Tromey2019-11-263-24/+78
* Add RAII class for blocking gdb signalsTom Tromey2019-11-2617-38/+391
* Add configure check for std::threadTom Tromey2019-11-2611-6/+1615
* Defer minimal symbol name-settingTom Tromey2019-11-263-1/+28
* Fix crashes due to python GIL released too earlyPhilippe Waroquiers2019-11-262-1/+7
* Fix declaration of sparc_xfer_wcookieSimon Marchi2019-11-262-1/+6
* Remove simulator_command declaration, make staticSimon Marchi2019-11-262-3/+6
* Make functions static in unittestsSimon Marchi2019-11-2640-103/+199
* Remove declaration of tui_set_var_cmd, make definition staticSimon Marchi2019-11-263-4/+7
* Remove unused rbreak_command_wrapper and other declarationsSimon Marchi2019-11-263-11/+6
* Remove info_terminal_command declaration, make definition staticSimon Marchi2019-11-263-3/+6
* Remove unused overload of exit_inferior_silentSimon Marchi2019-11-262-8/+4
* Remove dict_empty/mdict_emptySimon Marchi2019-11-263-28/+5
* Make a bunch of functions staticSimon Marchi2019-11-2616-21/+46
* Remove unused function set_gdb_completion_word_break_charactersSimon Marchi2019-11-262-17/+5
* Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi2019-11-263-0/+10
* Include aarch32-tdep.h in aarch32-tdep.cSimon Marchi2019-11-263-0/+10
* Use safe_strerror instead of strerror where possibleChristian Biesinger2019-11-2610-22/+48
* Fix gdbserver ChangeLog entryTom Tromey2019-11-262-5/+5
* Introduce new .text.sorted.* sections.Martin Liska2019-11-2613-3/+85
* Fix comparison operations in SH code that trigger warning in clang.Nick Clifton2019-11-263-2/+8
* Automatic date update in version.inGDB Administrator2019-11-261-1/+1
* [gdb/contrib] Add -c option to words.sh scriptTom de Vries2019-11-252-8/+25
* Replace int with bool in solib.cChristian Biesinger2019-11-253-53/+67