aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-06MIPS testsuite cleanup - part 3Matthew Fortune9-20/+31
2014-09-06MIPS testsuite cleanup - part 2Matthew Fortune2-2/+7
2014-09-06MIPS testsuite cleanup - part 1Matthew Fortune12-23/+69
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-06daily updateAlan Modra1-1/+1
2014-09-05Regenerate top-level configure.Joel Brobecker2-4/+8
2014-09-05Fix for PR gdb/17235: possible bug extracting systemtap probe operandSergio Durigan Junior5-18/+103
2014-09-05daily updateAlan Modra1-1/+1
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-04MIPS: Update the list of addr32 targetsMatthew Fortune2-1/+7
2014-09-04daily updateAlan Modra1-1/+1
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-03Add NaCl (NativeClient) specific classes Target_mips_nacl andSasa Stankovic2-7/+75
2014-09-03[PATCH/AArch64] Generic support for all system registers using mrs and msrJiong Wang10-115/+75
2014-09-03[PATCH/AArch64] Implement LSE featureJiong Wang22-225/+3122
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-03daily updateAlan Modra1-1/+1
2014-09-02typeprint.c (find_global_typedef): Fix comment.Doug Evans2-2/+6
2014-09-02Make Elf_file::section_name() a const function, so that it can be used inCary Coutant10-17/+69
2014-09-02Fix problem with optimization of .eh_frame section and --sort-section option.Cary Coutant4-85/+72
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-02daily updateAlan Modra1-1/+1
2014-09-01Move `_initialize_varobj' to the end of varobj.cMaciej W. Rozycki2-18/+22
2014-09-01daily updateAlan Modra1-1/+1
2014-08-31daily updateAlan Modra1-1/+1
2014-08-29The 3rd patch for aarch64 gold.Han Shen4-56/+624
2014-08-30ppc476 patch area size miscalculationAlan Modra2-1/+5
2014-08-30daily updateAlan Modra1-1/+1
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
2014-08-29Replace hardwired error handler in go32_create_inferiorGary Benson2-6/+11
2014-08-29Replace hardwired error handler in captured_mainGary Benson2-6/+6
2014-08-29Replace hardwired error handlers in tui_initialize_ioGary Benson2-8/+9
2014-08-29Make warning usable earlierGary Benson2-2/+9
2014-08-29Make error usable earlierGary Benson2-2/+10