aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-11Fix gdbserver's regcache_raw_read_unsigned on big endian hostsusers/palves/gdbserver-extract-unsigned-integerPedro Alves2-8/+30
2016-02-11Move store/extract ... integer routines to gdb/common/Pedro Alves6-206/+265
2016-02-11Move 'enum bfd_endian' to a non-generated headerPedro Alves4-4/+28
2016-02-10Mask off the least significant bit in GOT offsetH.J. Lu2-2/+10
2016-02-11Automatic date update in version.inGDB Administrator1-1/+1
2016-02-10gdb.trace: Read XML target description from tfile.Marcin Kościelnicki2-1/+67
2016-02-10gdb.trace: Save XML target description in tfile.Marcin Kościelnicki7-0/+101
2016-02-10Clear *VAL in regcache_raw_read_unsignedYao Qi2-0/+5
2016-02-10arm-tdep.c: Fix typoSimon Marchi2-3/+8
2016-02-10gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Kościelnicki4-6/+130
2016-02-10gdb.trace: Use g packet order in tfile_fetch_registers.Marcin Kościelnicki4-7/+17
2016-02-10gdb.trace: Fix off-by-one in tfile_fetch_registers.Marcin Kościelnicki2-1/+6
2016-02-10Add support for ARC instruction relaxation in the assembler.Claudiu Zissulescu18-957/+1768
2016-02-10Correct assertion in NIOS2 linker to allow signed 16-buit immediate values.Nick Clifton3-4/+25
2016-02-10Sync top level files with gcc.Nick Clifton6-15/+92
2016-02-10Update NEWS post GDB 7.11 branch creation.Joel Brobecker2-1/+9
2016-02-10Bump version to 7.11.50.DATE-git.Joel Brobecker2-1/+6
2016-02-09breakpoints/19546: Fix crash after updating breakpointsgdb-7.11-branchpointKeith Seitz6-2/+122
2016-02-10Automatic date update in version.inGDB Administrator1-1/+1
2016-02-09Enable/update legacy linespecs in MI.Keith Seitz2-1/+6
2016-02-09Use string_to_event_location_basic in guile.Keith Seitz4-2/+26
2016-02-09python/19506 -- gdb.Breakpoint address location regressionKeith Seitz4-2/+48
2016-02-09Refactor string_to_event_location for legacy linespec support.Keith Seitz3-37/+74
2016-02-09Fix compile time warnings building the binutils with a gcc6 compiler.Nick Clifton7-36/+47
2016-02-09Modernize configure.ac'sSimon Marchi9-15/+46
2016-02-09Fix PR19548: Breakpoint re-set inserts breakpoints when it shouldn'tPedro Alves5-17/+66
2016-02-09Fix siginfo C++ build errorSimon Marchi5-5/+15
2016-02-09Add a more helpful warning message to explain why some AArch64 relocations ca...Nick Clifton7-6/+71
2016-02-09Revert "Fix build breakage"Walfred Tedeschi2-8/+4
2016-02-09Revert "Add a more helpful warning message to explain why some AArch64 reloca...Walfred Tedeschi7-71/+6
2016-02-09Fix build breakageWalfred Tedeschi2-4/+8
2016-02-09Add a more helpful warning message to explain why some AArch64 relocations ca...Nick Clifton7-6/+71
2016-02-09Fix macro redefinition error on SolarisAlan Modra2-0/+6
2016-02-09Automatic date update in version.inGDB Administrator1-1/+1
2016-02-08Always organize test artifacts in a directory hierarchySimon Marchi37-866/+51
2016-02-08Fix in-tree, parallel running of Ada testsSimon Marchi2-1/+7
2016-02-08remote.c: Cleanup unused variablesSimon Marchi2-35/+25
2016-02-08FIx formatting that triggers a new compile time warning message.Nick Clifton2-2/+7
2016-02-08Automatic date update in version.inGDB Administrator1-1/+1
2016-02-07Add additional information to relocation overflow errors.Cary Coutant2-2/+31
2016-02-07Fix incorrect x32 overflow checking for refs to weak undef symbols.Cary Coutant2-2/+16
2016-02-07varobj: Cleanup dead codeSimon Marchi4-104/+39
2016-02-06Fix compile errors about shift counts too large.Cary Coutant2-10/+41
2016-02-07Automatic date update in version.inGDB Administrator1-1/+1
2016-02-06Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant7-15/+151
2016-02-06Fix incorrect casts.Cary Coutant2-2/+8
2016-02-06Add PR number to ChangeLog entry.Cary Coutant1-0/+1
2016-02-06Fix build failure in gold due to signed vs. unsigned comparisons.Cary Coutant2-2/+8
2016-02-05sim: mips: fix prog_bfd usageMike Frysinger3-2/+8
2016-02-06gold: Add view and view_size parameters to is_call_to_non_split.Marcin Kościelnicki5-7/+25