aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey11-116/+94
2017-02-10Turn gdbpy_ref into a templateTom Tromey30-234/+260
2017-02-10Remove some ui_out-related cleanups from PythonTom Tromey4-156/+186
2017-02-10gdb/MAINTAINERS: Update my e-mail addressMartin Galvan2-1/+5
2017-02-10PR gdb/21122: Fix documentation mistakes for breakpoint commandsMartin Galvan6-21/+45
2017-02-10POWER9 add scv/rfscv instruction supportNicholas Piggin5-1/+17
2017-02-10Automatic date update in version.inGDB Administrator1-1/+1
2017-02-09Remove return in function returning voidSimon Marchi2-1/+5
2017-02-09Fix NULL pointer dereferenceGary Benson2-0/+8
2017-02-09Automatic date update in version.inGDB Administrator1-1/+1
2017-02-08ld/arc: Change default linker emulation for nps400Andrew Burgess3-2/+18
2017-02-08Eliminate interp::quiet_pPedro Alves3-48/+11
2017-02-08Command abbreviation in defineJerome Guitton6-30/+89
2017-02-08Command names: make them case sensitiveJerome Guitton2-27/+5
2017-02-07Fix segfault when .plt section does not existAndrew Waterman2-3/+8
2017-02-08Automatic date update in version.inGDB Administrator1-1/+1
2017-02-07gdb: fix ARI warning in sparc-tdep.cJose E. Marchesi2-2/+7
2017-02-07bfd: Fix objdump --dynamic-reloc for SPARC 64-bit to show symbol names.Sheldon Lobo2-1/+11
2017-02-07Automatic date update in version.inGDB Administrator1-1/+1
2017-02-06[ld, testsuite] Don't print to stdout for "readelf -w" to avoid buffer overflowJiong Wang2-4/+9
2017-02-06[ARC] Provide an interface to decode ARC instructions.Claudiu Zissulescu6-364/+636
2017-02-06[BZ 21005] Add support for Intel 64 rdrand and rdseed record/replayLuis Machado6-4/+303
2017-02-05gdb: provide and use sparc{32,64} target description XML files.Ivo Raisr19-0/+647
2017-02-06Automatic date update in version.inGDB Administrator1-1/+1
2017-02-05Automatic date update in version.inGDB Administrator1-1/+1
2017-02-03Fix ptype of single-member Rust enumsTom Tromey4-1/+28
2017-02-04Automatic date update in version.inGDB Administrator1-1/+1
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves9-271/+304
2017-02-03[GOLD] PowerPC64 TOC indirect to TOC relative segfaultAlan Modra2-0/+11
2017-02-03Fix compile time warning messages when compiling binutils with gcc 7.0.1.Nick Clifton6-11/+34
2017-02-02Use bool in Rust codeTom Tromey4-27/+41
2017-02-02Reindent rust-lang.cTom Tromey2-73/+77
2017-02-02Use std::string in Rust codeTom Tromey4-16/+20
2017-02-03Automatic date update in version.inGDB Administrator1-1/+1
2017-02-02Fix "maintenance selftest" printing stray instructionsPedro Alves1-0/+5
2017-02-02Fix "maintenance selftest" printing stray instructionsPedro Alves1-2/+1
2017-02-02struct mi_interp: Remove unused fieldsPedro Alves2-5/+5
2017-02-02MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirementMaciej W. Rozycki2-3/+22
2017-02-02MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indicesMaciej W. Rozycki2-5/+11
2017-02-02MIPS/BFD: Streamline hash table references in `mips_elf_sort_hash_table'Maciej W. Rozycki2-9/+10
2017-02-02MIPS/BFD: Fix assertion in `mips_elf_sort_hash_table'Maciej W. Rozycki2-3/+8
2017-02-02CRIS/LD/testsuite: tls-err-20x.d: Fix a typo, s/n/\n/Maciej W. Rozycki2-1/+5
2017-02-02LD/testsuite: ld-lib.exp: Fix a typo, s/regexp/regex/Maciej W. Rozycki2-1/+6
2017-02-02BFD: Wrap overlong error handler call line in `elf_gc_sweep'Maciej W. Rozycki2-1/+6
2017-02-02MIPS/GAS/doc: Include MIPS options in the man pageMaciej W. Rozycki2-0/+7
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves8-102/+155
2017-02-02Fix "-gdb-set logging redirect on" crashPedro Alves4-83/+43
2017-02-02Tweak pretty_print_disassembler's intro commentPedro Alves2-1/+5
2017-02-02Reuse buffers across gdb_pretty_print_insn callsPedro Alves4-16/+57
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves81-2108/+1350