aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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-29GDB: Only build for "unix:" connections if AF_LOCAL is supported.John Darrington5-0/+44
2018-10-28gdb/riscv: Add back missing braces in riscv-linux-nat.cAndrew Burgess2-2/+9
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-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 Baldwin2-0/+5
2018-10-26RISC-V: Linux signal frame support.Jim Wilson2-0/+88
2018-10-26RISC-V: Linux signal frame support.Jim Wilson3-9/+20
2018-10-26[PowerPC] Add support for HTM registersEdjunior Barbosa Machado37-94/+3876
2018-10-26[PowerPC] Reject tdescs with VSX and no FPU or AltivecPedro Franco de Carvalho2-1/+7
2018-10-26[PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado21-4/+452
2018-10-26[PowerPC] Add support for TAREdjunior Barbosa Machado28-6/+1167
2018-10-26[PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado29-4/+1428
2018-10-26[PowerPC] Refactor have_ initializers in rs6000-tdep.cPedro Franco de Carvalho2-2/+8
2018-10-26[PowerPC] Fix indentation in arch/ppc-linux-common.cPedro Franco de Carvalho2-12/+17
2018-10-26[PowerPC] Fix two if statements in gdb/ppc-linux-nat.cPedro Franco de Carvalho2-2/+8
2018-10-26[PowerPC] Remove rs6000_pseudo_register_reggroup_pPedro Franco de Carvalho2-24/+7
2018-10-26Add decfloat registers to float reggroupPedro Franco de Carvalho2-1/+8
2018-10-26[PowerPC] Don't zero-initialize vector register buffersPedro Franco de Carvalho4-24/+12
2018-10-26Zero-initialize linux note sectionsPedro Franco de Carvalho2-6/+14
2018-10-26Fix SYMBOL_LANGUAGE assertion failure on AIX.Sangamesh Mallayya2-5/+12
2018-10-26gdb/riscv: Remove redundant code, and catch more errors when accessing MISAAndrew Burgess2-22/+36
2018-10-25[gdb/testsuite] Move valgrind-db-attach.{c,exp} to valgrind-bt.{c,exp}Tom de Vries2-0/+0
2018-10-25[gdb/testsuite] Rewrite valgrind-db-attach.exp to use vgdbTom de Vries2-25/+59
2018-10-25gdb/python: Make convert_values_to_python return gdbpy_ref<>Andrew Burgess2-3/+12
2018-10-25gdb/python: Make cmdpy_completer_helper return gdbpy_ref<>Andrew Burgess2-8/+14
2018-10-25gdb/riscv: Use correct regnum in riscv_linux_nat_target::fetch_registersAndrew Burgess2-4/+7
2018-10-24[gdb/testsuite] Log wait status on process no longer exists errorTom de Vries2-0/+16
2018-10-24[gdb/testsuite] Rewrite catch-follow-exec.exp using gdb_testTom de Vries2-50/+17
2018-10-24[gdb/testsuite] Handle removed valgrind option --db-attachTom de Vries2-0/+9
2018-10-23Fix failing cooked_read selftest for CSKY.Hafiz Abid Qadeer2-1/+6
2018-10-23Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)Simon Marchi4-4/+33
2018-10-23Fix use-after-free in record_btrace_start_replayingTom Tromey2-11/+14
2018-10-23GDB: New target s12zJohn Darrington5-0/+570
2018-10-23GDB: Remote target can now accept the form unix::/path/to/socket.John Darrington2-4/+19
2018-10-23GDB: Fix documentation for invoking GDBSERVERJohn Darrington1-16/+44