aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-08Automatic date update in version.inGDB Administrator1-1/+1
2018-02-07Fix type of values representing optimized out static membersSimon Marchi4-5/+15
2018-02-07Revert "PowerPC PLT speculative execution barriers"Alan Modra16-202/+72
2018-02-06RISC-V: Eliminate spurious error w/ reloc truncated messageJim Wilson2-0/+6
2018-02-07Automatic date update in version.inGDB Administrator1-1/+1
2018-02-06Remove some $ARCH_read_pc and $ARCH_write_pcYao Qi7-85/+18
2018-02-06Fix PR ld/22263 on SPARC.Eric Botcazou10-183/+376
2018-02-06Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALLYao Qi2-1/+8
2018-02-06Fix up one ChangeLog entry dateYao Qi1-2/+3
2018-02-06Improve the find_nearest_line function for the MIPS target so that it tries h...Nick Clifton2-6/+29