aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves33-56/+99
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves4-4/+13
2017-04-05-Wwrite-strings: Constify shell_escape and plug make_command leakPedro Alves2-11/+22
2017-04-05-Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves3-3/+8
2017-04-05-Wwrite-strings: Constify macroexp.c:init_shared_bufferPedro Alves2-11/+23
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves11-15/+32
2017-04-05PR 21352: Add testsuite for "tsave -r" commandSergio Durigan Junior2-0/+9
2017-04-05Fix PR 21352: Command tsave does not support -r argumentSergio Durigan Junior2-1/+7
2017-04-05Use frame_unwind_register_value in frame_unwind_register_unsignedYao Qi2-3/+25
2017-04-05Fix racy test in gdb.threads/thread-specific-bp.expYao Qi2-3/+11
2017-04-05PowerPC64le PLT reference countingAlan Modra2-11/+35
2017-04-05New global maintainer - Simon MarchiPedro Alves2-1/+6
2017-04-05PR ld/21233: xfail failing test-parts for cris*-*-*Hans-Peter Nilsson2-2/+9
2017-04-05Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized w...Pedro Alves2-2/+8
2017-04-05Automatic date update in version.inGDB Administrator1-1/+1
2017-04-04PR ld/21233: Avoid sweeping forced-undefined symbols in section GCMaciej W. Rozycki9-0/+101
2017-04-04Remove support for using the bsd-uthread target on FreeBSD.John Baldwin5-129/+19
2017-04-04Remove support for FreeBSD/alpha.John Baldwin7-147/+21
2017-04-04Use ptid from regcache instead of inferior_ptid.John Baldwin2-18/+19
2017-04-04dwarf2read.c: C++fy lnp_state_machinePedro Alves2-198/+267
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves12-384/+900
2017-04-04dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves3-74/+149
2017-04-04gdb::optional: Add observersPedro Alves2-0/+34
2017-04-04dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptrPedro Alves2-180/+166
2017-04-04Use symbolic constants instead of magic numbers with add_data_entry()Jon Turney2-5/+11
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu40-31/+660
2017-04-04RISC-V: Resurrect GP-relative disassembly hintsPalmer Dabbelt6-7/+22
2017-04-04gdbserver: Clear .deps on cleanSimon Marchi2-0/+5
2017-04-04remote.c: Use ptid_t instead of struct ptidSimon Marchi2-5/+10
2017-04-04Fix null pointer dereferences when using a link built with clang.Nick Clifton2-14/+29
2017-04-04Remove MAX_REGISTER_SIZE from frame.cAlan Hayward2-13/+27
2017-04-04Automatic date update in version.inGDB Administrator1-1/+1
2017-04-03RISC-V: Avoid a const warningPalmer Dabbelt2-1/+6
2017-04-03 IA16 supportAndrew Jenner5-1/+24
2017-04-03Correct the ChangeLog entryH.J. Lu1-1/+1
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu50-3/+1851
2017-04-03readelf: Fix overlarge memory allocation when reading a binary with an excess...Nick Clifton2-3/+20
2017-04-03Fix runtime seg-fault in readelf when parsing a corrupt MIPS binary.Nick Clifton2-8/+24
2017-04-03readelf: Update check for invalid word offsets in ARM unwind information.Nick Clifton2-3/+9
2017-04-03Automatic date update in version.inGDB Administrator1-1/+1
2017-04-02Automatic date update in version.inGDB Administrator1-1/+1
2017-04-01Automatic date update in version.inGDB Administrator1-1/+1
2017-03-31RISC-V: Allow ISA subsets to be disabledPalmer Dabbelt2-0/+21
2017-03-31RISC-V: Add physical memory protection CSRsAndrew Waterman2-0/+83
2017-03-31gdbserver: Suffix generated C files with -generatedSimon Marchi3-65/+33
2017-03-31Fix minor problems with previous wasm32 binutils commit.Pip Cet3-3/+7
2017-03-31Reduce the size of s390 symbol tables by allowing relocations in mergeable st...Nick Clifton2-2/+10
2017-03-31Automatic date update in version.inGDB Administrator1-1/+1
2017-03-30Add support for the WebAssembly file format and the wasm32 ELF conversion to ...Pip Cet99-1851/+4355
2017-03-30Fix classification of `module.type' in D lexer.Iain Buclaw3-0/+120