aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Add configure check for std::threadTom Tromey1-0/+10
2019-11-26Defer minimal symbol name-settingTom Tromey1-0/+7
2019-11-26Fix crashes due to python GIL released too earlyPhilippe Waroquiers1-0/+6
2019-11-26Fix declaration of sparc_xfer_wcookieSimon Marchi1-0/+5
2019-11-26Remove simulator_command declaration, make staticSimon Marchi1-0/+5
2019-11-26Make functions static in unittestsSimon Marchi1-0/+81
2019-11-26Remove declaration of tui_set_var_cmd, make definition staticSimon Marchi1-0/+5
2019-11-26Remove unused rbreak_command_wrapper and other declarationsSimon Marchi1-0/+6
2019-11-26Remove info_terminal_command declaration, make definition staticSimon Marchi1-0/+5
2019-11-26Remove unused overload of exit_inferior_silentSimon Marchi1-0/+4
2019-11-26Remove dict_empty/mdict_emptySimon Marchi1-0/+5
2019-11-26Make a bunch of functions staticSimon Marchi1-0/+24
2019-11-26Remove unused function set_gdb_completion_word_break_charactersSimon Marchi1-0/+5
2019-11-26Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi1-0/+5
2019-11-26Include aarch32-tdep.h in aarch32-tdep.cSimon Marchi1-0/+5
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger1-0/+7
2019-11-25[gdb/contrib] Add -c option to words.sh scriptTom de Vries1-0/+4
2019-11-25Replace int with bool in solib.cChristian Biesinger1-0/+20
2019-11-25[Debugging output] Make remote packet truncation length adjustableLuis Machado1-0/+11
2019-11-24Include gdbarch.h in m68k-linux-nat.cSimon Marchi1-0/+4
2019-11-24Use bool in require_partial_symbolsTom Tromey1-0/+17
2019-11-22Restore parameter names in observable.hTom Tromey1-0/+4
2019-11-22Avoid crash in print_ada_task_infoTom Tromey1-0/+6
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-0/+167
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-0/+121
2019-11-22Create a correctly-sized demangled names hashtableChristian Biesinger1-0/+6
2019-11-22[gdb/contrib] Improve words extraction in words.sh scriptTom de Vries1-0/+4
2019-11-22[gdb/contrib] Combine sed invocations in words.sh scriptTom de Vries1-0/+4
2019-11-21Rename demangle.c to gdb-demangle.c, and some cleanupChristian Biesinger1-0/+12
2019-11-21Handle %I64d in format_piecesTom Tromey1-0/+7
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-0/+79
2019-11-21gdb: remove gen_ret_current_ui_field_ptrSimon Marchi1-0/+9
2019-11-21[gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries1-0/+6
2019-11-19Fix the "winheight" commandTom Tromey1-0/+8
2019-11-19Replace "if (attr)" with "if (attr != nullptr)".Ali Tamur1-0/+27
2019-11-19Report GetLastError value when DebugActiveProcess failsTom Tromey1-0/+5
2019-11-18Fix crash with core + TUI + runSergio Durigan Junior1-0/+7
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers1-0/+12
2019-11-18Don't use class-initialization for the owner unionChristian Biesinger1-0/+5
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger1-0/+10
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger1-0/+7
2019-11-15Import the time_r gnulib moduleChristian Biesinger1-0/+5
2019-11-15Import the strerror_r-posix module and use it in GDB.Christian Biesinger1-0/+9
2019-11-14Update READMEChristian Biesinger1-0/+4
2019-11-14Allow re-assigning to convenience variablesTom Tromey1-0/+5
2019-11-14gdb: fix build error in unittests/vec-utils-selftests.cSimon Marchi1-0/+5
2019-11-14Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers1-0/+5
2019-11-13Remove symbol-related static assertsTom Tromey1-0/+6
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess1-0/+11
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-0/+39