aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-03Remove struct keyword in range-based forSimon Marchi2-1/+6
2018-10-03Add --enable-ubsanTom Tromey9-0/+193
2018-10-03Avoid undefined behavior in expression dumpingTom Tromey3-1/+13
2018-10-03Avoid undefined behavior in ada_operator_lengthTom Tromey2-2/+12
2018-10-03Avoid undefined behavior in read_signed_leb128Tom Tromey2-3/+7
2018-10-03Avoid undefined behavior in parse_numberTom Tromey2-6/+8
2018-10-03Avoid undefined behavior in read_subrange_typeTom Tromey2-2/+7
2018-10-03Avoid undefined behavior in extract_integerTom Tromey2-1/+5
2018-10-03Use unsigned as base type for some enumsTom Tromey7-5/+23
2018-10-03Change dwarf2_frame_state_reg_info::reg to be std::vectorTom Tromey3-36/+35
2018-10-03Do not pass NULL to memcpyTom Tromey2-2/+7
2018-10-03tid-parse.c tid_is_in_list correct 'See' comment.Philippe Waroquiers2-1/+5
2018-10-03Skip gdb ifunc tests on targets that don't support this feature.Sandra Loosemore4-3/+33
2018-10-02Use pulongest in aarch64-linux-tdep.cTom Tromey2-2/+6
2018-10-02Allow remote debugging over a Unix local domain socket.John Darrington9-2/+173
2018-10-01Fix is_amd64_regs_target check in i386-avx512.expSimon Marchi2-2/+7
2018-10-01Add aarch64-sighandler-regs.exp testAlan Hayward4-0/+392
2018-10-01Aarch64: Detect FP regs in signal frameAlan Hayward2-19/+219