summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2015-03-16Fetch all registers before writing the core register notes.John Baldwin
2015-03-16stub termcap, add extern "C"Yuanhui Zhang
2015-03-16stub-termcap.c: prototype tputs's parameter's parameter, for C++ modePedro Alves
2015-03-16windows-nat.c: conflicting declaration of struct thread_info in C++ modeYuanhui Zhang
2015-03-14NEWS: Remove HPUXJan Kratochvil
2015-03-13Remove HPUXJan Kratochvil
2015-03-13Use kinfo_getvmmap on FreeBSD to enumerate memory regions.John Baldwin
2015-03-13Style fixes.John Baldwin
2015-03-12Add myself as a write-after-approval GDB maintainerJohn Baldwin
2015-03-12Allow "set sysroot" with no argument to restore sysroot to emptyGary Benson
2015-03-11Create gdb/break-catch-syscall.cSergio Durigan Junior
2015-03-11Implement breakpoint_find_ifSergio Durigan Junior
2015-03-11Implement vFile:fstat: in gdbserverGary Benson
2015-03-11Implement remote_bfd_iovec_statGary Benson
2015-03-11Move remote_fileio_to_fio_stat to gdb/commonGary Benson
2015-03-11Fix typo in value-dynamic-typeAndy Wingo
2015-03-11Fix memory corruption in Guile command interfaceAndy Wingo
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo
2015-03-11[guile] Run finalizers from GDB threadAndy Wingo
2015-03-11Typo fixYao Qi
2015-03-11Skip catch-syscall.exp on HP-UX targetYao Qi
2015-03-11S390: Skip prologue using SAL information, if possibleAndreas Arnez
2015-03-11S390: Defer PER info update until resumeAndreas Arnez
2015-03-09Delete gdb/testsuite/dg-extract-results.pyPedro Alves
2015-03-09Make dg-extract-results.sh explicitly treat .{sum,log} files as textPedro Alves
2015-03-09gdbserver/tracepoint: Add 'struct sockaddr_un *' -> 'struct sockaddr *' castPedro Alves
2015-03-09Revert union gdb_sockaddr_uPedro Alves
2015-03-07Remove C-specific warnings from common warning setPedro Alves
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves
2015-03-07Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves
2015-03-07kill volatile struct gdb_exceptionPedro Alves
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07quit_force: Replace TRY_CATCH wrapper macrosTom Tromey
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-03-07Fix mail address format of a couple recent ChangeLog entriesPedro Alves
2015-03-06Use show_debug_regs as a booleanYao Qi
2015-03-06New common function "startswith"Gary Benson
2015-03-05gdb.base/bp-permanent.exp: Tighten regexPedro Alves
2015-03-05PR gdb/18002: Fix reinsert of a permanent breakpointsPedro Alves
2015-03-05Enable rthreads support on OpenBSD/hppaMark Kettenis
2015-03-05Fix Windows/SPU/NTO/Lynx gdbserver buildsPedro Alves
2015-03-04Accept all-stop alternative in mi_expect_interruptSimon Marchi
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves
2015-03-04gdbserver/Linux: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves
2015-03-04gdbserver: Support the "swbreak"/"hwbreak" stop reasonsPedro Alves
2015-03-04Linux native: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves
2015-03-04remote+docs: software/hardware breakpoint trapsPedro Alves
2015-03-04record-full/record-btrace: software/hardware breakpoint trapPedro Alves
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves