aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Fix indentation in ser_windows_setparity and hardwire_setparity.Joel Brobecker3-2/+7
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev16-4/+206
2015-03-23Update comment of linespec_lexer_lex_keyword.Keith Seitz2-2/+5
2015-03-23Add missing changelog entries of last commitKeith Seitz2-0/+20
2015-03-23Expand keyword lexing intelligence in the linespec parser.Keith Seitz5-22/+153
2015-03-23PR gdb/18021 - defend against "static virtual" methodsKeith Seitz4-1/+83
2015-03-21Fix undefined behavior in TUI's TAB expansionEli Zaretskii2-8/+14
2015-03-20[gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell4-32/+136
2015-03-20constify i386-sol2-tdep.c and machoread.cPedro Alves3-2/+9
2015-03-20constify set_breakpoint_conditionPedro Alves3-2/+7
2015-03-20constify tui/tui-io.cPedro Alves2-1/+5
2015-03-20constify xcoffread.cPedro Alves2-2/+6
2015-03-20constify remote-m32r-sdi.cPedro Alves2-1/+6
2015-03-20constify nto-tdep.cPedro Alves2-2/+9
2015-03-20constify gdbserver/tracepoint.cPedro Alves2-1/+6
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