aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-27gdb: xtensa: clean up xtensa_default_isa initializationMax Filippov2-4/+9
2017-03-27dwarf2read.c: Clean up out of bounds handlingPedro Alves2-70/+106
2017-03-27gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_componentPedro Alves2-46/+21
2017-03-27cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCEPedro Alves2-0/+6
2017-03-27Add support for the WebAssembly backend to the BFD library.Pip Cet12-665/+1630
2017-03-27Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF usePedro Alves4-5/+14
2017-03-27PR21303, objdump doesn't show e200z4 insnsAlan Modra6-2/+44
2017-03-27gdb: Make ldirname return a std::stringPedro Alves7-78/+90
2017-03-27oops - forgot to add the bfd/ChangeLog entry...Pip Cet1-0/+14
2017-03-27Add minimal support for WebAssembly backend to the BFD library.Pip Cet13-0/+148
2017-03-27Implement ARC NPS-400 Ultra Ip and Miscellaneous instructions.Rinat Zelig8-356/+759
2017-03-27Automatic date update in version.inGDB Administrator1-1/+1
2017-03-25Fix bug with cmn/adds where C flag was incorrectly set.Jim Wilson4-1/+27
2017-03-26Automatic date update in version.inGDB Administrator1-1/+1
2017-03-25Automatic date update in version.inGDB Administrator1-1/+1
2017-03-24Remove MAX_REGISTER_SIZE from target.cAlan Hayward4-39/+52
2017-03-24Avoid segfault on invalid directory tablePádraig Brady2-6/+22
2017-03-24[GAS/ARM] Fix selected_cpu with default CPU and -mcpuThomas Preud'homme2-2/+7
2017-03-24readelf: Fix incorrect "Version definition past end of section" message (Chan...Maciej W. Rozycki1-1/+2
2017-03-24Automatic date update in version.inGDB Administrator1-1/+1
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi6-82/+39
2017-03-23Remove MAX_REGISTER_SIZE from sol-thread.cAlan Hayward2-9/+4
2017-03-23Handle PRFM in AArch64 process recordYao Qi2-3/+64
2017-03-23Fix code indentationYao Qi2-8/+17
2017-03-23Remove AARCH64_RECORD_FAILUREYao Qi2-1/+4
2017-03-23Remove constness of libdir in do_start_initializationAndreas Arnez1-1/+1
2017-03-23Fix memory leak in python.c:do_start_initializationPhilipp Rudo2-1/+7
2017-03-23Automatic date update in version.inGDB Administrator1-1/+1
2017-03-22Sanitize RISC-V GAS help text, documentationPalmer Dabbelt3-7/+17
2017-03-22gas: xtensa: make trampolines relaxation work with jumps in slots other than 0Max Filippov2-4/+25
2017-03-22Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi3-11/+13
2017-03-22Sync top level config files with master versions in the FSF config project.Nick Clifton3-9/+26
2017-03-22Remove @code for pythonYao Qi2-1/+5
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi5-0/+27
2017-03-22Import sys in gdb/python/lib/gdb/printer/bound_registers.pyJonah Graham2-0/+7
2017-03-22Automatic date update in version.inGDB Administrator1-1/+1
2017-03-21Disable shared library tests for nios2-*-elf.Sandra Loosemore2-0/+6
2017-03-21windows: Use ptid from regcache in register fetch/storeSimon Marchi2-26/+40
2017-03-21Remove remaining reference to struct serial::current_timeoutSimon Marchi2-2/+5
2017-03-21S/390: Remove vx2 facility flagAndreas Krebbel7-152/+160
2017-03-21Add --inlines option to objdump to include scope backtrace of inlined functio...Andi Kleen4-2/+44
2017-03-21arc/nps400: Add cp16/cp32 instructions to opcodes libraryRinat Zelig8-3/+900
2017-03-21Update support for GNU BUILD notes so that version notes can contain extra in...Nick Clifton3-25/+46
2017-03-21Decode properly flags of %ccr register on sparc64.Ivo Raisr6-11/+304
2017-03-21ld: check overflow only for allocated sections.Tristan Gingold2-14/+20
2017-03-21Fix break on Python 2Tim Wiederhake6-2/+27
2017-03-21Automatic date update in version.inGDB Administrator1-1/+1
2017-03-20spu: Use ptid from regcache instead of inferior_ptidSimon Marchi3-0/+28
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi30-249/+239
2017-03-20Add rvalue reference tests and docsArtemiy Volkov17-4/+972