aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-03-21Fix undefined behavior in TUI's TAB expansionEli Zaretskii1-0/+6
2015-03-20[gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell1-0/+12
2015-03-20constify i386-sol2-tdep.c and machoread.cPedro Alves1-0/+6
2015-03-20constify set_breakpoint_conditionPedro Alves1-0/+5
2015-03-20constify tui/tui-io.cPedro Alves1-0/+4
2015-03-20constify xcoffread.cPedro Alves1-0/+4
2015-03-20constify remote-m32r-sdi.cPedro Alves1-0/+4
2015-03-20constify nto-tdep.cPedro Alves1-0/+5
2015-03-20constify sparc-sol2-tdep.c and spu-tdep.cPedro Alves1-0/+5
2015-03-20Remove gdb.hpJan Kratochvil1-0/+4
2015-03-20Don't call set_gdbarch_cannot_step_breakpoint in aarch64_gdbarch_initYao Qi1-0/+5
2015-03-19Fix race exposed by gdb.threads/killed.expPedro Alves1-0/+13
2015-03-19Remove spurious gdb/ChangeLog entryPedro Alves1-5/+0
2015-03-19gdbserver/Linux: unbreak thread event randomizationPedro Alves1-0/+5
2015-03-19native/Linux: internal error if resume is short-circuitedPedro Alves1-0/+5
2015-03-19select_event_lwp_callback: update commentsPedro Alves1-0/+5
2015-03-18Fix amd64 windows unwinding issues within MS dlls.Tristan Gingold1-0/+7
2015-03-18Reimplement "vFile:fstat" without qSupportedGary Benson1-0/+5
2015-03-18Support catch syscall on aarch64 linuxYao Qi1-0/+9
2015-03-17Fix name of ser_base_setstopbits's second argument.Yurij Grechishhev1-0/+5
2015-03-17Remove forward declaration of struct statGary Benson1-0/+7
2015-03-16Fetch all registers before writing the core register notes.John Baldwin1-0/+5
2015-03-16stub termcap, add extern "C"Yuanhui Zhang1-0/+7
2015-03-16stub-termcap.c: prototype tputs's parameter's parameter, for C++ modePedro Alves1-0/+5
2015-03-16windows-nat.c: conflicting declaration of struct thread_info in C++ modeYuanhui Zhang1-0/+9
2015-03-14NEWS: Remove HPUXJan Kratochvil1-1/+6
2015-03-13Remove HPUXJan Kratochvil1-0/+41
2015-03-13Use kinfo_getvmmap on FreeBSD to enumerate memory regions.John Baldwin1-0/+10
2015-03-13Style fixes.John Baldwin1-0/+7
2015-03-12Add myself as a write-after-approval GDB maintainerJohn Baldwin1-0/+4
2015-03-12Allow "set sysroot" with no argument to restore sysroot to emptyGary Benson1-0/+6
2015-03-11Create gdb/break-catch-syscall.cSergio Durigan Junior1-0/+35
2015-03-11Implement breakpoint_find_ifSergio Durigan Junior1-0/+5
2015-03-11Implement remote_bfd_iovec_statGary Benson1-0/+17
2015-03-11Move remote_fileio_to_fio_stat to gdb/commonGary Benson1-0/+18
2015-03-11Fix typo in value-dynamic-typeAndy Wingo1-0/+5
2015-03-11Fix memory corruption in Guile command interfaceAndy Wingo1-0/+6
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo1-0/+7
2015-03-11[guile] Run finalizers from GDB threadAndy Wingo1-0/+11
2015-03-11S390: Skip prologue using SAL information, if possibleAndreas Arnez1-0/+5
2015-03-11S390: Defer PER info update until resumeAndreas Arnez1-0/+13
2015-03-09Revert union gdb_sockaddr_uPedro Alves1-0/+9
2015-03-07Remove C-specific warnings from common warning setPedro Alves1-0/+8
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves1-0/+7
2015-03-07Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves1-0/+27
2015-03-07kill volatile struct gdb_exceptionPedro Alves1-0/+5
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-0/+14
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-0/+17
2015-03-07quit_force: Replace TRY_CATCH wrapper macrosTom Tromey1-0/+4
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-0/+27