aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-13Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.cYao Qi4-11/+30
2017-06-13Automatic date update in version.inGDB Administrator1-1/+1
2017-06-12Add some 128-bit integer testsTom Tromey2-2/+33
2017-06-12Remove val_print_type_code_intTom Tromey6-62/+23
2017-06-12Simplify print_scalar_formattedTom Tromey4-127/+84
2017-06-12Let print_decimal_chars handle signed valuesTom Tromey4-3/+66
2017-06-12Don't always zero pad in print_*_charsTom Tromey12-118/+197
2017-06-12mips-tdep.c: Remove MAX_REGISTER_SIZE usagePedro Alves2-17/+32
2017-06-12.gdb_index prod perf regression: mapped_symtab now vector of valuesPedro Alves2-28/+39
2017-06-12.gdb_index prod perf regression: Estimate size of psyms_seenPedro Alves2-1/+41
2017-06-12.gdb_index prod perf regression: find before insert in unordered_mapPedro Alves2-5/+21
2017-06-12Code cleanup: dwarf2read.c: Add data_buf::append_uintPedro Alves2-29/+37
2017-06-12Code cleanup: dwarf2read.c: Eliminate ::file_writePedro Alves2-20/+8
2017-06-12Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::uniquePedro Alves2-17/+9
2017-06-12Code cleanup: C++ify .gdb_index producerJan Kratochvil2-434/+308
2017-06-12ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu5-11/+28
2017-06-12S/390: Return with an error for broken tls rewritesAndreas Krebbel2-10/+32
2017-06-12Automatic date update in version.inGDB Administrator1-1/+1
2017-06-11Introduce "set debug separate-debug-file"Simon Marchi7-0/+59
2017-06-11PR 21564, Section start in binary output file incorrectAlan Modra2-1/+9
2017-06-11Automatic date update in version.inGDB Administrator1-1/+1
2017-06-10Automatic date update in version.inGDB Administrator1-1/+1
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi14-85/+19
2017-06-09Include <signal.h> on gdbserver/fork-child.c (and fix regressions)Sergio Durigan Junior2-0/+7
2017-06-09x86-64: Add some x32 ELF property testsH.J. Lu10-4/+94
2017-06-09Revert "[AArch64] Allow COPY relocation elimination"Jiong Wang6-92/+8
2017-06-09Automatic date update in version.inGDB Administrator1-1/+1
2017-06-08Fix possible bug when no args have been provided to the executableSergio Durigan Junior2-1/+6
2017-06-08[ARC] Corrected conditions for dynamic sections creation.Cupertino Miranda2-9/+16
2017-06-08[ARC] Fixed condition to generate TEXTREL.Cupertino Miranda2-1/+7
2017-06-08[ARC] Fixed TLS for IE model.Cupertino Miranda5-4/+18
2017-06-08[ARC] Add RELOC_FOR_GLOBAL_SYMBOL in ARC target code.Cupertino Miranda2-0/+14
2017-06-08[ARC] ARC_PC32 dynamic reloc incorrectly generated.Cupertino Miranda2-10/+18
2017-06-08[ARC] Don't convert _DYNAMIC@ to _GLOBAL_OFFSET_TABLE_Vineet Gupta3-5/+6
2017-06-08[ARC] Reassign the symbol got information to actual symbol when indirect.Cupertino Miranda2-0/+10