summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dwarf2read.c: C++fy lnp_state_machineusers/palves/cxx-dwarf2readPedro Alves2017-03-291-198/+244
* Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves2017-03-2911-384/+875
* dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves2017-03-292-61/+112
* gdb::optional: Add observersPedro Alves2017-03-291-0/+29
* dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptrPedro Alves2017-03-271-179/+127
* dwarf2read.c: Clean up out of bounds handlingPedro Alves2017-03-272-70/+106
* gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_componentPedro Alves2017-03-272-46/+21
* cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCEPedro Alves2017-03-272-0/+6
* Add support for the WebAssembly backend to the BFD library.Pip Cet2017-03-2712-665/+1630
* Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF usePedro Alves2017-03-274-5/+14
* PR21303, objdump doesn't show e200z4 insnsAlan Modra2017-03-276-2/+44
* gdb: Make ldirname return a std::stringPedro Alves2017-03-277-78/+90
* oops - forgot to add the bfd/ChangeLog entry...Pip Cet2017-03-271-0/+14
* Add minimal support for WebAssembly backend to the BFD library.Pip Cet2017-03-2713-0/+148
* Implement ARC NPS-400 Ultra Ip and Miscellaneous instructions.Rinat Zelig2017-03-278-356/+759
* Automatic date update in version.inGDB Administrator2017-03-271-1/+1
* Fix bug with cmn/adds where C flag was incorrectly set.Jim Wilson2017-03-254-1/+27
* Automatic date update in version.inGDB Administrator2017-03-261-1/+1
* Automatic date update in version.inGDB Administrator2017-03-251-1/+1
* Remove MAX_REGISTER_SIZE from target.cAlan Hayward2017-03-244-39/+52
* Avoid segfault on invalid directory tablePádraig Brady2017-03-242-6/+22
* [GAS/ARM] Fix selected_cpu with default CPU and -mcpuThomas Preud'homme2017-03-242-2/+7
* readelf: Fix incorrect "Version definition past end of section" message (Chan...Maciej W. Rozycki2017-03-241-1/+2
* Automatic date update in version.inGDB Administrator2017-03-241-1/+1
* Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi2017-03-236-82/+39
* Remove MAX_REGISTER_SIZE from sol-thread.cAlan Hayward2017-03-232-9/+4
* Handle PRFM in AArch64 process recordYao Qi2017-03-232-3/+64
* Fix code indentationYao Qi2017-03-232-8/+17
* Remove AARCH64_RECORD_FAILUREYao Qi2017-03-232-1/+4
* Remove constness of libdir in do_start_initializationAndreas Arnez2017-03-231-1/+1
* Fix memory leak in python.c:do_start_initializationPhilipp Rudo2017-03-232-1/+7
* Automatic date update in version.inGDB Administrator2017-03-231-1/+1
* Sanitize RISC-V GAS help text, documentationPalmer Dabbelt2017-03-223-7/+17
* gas: xtensa: make trampolines relaxation work with jumps in slots other than 0Max Filippov2017-03-222-4/+25
* Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi2017-03-223-11/+13
* Sync top level config files with master versions in the FSF config project.Nick Clifton2017-03-223-9/+26
* Remove @code for pythonYao Qi2017-03-222-1/+5
* Wrap locally used classes in anonymous namespaceYao Qi2017-03-225-0/+27
* Import sys in gdb/python/lib/gdb/printer/bound_registers.pyJonah Graham2017-03-222-0/+7
* Automatic date update in version.inGDB Administrator2017-03-221-1/+1
* Disable shared library tests for nios2-*-elf.Sandra Loosemore2017-03-212-0/+6
* windows: Use ptid from regcache in register fetch/storeSimon Marchi2017-03-212-26/+40
* Remove remaining reference to struct serial::current_timeoutSimon Marchi2017-03-212-2/+5
* S/390: Remove vx2 facility flagAndreas Krebbel2017-03-217-152/+160
* Add --inlines option to objdump to include scope backtrace of inlined functio...Andi Kleen2017-03-214-2/+44
* arc/nps400: Add cp16/cp32 instructions to opcodes libraryRinat Zelig2017-03-218-3/+900
* Update support for GNU BUILD notes so that version notes can contain extra in...Nick Clifton2017-03-213-25/+46
* Decode properly flags of %ccr register on sparc64.Ivo Raisr2017-03-216-11/+304
* ld: check overflow only for allocated sections.Tristan Gingold2017-03-212-14/+20
* Fix break on Python 2Tim Wiederhake2017-03-216-2/+27