aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-29Make internal_vproblem always workGary Benson3-8/+51
2014-08-29PowerPC64 call lacks nop errorAlan Modra2-4/+16
2014-08-29Prevent alpha_vms_object_p stopping bfd_check_format_matches scanAlan Modra2-9/+7
2014-08-29Report an error for S-records with less than the miniumum sizeAlan Modra2-3/+20
2014-08-29Fix testsuite ld_simple_link_defsyms for windows targetsAlan Modra2-2/+7
2014-08-29daily updateAlan Modra1-1/+1
2014-08-28Move definition of some prologue-related functions to a better location.Doug Evans2-187/+192
2014-08-28symtab.c (find_function_start_sal): Move definition to better spot.Doug Evans2-32/+36
2014-08-28Rewrite {amd64,i386}-pseudo.c to better specify register liveness.Doug Evans3-23/+59
2014-08-28Check S-record with 0 sizeH.J. Lu2-1/+6
2014-08-28Remove fatal function and prototypeGary Benson3-20/+5
2014-08-28Convert fatal to perror_with_name in IPA codeGary Benson2-6/+10
2014-08-28Convert fatal to error in remote_prepareGary Benson2-1/+5
2014-08-28Downgrade fatal to warning in linux_asyncGary Benson2-1/+18
2014-08-28Convert fatal to gdb_assert in both i386_dr_low_set_addrGary Benson3-5/+10
2014-08-28Straightforward fatal to internal_error conversionsGary Benson9-52/+117