aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-06Fix GCC 8's -Wstringop-overflow on bfd/coff-rs6000.cSergio Durigan Junior2-1/+6
2018-02-06Replace reachable assertion with a test and return of NULL.Nick Clifton2-1/+21
2018-02-06Prevent attempts to call strncpy with a zero-length field by chacking the siz...Nick Clifton2-5/+24
2018-02-06Allow the find_abstract_instance_name() function in the BFD library to also r...Paul Carroll2-10/+27
2018-02-06Automatic date update in version.inGDB Administrator1-1/+1
2018-02-05ppc64: Fix stwux encodingJan Kratochvil1-1/+1
2018-02-05[PR22764][LD][AARCH64]Allow R_AARCH64_ABS16 and R_AARCH64_ABS32 against absol...Renlin Li8-5/+56
2018-02-05Remove myself as a write-after-approval GDB maintainer.Antoine Tremblay1-1/+0
2018-02-05x86: Remove the unused _GLOBAL_OFFSET_TABLE_H.J. Lu21-242/+372
2018-02-05Use visitors for make_gdb_typeAlan Hayward2-224/+272
2018-02-05RISC-V/GAS: Correct an `expr' global shadowing error for pre-4.8 GCCMaciej W. Rozycki2-3/+8
2018-02-05RISC-V/BFD: Correct a missing initializer error with pre-4.7 GCCMaciej W. Rozycki2-1/+7
2018-02-05MIPS/BFD: Correctly report unsupported `.reginfo' section sizeMaciej W. Rozycki13-1/+67
2018-02-05ELF/BFD: Propagate the return status from backend section processingMaciej W. Rozycki2-1/+7
2018-02-05binutils/testsuite: Support stderr options with `run_dump_test'Maciej W. Rozycki3-43/+157
2018-02-05Updated Brazillian portuguese and Russian translationNick Clifton8-280/+282
2018-02-05Align natural-format register values to the same columnRuslan Kabatsayev2-10/+36
2018-02-04Move comment in gdb/dwarf2read.c::dwarf2_physnameJoel Brobecker2-8/+12
2018-02-05Automatic date update in version.inGDB Administrator1-1/+1
2018-02-04ld/testsuite: Replace -Sw with -SW for readelfH.J. Lu10-9/+21