aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton60-292/+607
2018-02-13WebAssembly: Disable subdirectory configuration for unsupported LDMaciej W. Rozycki3-0/+11
2018-02-13WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCCMaciej W. Rozycki4-12/+22
2018-02-13MIPS/GAS/testsuite: Correct duplicate `Loongson-3A tests' test nameMaciej W. Rozycki2-1/+5
2018-02-13PR22836, "-r -s" doesn't work with -g3 using GCC 7Alan Modra12-4/+117
2018-02-13PR22829, objcopy/strip removes PT_GNU_RELRO from lld binariesAlan Modra4-28/+62
2018-02-13Fix prefix of maint set/show per-commandSimon Marchi2-2/+7
2018-02-13Automatic date update in version.inGDB Administrator1-1/+1
2018-02-12gdb: Remove cleanup from dw2_do_instantiate_symtabAndrew Burgess2-35/+49
2018-02-12MIPS/GAS/test: Fix an n32 `.reginfo' size test failureMaciej W. Rozycki2-1/+6
2018-02-12MIPS: Fix encoding for MIPSr6 sigrie instruction.Henry Wong6-7/+17
2018-02-12Add support for reading msdos MZ executables.Zebediah Figura9-43/+170
2018-02-12Update Russian translation for the gas/ sub-directory.Nick Clifton2-574/+600
2018-02-12Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignme...Nick Clifton2-1/+1
2018-02-12oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (wa...Nick Clifton1-1/+0
2018-02-12Fix compile time warning: bfd/elf32-nds32.c:9693]: (warning) Redundant assign...Nick Clifton1-0/+5
2018-02-12Automatic date update in version.inGDB Administrator1-1/+1
2018-02-11Automatic date update in version.inGDB Administrator1-1/+1
2018-02-10Fix commit date.Eric Botcazou1-1/+1
2018-02-10Fix GOT relocation overflow on SPARC.Eric Botcazou2-52/+88
2018-02-10Automatic date update in version.inGDB Administrator1-1/+1
2018-02-09x86: Add is_solaris to elf_x86_target_osH.J. Lu5-22/+54
2018-02-09Don't reference past the end of the vectorTom Tromey2-1/+6
2018-02-09btrace: reword error messagesMarkus Metzger5-7/+21
2018-02-09btrace: check perf_event_paranoidMarkus Metzger2-2/+36
2018-02-09btrace: improve enable error messagesMarkus Metzger2-40/+38
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger16-373/+51
2018-02-09btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger5-39/+53
2018-02-09btrace: prepare for throwing exceptions when enabling btraceMarkus Metzger2-67/+58
2018-02-09common: add scoped_mmapMarkus Metzger4-0/+176
2018-02-09common: add scoped_fdMarkus Metzger4-0/+158
2018-02-09Use gdb::unique_xmalloc_ptr in auto_load_section_scriptsTom Tromey2-4/+7
2018-02-09Use std::string in execute_script_contentsTom Tromey2-12/+9
2018-02-09gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1Joel Brobecker2-3/+8
2018-02-08x86: Set need_global_offset_table with info->output_bfd->xvecH.J. Lu3-14/+19
2018-02-09Automatic date update in version.inGDB Administrator1-1/+1
2018-02-08x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for SolarisH.J. Lu5-1/+45
2018-02-08RISC-V: Add comment for previous change.Jim Wilson2-0/+7
2018-02-08Remove cleanups from solib.cTom Tromey2-8/+11
2018-02-08Use unique_xmalloc_ptr in build_id_to_debug_bfdTom Tromey2-6/+7
2018-02-08Use gdb::def_vector in find_source_linesTom Tromey2-12/+12
2018-02-08Remove cleanups from macro_define_commandTom Tromey2-21/+28
2018-02-08Use std::string in maybe_expandTom Tromey2-14/+10
2018-02-08Class-ify macro_bufferTom Tromey2-240/+185
2018-02-08Return unique_xmalloc_ptr from macro scope functionsTom Tromey9-75/+65
2018-02-08Remove make_cleanup_restore_current_thread from gdbserverTom Tromey4-18/+12
2018-02-08Remove a cleanup from gdbserverTom Tromey2-5/+11
2018-02-08Speed up readelf and objdump by not looking for DWO links unless the user has...Nick Clifton2-0/+12
2018-02-08Fix a seg-fault in the ELF note parser when a note with an excessively large ...Nick Clifton2-0/+8
2018-02-08PR22819, powerpc gas "instruction address is not a multiple of 4"Alan Modra8-35/+70