aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-23GDB: Document the unix::/path/to/socket of remote connection.John Darrington1-1/+23
2018-10-23GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.John Darrington4-47/+126
2018-10-23gdb/riscv: Give user-friendly names for CSRsAndrew Burgess2-4/+20
2018-10-23gdb/riscv: expect h/w watchpoints to trigger before the memory is writtenJoel Brobecker2-0/+6
2018-10-23gdb/riscv: Fix register access for register aliasesAndrew Burgess5-105/+286
2018-10-22RISC-V: NaN-box FP values smaller than an FP register.Jim Wilson2-2/+15
2018-10-22RISC-V: Print FP regs as union of float types.Jim Wilson3-3/+94
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi26-119/+122
2018-10-21Allocate buffer with proper size in amd64_pseudo_register_{read_value,write}Simon Marchi2-13/+25
2018-10-20[PUSHED/OBVIOUS] ensure help set print type gives the correct help.Philippe Waroquiers2-1/+6
2018-10-20Fix "make info" in gdbTom Tromey2-1/+6
2018-10-20GDB: Documentation: Remove greengrocer's apostrophe.John Darrington1-1/+1
2018-10-19Deprecate and replace the "tabset" commandTom Tromey9-160/+227
2018-10-19Minor cleanups in tui-io.cTom Tromey3-22/+12
2018-10-19Clear static_links in reread_symbolsTom Tromey2-0/+5
2018-10-19Aarch64: Better termination checks for sigcontext readingAlan Hayward2-2/+21
2018-10-19S390: Fix crash when remote tdesc doesn't define vec128Andreas Arnez2-1/+8
2018-10-19Fix cli_interp::cli_uiout resource leak found by CoverityGary Benson2-0/+10
2018-10-19Testsuite: Fix racy conditions in py-cmd.expAlan Hayward2-35/+40
2018-10-19Testsuite: vla-optimized-out.exp is too pessimisticAlan Hayward2-2/+6
2018-10-19testsuite: ovldbreak.exp: fix regexpAlan Hayward2-5/+9
2018-10-19Testsuite: compile-cplus-print.exp: Start inferior before compilingAlan Hayward2-4/+8
2018-10-18Fix PR cli/23785: Check if file exists when invoking "restore FILE binary"Sergio Durigan Junior4-0/+23
2018-10-18[gdb/testsuite] Fix capitalized test namesTom de Vries10-9/+21
2018-10-17 gdb/ChangeLog:Paul Koning2-1/+5
2018-10-17Share the code to format "info proc mappings" entries for FreeBSD.John Baldwin4-88/+98