aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Merge config/ changes from GCC.Joseph Myers7-3/+21
2018-10-31Merge autoconf / automake update changes from GCC.Joseph Myers8-30/+134
2018-10-31[gdb/testsuite] get_valueof: Don't output value in test nameTom de Vries2-1/+5
2018-10-31Don't create got section while processing TLS Local Exec relocations.Renlin Li2-3/+5
2018-10-31[PowerPC] Include nat/linux-ptrace.h in native targetsPedro Franco de Carvalho4-0/+10
2018-10-31gdb: Handle ICC's unexpected void return typeAndrew Burgess6-6/+222
2018-10-31[GAS][ARM] Fix ARMv8.1 AdvSIMD testismAndre Vieira2-1/+4
2018-10-31[GAS][ARM] Fix UDF testismAndre Vieira2-23/+23
2018-10-31[GAS][ARM] Fix failing Armv1 testAndre Vieira2-18/+23
2018-10-31Automatic date update in version.inGDB Administrator1-1/+1
2018-10-30[src/erc32] Use ncurses instead of termcap on Cygwin tooJoel Sherrill3-10/+15
2018-10-30Check return value of bfd_initTom Tromey2-1/+9
2018-10-29Remove relational operators from common/offset-type.hSergio Durigan Junior2-17/+6
2018-10-30Automatic date update in version.inGDB Administrator1-1/+1
2018-10-29Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request...Simon Marchi4-126/+47
2018-10-29Revert "GDB: Document the unix::/path/to/socket of remote connection."Simon Marchi1-23/+1
2018-10-29Revert "GDB: Fix documentation for invoking GDBSERVER"Simon Marchi1-44/+16
2018-10-29Revert "GDB: Remote target can now accept the form unix::/path/to/socket."Simon Marchi2-19/+4
2018-10-29Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."Simon Marchi5-44/+0
2018-10-29Provide get_shell declaration in procfs.cRainer Orth2-4/+9
2018-10-29Report scripts and libraries searched for ld --traceAlan Modra6-14/+27
2018-10-29Remove some ld --trace outputAlan Modra2-3/+9
2018-10-29Simplify --sysroot=/Alan Modra2-9/+17
2018-10-29Move struc-symbol.h to symbols.cAlan Modra31-326/+353
2018-10-29ld -r script fixesAlan Modra16-35/+58
2018-10-29GDB: Only build for "unix:" connections if AF_LOCAL is supported.John Darrington5-0/+44
2018-10-29Automatic date update in version.inGDB Administrator1-1/+1
2018-10-28gdb/riscv: Add back missing braces in riscv-linux-nat.cAndrew Burgess2-2/+9
2018-10-28Correct ChangeLogAlan Modra1-1/+1
2018-10-28PR23837, Segmentation fault in resolve_symbol_valueAlan Modra2-2/+8
2018-10-28Automatic date update in version.inGDB Administrator1-1/+1
2018-10-27OBVIOUS Use report_unrecognized_option_error in 'demangle' and 'info macro' c...Philippe Waroquiers3-11/+10
2018-10-27Cache a copy of the user's shell on macOSTom Tromey2-7/+153
2018-10-27Do not reopen temporary filesTom Tromey4-29/+65
2018-10-27Use mkostemp, not mkstempTom Tromey19-207/+162
2018-10-27Move mkdir_recursive to common/filestuff.cTom Tromey6-108/+165
2018-10-27Move make_temp_filename to common/pathstuff.cTom Tromey4-10/+27
2018-10-27Unify shell-finding logicTom Tromey7-28/+36
2018-10-27Remove a bunch of usages of gdb_suppress_tests in 'runto_main'.Philippe Waroquiers36-53/+99
2018-10-27Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP]...Philippe Waroquiers3-0/+326
2018-10-27Announce changes in NEWS to info [args|functions|locals|variables]Philippe Waroquiers2-0/+13
2018-10-27Document changes to info [args|functions|locals|variables]Philippe Waroquiers2-12/+120
2018-10-27Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers5-49/+312
2018-10-27New cli-utils.h/.c function extract_info_print_argsPhilippe Waroquiers3-0/+170
2018-10-27Automatic date update in version.inGDB Administrator1-1/+1
2018-10-26Remove DEF_VECs from symtab.hTom Tromey3-18/+14
2018-10-26Treat all unknown auxv tags on FreeBSD as unknown.John Baldwin2-6/+25
2018-10-26Support AT_HWCAP2 on FreeBSD.John Baldwin4-0/+10
2018-10-26RISC-V: Linux signal frame support.Jim Wilson2-0/+88
2018-10-26RISC-V: Linux signal frame support.Jim Wilson3-9/+20