aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-17gdb/MAINTAINERS: Add Rainer Orth as Solaris maintainer for GDBJoel Brobecker2-1/+6
2018-10-16[gdb/testsuite] Rewrite catch-follow-exec.expTom de Vries3-13/+63
2018-10-15Remove unnecessary casts from TUITom Tromey11-39/+58
2018-10-15Add Alan Hayward as AArch64/ARM GDB maintainerSimon Marchi2-0/+9
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