aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-03When relaxing, update symbols at the very end of the section.Andrew Burgess7-2/+187
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton12-32/+140
2014-11-03Import updated translations supplied by the Translation Project.Nick Clifton12-3411/+5630
2014-11-03Add missing changelog entriesYao Qi1-0/+17
2014-11-03Fixes a snafu checking the size of 20-bit immedaite values.Nick Clifton2-1/+6
2014-11-02mdebugread.c (parse_procedure): Delete unnecessary forward decl.Doug Evans2-2/+4
2014-11-02xcoffread.c (process_linenos): Delete unnecessary code.Doug Evans2-3/+5
2014-11-03daily updateAlan Modra1-1/+1
2014-11-02read_pieced_value do big endian processing only in case of valid gdb_regnumVictor Kamensky1-17/+20
2014-11-02ARM: arm_breakpoint should be little endian form in case for arm BE8Victor Kamensky1-1/+1
2014-11-02ARM: extract_arm_insn function need to read instrs correctly in be8 caseVictor Kamensky1-1/+1
2014-11-02Match the working directory on remote hostYao Qi2-1/+13
2014-11-02daily updateAlan Modra1-1/+1
2014-10-31objfiles.h: Remove some unused macros.Doug Evans2-13/+5
2014-10-31valops.c: Fix some whitespace.Doug Evans2-6/+12
2014-11-01Fix %lx format used with bfd_size_type mismatch in readelf.cHans-Peter Nilsson2-2/+8
2014-11-01daily updateAlan Modra1-1/+1
2014-10-31MIPS: Add Octeon 3 supportNaveen H.S20-4/+146
2014-10-31Add forgotten changelog entry.Andrew Pinski1-0/+7
2014-10-31Add dlang demangling support to c++filt.Iain Buclaw2-0/+5
2014-10-31Fix an (almost) infinite loop in the tekhex parser.Nick Clifton2-0/+4
2014-10-31Avoid allocating over-large buffers when parsing corrupt binaries.Nick Clifton5-4/+55
2014-10-31oops - changelog omitted from previous delta.Nick Clifton1-0/+15
2014-10-31In response to a public outcry the strings program now defaults to using theNick Clifton6-17/+106
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans9-3/+130
2014-10-31daily updateAlan Modra1-1/+1
2014-10-30Fixes a seg-fault in the ihex parser when it encounters a malformed ihex file.Nick Clifton2-1/+2
2014-10-30Closes another memory corruption, this time due to heap overrun.Nick Clifton2-2/+11
2014-10-30Skip tests that use cd for remote hostsLuis Machado4-0/+21
2014-10-30ld/testsuite/ld-unique: Fix running unique tests on ARMWill Newton4-3/+10
2014-10-30Remove the artificial limit on code alignment through the use of theDr Philipp Tomsich3-46/+35
2014-10-30Fix error message strings so that they can be translated properly.Nick Clifton2-12/+26
2014-10-30Don't replace '\' with '\\' in before_prompt_hookYao Qi2-2/+6
2014-10-30daily updateAlan Modra1-1/+1
2014-10-29Fixes another memory corruption bug introduced by patches for PR 17512.Nick Clifton2-2/+7
2014-10-29Document the GDB 7.8.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2014-10-29Misc about gold for aarch64 backend.Han Shen5-142/+660
2014-10-29This PR shows that GDB can easily trigger an assertion here, inPedro Alves2-0/+35
2014-10-29PR 17408 - assertion failure in switch_back_to_stepped_threadPedro Alves5-121/+254
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves8-11/+204
2014-10-29Thix fixes an obvious coding error that led to a GDB crash on AIX or HPUX.Dennis Brueni2-1/+5
2014-10-29Updated/new translations provided by the Translations Project.Nick Clifton13-4221/+39562
2014-10-29Fix uninitialized value access when very first GDB command entered is <RET>Pedro Alves2-0/+6
2014-10-29PR tui/16138 is about failure to initialize curses resulting in GDBPedro Alves1-0/+14
2014-10-29TUI: don't let exceptions escape while handling readline key bindingsPedro Alves2-6/+26
2014-10-29PR tui/16138, PR tui/17519, and misc failures to initialize the terminalPedro Alves3-25/+49
2014-10-29Prepare directory in case test_system failsYao Qi2-0/+11
2014-10-29Close the file in fileio.exp testYao Qi2-0/+5
2014-10-29ARM: stricter __stack_chk_guard check during prologue analysisJoel Brobecker2-5/+10
2014-10-29Fix skipping stack protector on armYao Qi2-3/+13