aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Add missing ChangeLog entry for the previous commitChristian Biesinger1-0/+4
2019-11-27Add a NEWS entry for multithreaded symbol loadingChristian Biesinger1-1/+5
2019-11-27Turn off threaded minsym demangling by defaultChristian Biesinger4-4/+33
2019-11-27Compute msymbol hash codes in parallelChristian Biesinger2-15/+41
2019-11-27Precompute hash value for symbol_set_namesChristian Biesinger4-6/+42
2019-11-27gdb/testsuite: Fix race condition compiling fortran testAndrew Burgess2-1/+6
2019-11-27Test case for BZ 25065Kevin Buettner3-0/+218
2019-11-27Fix BZ 25065 - Ensure that physnames are computed for inherited DIEsKevin Buettner2-0/+8
2019-11-27Remove some unnecessary backslashesTom Tromey3-3/+9
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger7-25/+37
2019-11-27gdb/mi: Add -symbol-info-modules commandAndrew Burgess11-0/+286
2019-11-27gdb/mi: Add new commands -symbol-info-{functions,variables,types}Andrew Burgess11-6/+730
2019-11-27gdb: Split print_symbol_info into two partsAndrew Burgess3-34/+72
2019-11-27gdb: Introduce global_symbol_searcherAndrew Burgess4-128/+161
2019-11-26Fix mingw build of gdbTom Tromey2-2/+7
2019-11-26Let commands free "name"Tom Tromey6-20/+32
2019-11-26Add add_internal_function overloadTom Tromey4-13/+54
2019-11-26Use cmd_list_element::doc_allocated for Python commandsTom Tromey2-3/+7
2019-11-26Set names of worker threadsTom Tromey8-9/+45
2019-11-26Use run_on_main_thread in gdb.post_eventTom Tromey2-72/+71
2019-11-26Add maint set/show worker-threadsTom Tromey5-0/+77
2019-11-26Demangle minsyms in parallelTom Tromey6-18/+158
2019-11-26Implement a thread poolChristian Biesinger4-0/+228
2019-11-26Introduce thread-safe way to handle SIGSEGVTom Tromey4-73/+131
2019-11-26Introduce run_on_main_threadTom Tromey5-0/+218
2019-11-26Introduce alternate_signal_stack RAII classTom Tromey3-24/+78
2019-11-26Add RAII class for blocking gdb signalsTom Tromey17-38/+391
2019-11-26Add configure check for std::threadTom Tromey11-6/+1615
2019-11-26Defer minimal symbol name-settingTom Tromey3-1/+28
2019-11-26Fix crashes due to python GIL released too earlyPhilippe Waroquiers2-1/+7
2019-11-26Fix declaration of sparc_xfer_wcookieSimon Marchi2-1/+6
2019-11-26Remove simulator_command declaration, make staticSimon Marchi2-3/+6
2019-11-26Make functions static in unittestsSimon Marchi40-103/+199
2019-11-26Remove declaration of tui_set_var_cmd, make definition staticSimon Marchi3-4/+7
2019-11-26Remove unused rbreak_command_wrapper and other declarationsSimon Marchi3-11/+6
2019-11-26Remove info_terminal_command declaration, make definition staticSimon Marchi3-3/+6
2019-11-26Remove unused overload of exit_inferior_silentSimon Marchi2-8/+4
2019-11-26Remove dict_empty/mdict_emptySimon Marchi3-28/+5
2019-11-26Make a bunch of functions staticSimon Marchi16-21/+46
2019-11-26Remove unused function set_gdb_completion_word_break_charactersSimon Marchi2-17/+5
2019-11-26Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi3-0/+10
2019-11-26Include aarch32-tdep.h in aarch32-tdep.cSimon Marchi3-0/+10
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger10-22/+48
2019-11-26Fix gdbserver ChangeLog entryTom Tromey2-5/+5
2019-11-25[gdb/contrib] Add -c option to words.sh scriptTom de Vries2-8/+25
2019-11-25Replace int with bool in solib.cChristian Biesinger3-53/+67
2019-11-25[Debugging output] Make remote packet truncation length adjustableLuis Machado5-11/+79
2019-11-24Include gdbarch.h in m68k-linux-nat.cSimon Marchi2-0/+5
2019-11-24Use bool in require_partial_symbolsTom Tromey4-20/+37
2019-11-22Restore parameter names in observable.hTom Tromey2-80/+93