aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-10-12Clean up gdb.trace test results on targets not supporting this feature.Sandra Loosemore34-1/+246
2018-10-12Fix buglets in gdb.trace/tspeed.{exp,c}Simon Marchi3-2/+11
2018-10-11Fix pathname regexp in gdb.base/solib-vanish.exp.Sandra Loosemore2-1/+6
2018-10-11Fix interp::m_name resource leak found by CoverityGary Benson3-2/+11
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior16-17/+151
2018-10-10Add missing va_end found by CoverityGary Benson2-1/+10
2018-10-10btrace: check for indirect jump return in _Unwind_RaiseExceptionMarkus Metzger2-0/+18
2018-10-09Make @pxref for Inferior.architecture point to gdb.Frame documentationTom Tromey2-1/+6
2018-10-09Disable the undefined behavior sanitizer by defaultTom Tromey6-13/+25
2018-10-09[gdb/testsuite] Fix target_supports_scheduler_locking racinessTom de Vries2-1/+8
2018-10-09Fix buffer overrun found by CoverityGary Benson2-2/+8
2018-10-08Remove unused variables from riscv-fbsd-tdep.cTom Tromey2-3/+6
2018-10-08Fix the [-Werror=shadow=local] warningWeimin Pan2-3/+7
2018-10-08Add native target for FreeBSD/riscv.John Baldwin8-0/+161
2018-10-08Add FreeBSD/riscv architecture.John Baldwin6-0/+258
2018-10-08Add a helper function to trad_frame to support register cache maps.John Baldwin4-2/+87
2018-10-08Finding data member in virtual base classWeimin Pan5-1/+235
2018-10-08GDB: Work around buggy dwarf line information produced by Codewarrior Version...John Darrington2-1/+27
2018-10-08Python doc build fixesAndreas Krebbel1-1/+2
2018-10-06Add Inferior.architecture methodTom Tromey6-0/+47
2018-10-06Update symbol domain and location values for PythonTom Tromey5-18/+53
2018-10-06Use standard_output_file in a couple more placesTom Tromey3-2/+7
2018-10-06Do not accidentally include in-tree readline headersTom Tromey8-11/+18
2018-10-06Fix Python gdb.Breakpoint.location crashTom Tromey4-1/+21
2018-10-06Update help text for commands implemented in PythonTom Tromey10-218/+198
2018-10-06Call nonl before wgetch in TUITom Tromey2-3/+24
2018-10-06Update string expected from "help info proc" on gdb.base/info-proc.expSergio Durigan Junior2-1/+6
2018-10-05Fix -Wshadow=local warning in sol_thread_target::waitTom Tromey2-2/+7
2018-10-04Add -Wshadow=localTom Tromey5-3/+15
2018-10-04Shadowing fix in gdbscm_frame_read_varTom Tromey2-1/+5
2018-10-04Avoid shadowing in fdwalkTom Tromey2-1/+5
2018-10-04Fix latent bug in msp430-tdep.cTom Tromey2-4/+8
2018-10-04Avoid shadowing in linux-tdep.cTom Tromey2-1/+7
2018-10-04Use std::string in mdebugread.cTom Tromey2-14/+10
2018-10-04Avoid shadowing in gdbserverTom Tromey4-21/+31
2018-10-04Simple -Wshadow=local fixesTom Tromey67-513/+639
2018-10-04Fix undefined behavior, don't pass NULL to fwriteSimon Marchi2-1/+7
2018-10-05[gdb/python] Fix cpychecker error in pspy_solib_nameTom de Vries2-1/+6
2018-10-05[gdb/python] Fix cpychecker error in recpy_bt_gotoTom de Vries2-2/+9
2018-10-04reformat parameters of gdb/psymtab.c::recursively_search_psymtabsJoel Brobecker2-1/+8
2018-10-04Simplify complaints even moreTom Tromey8-82/+36
2018-10-04Only print "no debugging symbols" message onceTom Tromey2-1/+11
2018-10-04Clean up "Reading symbols" outputTom Tromey27-77/+86
2018-10-04Make complaint output prettierTom Tromey5-4/+16
2018-10-04Use filtered printing when reading symbolsTom Tromey3-38/+48
2018-10-04Fix off-by-one error in complaint_internalTom Tromey2-1/+6
2018-10-04Remove some leftovers from complaintsTom Tromey2-4/+5
2018-10-04Avoid pagination in attach.expTom Tromey2-2/+9
2018-10-04Add self to gdb/MAINTAINERSRainer Orth2-2/+7
2018-10-03Avoid two uninitialized warnings from gccTom Tromey3-2/+9