aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-03-20constify gdbserver/server.cPedro Alves2-1/+5
2015-03-20constify sparc-sol2-tdep.c and spu-tdep.cPedro Alves3-2/+7
2015-03-20Remove gdb.hpJan Kratochvil71-5010/+85
2015-03-20Don't call set_gdbarch_cannot_step_breakpoint in aarch64_gdbarch_initYao Qi2-1/+5
2015-03-19Fix race exposed by gdb.threads/killed.expPedro Alves6-33/+186
2015-03-19Remove spurious gdb/ChangeLog entryPedro Alves1-5/+0
2015-03-19gdbserver/Linux: unbreak non-stopPedro Alves2-3/+7
2015-03-19gdbserver/Linux: unbreak thread event randomizationPedro Alves6-2/+38
2015-03-19native/Linux: internal error if resume is short-circuitedPedro Alves5-4/+182
2015-03-19select_event_lwp_callback: update commentsPedro Alves4-6/+16
2015-03-18Tighten gdb.base/disp-step-syscall.expPedro Alves2-27/+35
2015-03-18Fix amd64 windows unwinding issues within MS dlls.Tristan Gingold2-36/+86
2015-03-18Reimplement "vFile:fstat" without qSupportedGary Benson6-28/+25
2015-03-18Support catch syscall on aarch64 linuxYao Qi6-4/+359
2015-03-17Fix name of ser_base_setstopbits's second argument.Yurij Grechishhev2-1/+6
2015-03-17Remove forward declaration of struct statGary Benson2-2/+8
2015-03-16watchpoint-reuse-slot.exp: skip setting HW breakpoints on some addressYao Qi2-0/+37
2015-03-16Fetch all registers before writing the core register notes.John Baldwin2-1/+7
2015-03-16stub termcap, add extern "C"Yuanhui Zhang3-1/+16
2015-03-16stub-termcap.c: prototype tputs's parameter's parameter, for C++ modePedro Alves2-2/+7
2015-03-16windows-nat.c: conflicting declaration of struct thread_info in C++ modeYuanhui Zhang2-21/+30
2015-03-14NEWS: Remove HPUXJan Kratochvil2-1/+11
2015-03-13Remove HPUXJan Kratochvil25-7390/+88
2015-03-13Use kinfo_getvmmap on FreeBSD to enumerate memory regions.John Baldwin5-0/+141
2015-03-13Style fixes.John Baldwin3-31/+44
2015-03-12Add myself as a write-after-approval GDB maintainerJohn Baldwin2-0/+5
2015-03-12Allow "set sysroot" with no argument to restore sysroot to emptyGary Benson2-5/+11
2015-03-11Create gdb/break-catch-syscall.cSergio Durigan Junior4-600/+696
2015-03-11Implement breakpoint_find_ifSergio Durigan Junior3-0/+36
2015-03-11Implement vFile:fstat: in gdbserverGary Benson3-0/+52
2015-03-11Implement remote_bfd_iovec_statGary Benson8-12/+211
2015-03-11Move remote_fileio_to_fio_stat to gdb/commonGary Benson11-116/+308
2015-03-11Fix typo in value-dynamic-typeAndy Wingo2-1/+6
2015-03-11Fix memory corruption in Guile command interfaceAndy Wingo2-5/+6
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo7-0/+41
2015-03-11[guile] Run finalizers from GDB threadAndy Wingo6-0/+66
2015-03-11Typo fixYao Qi2-1/+5
2015-03-11Skip catch-syscall.exp on HP-UX targetYao Qi2-1/+5
2015-03-11S390: Skip prologue using SAL information, if possibleAndreas Arnez2-1/+15
2015-03-11S390: Defer PER info update until resumeAndreas Arnez2-4/+58
2015-03-09Delete gdb/testsuite/dg-extract-results.pyPedro Alves2-585/+4
2015-03-09Make dg-extract-results.sh explicitly treat .{sum,log} files as textPedro Alves2-5/+28
2015-03-09gdbserver/tracepoint: Add 'struct sockaddr_un *' -> 'struct sockaddr *' castPedro Alves3-1/+6
2015-03-09Revert union gdb_sockaddr_uPedro Alves7-77/+76
2015-03-07Remove C-specific warnings from common warning setPedro Alves6-12/+32
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves7-52/+97
2015-03-07Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves3-1/+170
2015-03-07kill volatile struct gdb_exceptionPedro Alves2-1/+6
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves7-33/+52
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves112-1295/+2190