summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compile-cplus-types.c build errorsSimon Marchi2018-08-302-2/+13
* Treat SHT_FINI_ARRAY and SHT_PREINIT_ARRAY as relocatable sectionsH.J. Lu2018-08-306-0/+42
* Use host_address_to_string in compile_cplus_instance::enter_scopeKeith Seitz2018-08-302-1/+9
* [MIPS] Add myself as a MIPS port maintainer.Chenghua Xu2018-08-302-0/+5
* Automatic date update in version.inGDB Administrator2018-08-301-1/+1
* C++ compile supportKeith Seitz2018-08-2938-30/+4449
* Add new search_symbols_multiple APIKeith Seitz2018-08-293-1/+96
* Use block_symbol in linespec APIsKeith Seitz2018-08-295-83/+115
* Remove VEC definitions from linespec.cKeith Seitz2018-08-292-7/+5
* Change decode_compound_collector to use std::vectorKeith Seitz2018-08-292-64/+37
* Change `minimal_symbols' to std::vector in linespec.c structuresKeith Seitz2018-08-292-80/+65
* Change `label_symbols' to std::vector in linespec.c structuresKeith Seitz2018-08-292-27/+35
* Change `function_symbols' to std::vectorKeith Seitz2018-08-292-77/+104
* Change `file_symtabs' to std::vectorKeith Seitz2018-08-292-66/+69
* Use core_addr_to_string_nz in csky_analyze_prologueTom Tromey2018-08-292-4/+9
* Fix windows-nat.c for -WnarrowingTom Tromey2018-08-292-9/+19
* sparc/leon: add support for partial write psr instructionMartin Aberg2018-08-296-0/+39
* Fix riscv-linux native gdb build failure.Jim Wilson2018-08-292-4/+12
* Update gnulib to current upstream masterSergio Durigan Junior2018-08-29317-8028/+12466
* Indicate batch mode failures by exiting with nonzero statusGary Benson2018-08-297-31/+129
* Remove newline at end of warning messageSimon Marchi2018-08-292-1/+6
* [MIPS] Add Loongson 2K1000 proccessor support.Chenghua Xu2018-08-2921-1/+83
* [MIPS] Add Loongson 3A2000/3A3000 proccessor support.Chenghua Xu2018-08-2921-1/+86
* [MIPS] Add Loongson 3A1000 proccessor support.Chenghua Xu2018-08-2925-50/+109
* [MIPS/GAS] Add Loongson EXT2 Instructions support.Chenghua Xu2018-08-2918-2/+144
* [MIPS/GAS] Split Loongson EXT Instructions from loongson3a.Chenghua Xu2018-08-2918-70/+178
* [MIPS/GAS] Split Loongson CAM Instructions from loongson3aChenghua Xu2018-08-2921-18/+154
* infcall-nested-structs: Test up to five fieldsAlan Hayward2018-08-293-47/+171
* Aarch64: Float register detection for return valuesAlan Hayward2018-08-292-153/+56
* Aarch64: Float register detection for _push_dummy_callAlan Hayward2018-08-292-74/+83
* Aarch64: Func to detect args passed in float regsAlan Hayward2018-08-292-0/+147
* [MIPS/LD/testsuite] Skip o32 flags check on mips*-*-irix*Chenghua Xu2018-08-292-1/+11
* Automatic date update in version.inGDB Administrator2018-08-291-1/+1
* Get rid of -Wodr warning (PR build/23399)Simon Marchi2018-08-285-6/+28
* Modify gdb.base/commands.exp to test multi breakpoints command clearing.Philippe Waroquiers2018-08-281-2/+45
* Fix regression for multi breakpoints command line clearing.Philippe Waroquiers2018-08-281-1/+7
* Remove some uses of VEC from parsersTom Tromey2018-08-284-67/+74
* Implement struct type_stack with a vectorSimon Marchi2018-08-283-74/+69
* Mention csky target in the NEWS.Hafiz Abid Qadeer2018-08-282-0/+6
* Add support for new target 'csky'.Hafiz Abid Qadeer2018-08-286-0/+2942
* Automatic date update in version.inGDB Administrator2018-08-281-1/+1
* x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bitH.J. Lu2018-08-2719-14/+234
* MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany2018-08-274-3/+18
* readelf.c: Break multi-statement lineH.J. Lu2018-08-272-3/+15
* Remove -Wno-narrowing from warnings.m4Tom Tromey2018-08-275-3/+14
* Avoid -Wnarrowing warnings in aarch64-linux-tdep.cTom Tromey2018-08-272-2/+8
* Avoid -Wnarrowing warnings in gdbserverTom Tromey2018-08-272-19/+45
* Avoid -Wnarrowing warnings in ppc64-tdep.cTom Tromey2018-08-272-43/+53
* Fix two -Wnarrowing warnings in xtensa-tdep.hTom Tromey2018-08-272-2/+7
* Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey2018-08-2723-240/+400