aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-26Initial support for variant partsTom Tromey4-0/+113
2018-02-26Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey4-3/+76
2018-02-26GAS/doc: Clean up `.dc' and `.ds' directive descriptionsMaciej W. Rozycki2-5/+9
2018-02-26Move read_partial_die to partial_die_info::readYao Qi2-52/+64
2018-02-26Move fixup_partial_die to partial_die_info::fixupYao Qi2-38/+44
2018-02-26Remove one argument abbrev_len in read_partial_dieYao Qi2-7/+11
2018-02-26Class-fy partial_die_infoYao Qi2-26/+70
2018-02-26Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_dieYao Qi2-6/+15
2018-02-26Don't check abbrev is NULL in read_partial_dieYao Qi2-10/+12
2018-02-26Re-write partial_die_info allocation in load_partial_diesYao Qi2-30/+29
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward32-53/+90
2018-02-26Fix typo in documentation of assembler's .dc directive.Nick Clifton2-1/+5
2018-02-26Segfault on phdrs allocated but not createdAlan Modra2-7/+11
2018-02-26ld error/warning messagesAlan Modra145-655/+790
2018-02-26ld message translation for emultempl and emulparamsAlan Modra8-28/+474
2018-02-26crx string overflow warningAlan Modra2-1/+6
2018-02-26Automatic date update in version.inGDB Administrator1-1/+1
2018-02-26assorted target messagesAlan Modra40-222/+248
2018-02-26BFD messagesAlan Modra37-55/+96
2018-02-26AOUT/COFF/PE messagesAlan Modra16-62/+71
2018-02-26ARM and AArch64 messagesAlan Modra28-157/+182
2018-02-26MIPS messagesAlan Modra88-642/+738
2018-02-26ELF linker messagesAlan Modra19-100/+121
2018-02-26unrecognized/unsupported reloc messageAlan Modra81-242/+297
2018-02-26PPC error/warning messagesAlan Modra12-83/+92
2018-02-25Fix double space expected in cp_test_ptype_classSimon Marchi2-1/+6
2018-02-25Automatic date update in version.inGDB Administrator1-1/+1
2018-02-24Remove most cleanups from linux-thread-db.cTom Tromey2-103/+49
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey8-23/+28
2018-02-24Automatic date update in version.inGDB Administrator1-1/+1
2018-02-23GDB/testsuite: Fix a typo in $actual_lineMaciej W. Rozycki2-1/+6
2018-02-23dwarf: Make sect_offset 64-bitsSimon Marchi3-168/+225
2018-02-23PR22881, null pointer dereference in assign_file_positions_for_non_load_sectionsAlan Modra2-38/+52
2018-02-23Document the assembler's .dc, .dcb and .ds directives.Nick Clifton2-5/+107
2018-02-23nds32: Support target directive .ict_model.Kuan-Lin Chen4-1/+70
2018-02-23Fix up one ChangeLog date.Kuan-Lin Chen1-1/+1
2018-02-23Automatic date update in version.inGDB Administrator1-1/+1
2018-02-22New plugin interface to get list of symbols wrapped with --wrap option.Sriraman Tallam10-10/+261
2018-02-22RISC-V: Make disassebler work for --enable-targets=all config.Jim Wilson2-0/+5
2018-02-22Diagnose when trying to assemble conditional FP16 vmovx and vinsAndre Simoes Dias Vieira3-205/+279
2018-02-22x86: Add {rex} pseudo prefixH.J. Lu8-0/+114
2018-02-22Fix memory access violation when attempting to shorten a suffixed micromips i...A. Wilcox2-1/+7
2018-02-22Automatic date update in version.inGDB Administrator1-1/+1
2018-02-21Fix a typo.John Baldwin2-1/+5
2018-02-21Add "common-defs.h" include to files in arch/ subdir not yet including it.John Baldwin4-1/+9
2018-02-21Remove a cleanup from parse_expression_for_completionTom Tromey6-34/+38
2018-02-21Remove a cleanup from call_function_by_hand_dummyTom Tromey2-13/+10
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi9-16/+31
2018-02-21Move register_dump to regcache-dump.cYao Qi5-416/+459
2018-02-21Remove regcache::m_readonly_pYao Qi3-33/+38