aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-14PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"Sergio Durigan Junior2-4/+13
2017-06-15Automatic date update in version.inGDB Administrator1-1/+1
2017-06-14xtensa: don't expect XCHAL_* macros to be constantMax Filippov5-37/+84
2017-06-14Maxim Grigoriev stepping down as Xtensa maintainerMax Filippov2-1/+5
2017-06-14Fix seg-fault when trying to disassemble a corrupt score binary.Nick Clifton2-1/+7
2017-06-14Fix address violation bug when disassembling a corrupt SH binary.Nick Clifton2-1/+7
2017-06-14Fix address violation when disassembling a corrupt binary.Nick Clifton3-15/+23
2017-06-14Don't use print_insn_XXX in GDBYao Qi16-26/+57
2017-06-14xfail pr20022.d on targets without dynamic relocs in .textH.J. Lu2-0/+8
2017-06-14Skip PR ld/21562 tests on targets with leading char or without --gc-sectionsH.J. Lu15-0/+105
2017-06-14Add size to bar in ld-gc/pr20022a.sH.J. Lu2-0/+5
2017-06-14Skip sizeof/startof tests on targets with leading charH.J. Lu5-0/+24
2017-06-14Fix address violation problems when disassembling a corrupt RX binary.Nick Clifton3-20/+37
2017-06-14Fix register selection in var-access.expAndreas Arnez2-5/+11
2017-06-14Move location of .jumptables section and add .hightext section to AVR linker ...Georg-Johann Lay2-5/+18
2017-06-14Fix potential address violations when processing a corrupt Alpha VMA binary.Nick Clifton2-10/+50
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves14-31/+230
2017-06-14[opcodes][arm] Remove bogus entry added by accident in former patchAndre Vieira2-2/+4
2017-06-14Fix seg-faults in objdump when disassembling a corrupt versados binary.Nick Clifton2-4/+14
2017-06-14Accept more epiphany targetsSebastian Huber4-2/+10
2017-06-14Automatic date update in version.inGDB Administrator1-1/+1
2017-06-13ld: Don't define __start_SECNAME/__stop_SECNAME for -rH.J. Lu4-4/+41
2017-06-13darwin-nat: Add missing includeSimon Marchi2-0/+5
2017-06-13darwin: Add fork-inferior.o to NATDEPFILESSimon Marchi2-3/+11
2017-06-13aix: Add fork-inferior.o to NATDEPFILESSimon Marchi2-1/+9
2017-06-13ld: Add tests for .startof.SECNAME/.sizeof.SECNAMEH.J. Lu5-0/+37
2017-06-13Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu39-182/+473
2017-06-13Replace multiple AVR scripts with a single, customizable linker script.Georg-Johann Lay22-283/+181
2017-06-13ld: Add tests for -UrH.J. Lu5-0/+51
2017-06-13[LD][Testsuite] Add --no-dynamic-linker option to dynamic-1 rdynamic-1 test c...Renlin Li2-2/+7
2017-06-13read/write_pieced_value: Merge into one functionAndreas Arnez2-182/+184
2017-06-13write_pieced_value: Notify memory_changed observersAndreas Arnez2-4/+11
2017-06-13Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez3-8/+14
2017-06-13read/write_pieced_value: Remove unnecessary variable copiesAndreas Arnez2-68/+58
2017-06-13Respect piece offset for DW_OP_bit_pieceAndreas Arnez3-6/+64
2017-06-13read/write_pieced_value: Improve logic for buffer allocationAndreas Arnez2-56/+61
2017-06-13Fix handling of DWARF register pieces on big-endian targetsAndreas Arnez4-21/+72
2017-06-13read/write_pieced_value: Drop 'buffer_size' variableAndreas Arnez2-12/+7
2017-06-13Add DWARF piece test cases for bit-field accessAndreas Arnez2-1/+85
2017-06-13write_pieced_value: Transfer least significant bits into bit-fieldAndreas Arnez2-39/+39
2017-06-13write_pieced_value: Fix buffer offset for memory piecesAndreas Arnez2-1/+7
2017-06-13write_pieced_value: Include transfer size in byte-wise checkAndreas Arnez2-1/+9
2017-06-13write_pieced_value: Fix copy/paste error in size calculationAndreas Arnez2-1/+6
2017-06-13read/write_pieced_value: Respect value parent's offsetAndreas Arnez2-2/+10
2017-06-13gdb/testsuite: Add "get_endianness" convenience procAndreas Arnez14-102/+47
2017-06-13Remove addr_size field from struct piece_closureAndreas Arnez2-6/+9
2017-06-13PR gdb/21226: Take DWARF stack value pieces from LSB endAndreas Arnez4-23/+56
2017-06-13write_pieced_value: Fix size capping logicAndreas Arnez4-2/+17
2017-06-13Add test for modifiable DWARF locationsAndreas Arnez4-1/+229
2017-06-13Prevent a call to abort when a relocatable link encounters a relocation again...Nick Clifton2-4/+26