aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-22Avoid crash in print_ada_task_infoTom Tromey5-6/+29
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger57-376/+481
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger52-201/+320
2019-11-22Create a correctly-sized demangled names hashtableChristian Biesinger2-2/+18
2019-11-22[gdb/contrib] Improve words extraction in words.sh scriptTom de Vries2-1/+6
2019-11-22[gdb/contrib] Combine sed invocations in words.sh scriptTom de Vries2-5/+10
2019-11-21Rename demangle.c to gdb-demangle.c, and some cleanupChristian Biesinger5-5/+17
2019-11-21Handle %I64d in format_piecesTom Tromey3-21/+48
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot29-58/+269
2019-11-21gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64Lukas Durfina2-0/+9
2019-11-21gdb: remove gen_ret_current_ui_field_ptrSimon Marchi2-12/+35
2019-11-21[gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries4-0/+35
2019-11-20Add missing parentheses on 'print' (gdb.python/py-progspace.exp)Sergio Durigan Junior2-3/+8
2019-11-20Improve target description check for SVE in gdbserverLuis Machado4-1/+29
2019-11-19Fix the "winheight" commandTom Tromey6-27/+71
2019-11-19Replace "if (attr)" with "if (attr != nullptr)".Ali Tamur2-48/+75
2019-11-19Report GetLastError value when DebugActiveProcess failsTom Tromey2-1/+7
2019-11-19gdb/testsuite: Merge whatis.exp and ctf-whatis.expAndrew Burgess4-1142/+469
2019-11-19gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.expAndrew Burgess3-718/+247
2019-11-19gdb/testsuite: Introduce skip_ctf_tests guard functionAndrew Burgess5-20/+42
2019-11-18Fix crash with core + TUI + runSergio Durigan Junior4-5/+74
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers9-0/+21
2019-11-18Don't use class-initialization for the owner unionChristian Biesinger2-1/+9
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger11-122/+23
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger3-3/+15
2019-11-15Import the time_r gnulib moduleChristian Biesinger2-0/+10