summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix interp::m_name resource leak found by CoverityGary Benson2018-10-111-0/+5
* Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior2018-10-101-0/+13
* Add missing va_end found by CoverityGary Benson2018-10-101-0/+5
* btrace: check for indirect jump return in _Unwind_RaiseExceptionMarkus Metzger2018-10-101-0/+4
* Disable the undefined behavior sanitizer by defaultTom Tromey2018-10-091-0/+6
* Fix buffer overrun found by CoverityGary Benson2018-10-091-0/+5
* Remove unused variables from riscv-fbsd-tdep.cTom Tromey2018-10-081-0/+6
* Fix the [-Werror=shadow=local] warningWeimin Pan2018-10-081-0/+4
* Add native target for FreeBSD/riscv.John Baldwin2018-10-081-0/+8
* Add FreeBSD/riscv architecture.John Baldwin2018-10-081-0/+10
* Add a helper function to trad_frame to support register cache maps.John Baldwin2018-10-081-0/+7
* Finding data member in virtual base classWeimin Pan2018-10-081-0/+7
* GDB: Work around buggy dwarf line information produced by Codewarrior Version...John Darrington2018-10-081-0/+9
* Add Inferior.architecture methodTom Tromey2018-10-061-0/+6
* Update symbol domain and location values for PythonTom Tromey2018-10-061-0/+8
* Do not accidentally include in-tree readline headersTom Tromey2018-10-061-0/+8
* Fix Python gdb.Breakpoint.location crashTom Tromey2018-10-061-0/+5
* Update help text for commands implemented in PythonTom Tromey2018-10-061-0/+25
* Call nonl before wgetch in TUITom Tromey2018-10-061-0/+6
* Fix -Wshadow=local warning in sol_thread_target::waitTom Tromey2018-10-051-0/+5
* Add -Wshadow=localTom Tromey2018-10-041-0/+5
* Shadowing fix in gdbscm_frame_read_varTom Tromey2018-10-041-0/+5
* Avoid shadowing in fdwalkTom Tromey2018-10-041-0/+5
* Fix latent bug in msp430-tdep.cTom Tromey2018-10-041-0/+5
* Avoid shadowing in linux-tdep.cTom Tromey2018-10-041-0/+5
* Use std::string in mdebugread.cTom Tromey2018-10-041-0/+4
* Simple -Wshadow=local fixesTom Tromey2018-10-041-0/+153
* Fix undefined behavior, don't pass NULL to fwriteSimon Marchi2018-10-041-0/+5
* [gdb/python] Fix cpychecker error in pspy_solib_nameTom de Vries2018-10-051-0/+5
* [gdb/python] Fix cpychecker error in recpy_bt_gotoTom de Vries2018-10-051-0/+5
* reformat parameters of gdb/psymtab.c::recursively_search_psymtabsJoel Brobecker2018-10-041-0/+5
* Simplify complaints even moreTom Tromey2018-10-041-0/+10
* Only print "no debugging symbols" message onceTom Tromey2018-10-041-0/+5
* Clean up "Reading symbols" outputTom Tromey2018-10-041-0/+6
* Make complaint output prettierTom Tromey2018-10-041-0/+5
* Use filtered printing when reading symbolsTom Tromey2018-10-041-0/+10
* Fix off-by-one error in complaint_internalTom Tromey2018-10-041-0/+5
* Remove some leftovers from complaintsTom Tromey2018-10-041-0/+5
* Add self to gdb/MAINTAINERSRainer Orth2018-10-041-0/+4
* Avoid two uninitialized warnings from gccTom Tromey2018-10-031-0/+6
* Remove struct keyword in range-based forSimon Marchi2018-10-031-0/+5
* Add --enable-ubsanTom Tromey2018-10-031-0/+9
* Avoid undefined behavior in expression dumpingTom Tromey2018-10-031-0/+5
* Avoid undefined behavior in ada_operator_lengthTom Tromey2018-10-031-1/+7
* Avoid undefined behavior in read_signed_leb128Tom Tromey2018-10-031-0/+4
* Avoid undefined behavior in parse_numberTom Tromey2018-10-031-0/+4
* Avoid undefined behavior in read_subrange_typeTom Tromey2018-10-031-0/+5
* Avoid undefined behavior in extract_integerTom Tromey2018-10-031-0/+4
* Use unsigned as base type for some enumsTom Tromey2018-10-031-0/+12
* Change dwarf2_frame_state_reg_info::reg to be std::vectorTom Tromey2018-10-031-0/+12