aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-09-10AIX: Remove exec_one_dummy_insn hackUlrich Weigand2-57/+5
2014-09-10dynarr-ptr.exp: Add ptype tests.Joel Brobecker2-0/+28
2014-09-10Ada: Print bounds/length of pointer to array with dynamic boundsJoel Brobecker4-2/+93
2014-09-10Ada subscripting of pointer to array with dynamic boundsJoel Brobecker4-8/+125
2014-09-10print PTR.all where PTR is an Ada thin pointerJoel Brobecker5-1/+194
2014-09-10Add <sys/uio.h> #include back in amd64-linux-nat.c.Joel Brobecker2-0/+5
2014-09-09PR guile/17367Doug Evans4-7/+58
2014-09-10Add myself as write-after-approval GDB maintainer.Gabriel Krisman Bertazi2-0/+6
2014-09-10MIPS: Don't infer IRIX OS ABI from generic section namesMaciej W. Rozycki2-6/+16
2014-09-09Add myself as write-after-approval GDB maintainerJames Hogan2-0/+5
2014-09-09GDB/testsuite: Correct gdb.base/watchpoint-solib.exp timeout tweakMaciej W. Rozycki2-5/+20
2014-09-09GDB/testsuite: Add/correct gdb.reverse timeout tweaksMaciej W. Rozycki3-3/+29
2014-09-09GDB/testsuite: Avoid timeout loweringMaciej W. Rozycki2-40/+23
2014-09-09Remove trad_frame_set_reg_unknown declarationJames Hogan2-2/+4
2014-09-09gdbserver-support: Handle gdbserver start failuresMaciej W. Rozycki3-6/+36
2014-09-09GDB/testsuite: Extend the time gdbserver is waited forMaciej W. Rozycki2-0/+6
2014-09-09Fix missing "struct iovec" definition on some x86-linux.Joel Brobecker3-0/+6
2014-09-08Fix regression in default.exp caused by _caller_is, etc.Doug Evans2-0/+9
2014-09-08Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans5-68/+53
2014-09-08gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.Doug Evans2-1/+5
2014-09-08Replace use of magic number with named constant.Doug Evans3-2/+8
2014-09-09Set print symbol off in mi-var-display.expYao Qi2-0/+7
2014-09-08Fix ppc_collect/supply_ptrace_register() routinesEdjunior Barbosa Machado2-9/+42
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi9-5/+67
2014-09-07Fix crash on Python frame filters with unreadable argJan Kratochvil7-15/+467
2014-09-06Add missing author to previous entry (PR 15276).Doug Evans1-0/+1
2014-09-06PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma...Doug Evans9-0/+366
2014-09-06infcmd.c (program_info): Fix typo.Doug Evans2-1/+5
2014-09-05Fix for PR gdb/17235: possible bug extracting systemtap probe operandSergio Durigan Junior5-18/+103
2014-09-04parse_number("0") reads uninitialized memoryPedro Alves2-1/+6
2014-09-04Fix PR fortran/17237: bug in f-valprint.cSergio Durigan Junior5-1/+72
2014-09-04Remove code to cope with LWPs wrapped as PIDsGary Benson2-4/+8
2014-09-04Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves3-125/+125
2014-09-03Improve Type.template_argument docs in Python API.Justin Lebar2-4/+11
2014-09-03Add support for reading frame registers to Python API.Sasha Smundak7-0/+77
2014-09-03Reset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROLJames Hogan4-0/+12
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior10-28/+359
2014-09-03x86 debug address register clarificationsGary Benson7-12/+27
2014-09-03Fix dwarf2loc.h::dwarf2_evaluate_property function description.Joel Brobecker2-2/+7
2014-09-02typeprint.c (find_global_typedef): Fix comment.Doug Evans2-2/+6
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson47-629/+664
2014-09-02Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.cGary Benson2-2/+7
2014-09-01Move `_initialize_varobj' to the end of varobj.cMaciej W. Rozycki2-18/+22
2014-08-29Use exceptions and cleanups in gdbserverGary Benson4-97/+125
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson9-438/+570
2014-08-29Introduce common/gdb_setjmp.hGary Benson12-81/+148
2014-08-29Move cleanups.[ch] to commonGary Benson6-6/+31
2014-08-29Move internal_{,v}warning to common/errors.[ch]Gary Benson7-17/+51
2014-08-29Unify startup and option-parsing warningsGary Benson2-21/+15
2014-08-29Replace all usage errors with calls to errorGary Benson2-30/+14