aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-10-15Remove unnecessary casts from TUITom Tromey1-0/+23
2018-10-15Add Alan Hayward as AArch64/ARM GDB maintainerSimon Marchi1-0/+5
2018-10-11Fix interp::m_name resource leak found by CoverityGary Benson1-0/+5
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior1-0/+13
2018-10-10Add missing va_end found by CoverityGary Benson1-0/+5
2018-10-10btrace: check for indirect jump return in _Unwind_RaiseExceptionMarkus Metzger1-0/+4
2018-10-09Disable the undefined behavior sanitizer by defaultTom Tromey1-0/+6
2018-10-09Fix buffer overrun found by CoverityGary Benson1-0/+5
2018-10-08Remove unused variables from riscv-fbsd-tdep.cTom Tromey1-0/+6
2018-10-08Fix the [-Werror=shadow=local] warningWeimin Pan1-0/+4
2018-10-08Add native target for FreeBSD/riscv.John Baldwin1-0/+8
2018-10-08Add FreeBSD/riscv architecture.John Baldwin1-0/+10
2018-10-08Add a helper function to trad_frame to support register cache maps.John Baldwin1-0/+7
2018-10-08Finding data member in virtual base classWeimin Pan1-0/+7
2018-10-08GDB: Work around buggy dwarf line information produced by Codewarrior Version...John Darrington1-0/+9
2018-10-06Add Inferior.architecture methodTom Tromey1-0/+6
2018-10-06Update symbol domain and location values for PythonTom Tromey1-0/+8
2018-10-06Do not accidentally include in-tree readline headersTom Tromey1-0/+8
2018-10-06Fix Python gdb.Breakpoint.location crashTom Tromey1-0/+5
2018-10-06Update help text for commands implemented in PythonTom Tromey1-0/+25
2018-10-06Call nonl before wgetch in TUITom Tromey1-0/+6
2018-10-05Fix -Wshadow=local warning in sol_thread_target::waitTom Tromey1-0/+5
2018-10-04Add -Wshadow=localTom Tromey1-0/+5
2018-10-04Shadowing fix in gdbscm_frame_read_varTom Tromey1-0/+5
2018-10-04Avoid shadowing in fdwalkTom Tromey1-0/+5
2018-10-04Fix latent bug in msp430-tdep.cTom Tromey1-0/+5
2018-10-04Avoid shadowing in linux-tdep.cTom Tromey1-0/+5
2018-10-04Use std::string in mdebugread.cTom Tromey1-0/+4
2018-10-04Simple -Wshadow=local fixesTom Tromey1-0/+153
2018-10-04Fix undefined behavior, don't pass NULL to fwriteSimon Marchi1-0/+5
2018-10-05[gdb/python] Fix cpychecker error in pspy_solib_nameTom de Vries1-0/+5
2018-10-05[gdb/python] Fix cpychecker error in recpy_bt_gotoTom de Vries1-0/+5
2018-10-04reformat parameters of gdb/psymtab.c::recursively_search_psymtabsJoel Brobecker1-0/+5
2018-10-04Simplify complaints even moreTom Tromey1-0/+10
2018-10-04Only print "no debugging symbols" message onceTom Tromey1-0/+5
2018-10-04Clean up "Reading symbols" outputTom Tromey1-0/+6
2018-10-04Make complaint output prettierTom Tromey1-0/+5
2018-10-04Use filtered printing when reading symbolsTom Tromey1-0/+10
2018-10-04Fix off-by-one error in complaint_internalTom Tromey1-0/+5
2018-10-04Remove some leftovers from complaintsTom Tromey1-0/+5
2018-10-04Add self to gdb/MAINTAINERSRainer Orth1-0/+4
2018-10-03Avoid two uninitialized warnings from gccTom Tromey1-0/+6
2018-10-03Remove struct keyword in range-based forSimon Marchi1-0/+5
2018-10-03Add --enable-ubsanTom Tromey1-0/+9
2018-10-03Avoid undefined behavior in expression dumpingTom Tromey1-0/+5
2018-10-03Avoid undefined behavior in ada_operator_lengthTom Tromey1-1/+7
2018-10-03Avoid undefined behavior in read_signed_leb128Tom Tromey1-0/+4
2018-10-03Avoid undefined behavior in parse_numberTom Tromey1-0/+4
2018-10-03Avoid undefined behavior in read_subrange_typeTom Tromey1-0/+5
2018-10-03Avoid undefined behavior in extract_integerTom Tromey1-0/+4