aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey2018-08-276-7/+20
* Avoid -Wnarrowing warnings from quote_char()Tom Tromey2018-08-273-2/+8
* Fix indentation in solist.hSimon Marchi2018-08-262-135/+140
* Automatic date update in version.inGDB Administrator2018-08-271-1/+1
* Make ada_tasks_inferior_data::task_list an std::vectorSimon Marchi2018-08-262-53/+50
* Make ada-lang.c::add_angle_brackets return an std::stringSimon Marchi2018-08-262-8/+7
* Delay evaluation of alignment expressions in output sectionsAlan Modra2018-08-2610-40/+88
* Automatic date update in version.inGDB Administrator2018-08-261-1/+1
* Initialize variable in py_get_event_threadSimon Marchi2018-08-252-2/+7
* elf: Check for corrupt symbol version infoH.J. Lu2018-08-254-1/+22
* Automatic date update in version.inGDB Administrator2018-08-251-1/+1
* gdb/python: Use copy-initialization more when possiblePedro Alves2018-08-249-39/+61
* Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserver (PR gdb/23379)Pedro Alves2018-08-245-27/+64
* [PATCH] [MIPS] LD/testsuite: Skip 32bit test if ld not support.Chenghua Xu2018-08-242-0/+47
* x86: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu2018-08-2476-199/+896
* x86: Add GNU_PROPERTY_X86_UINT32_VALIDH.J. Lu2018-08-246-14/+66
* ehdr_start twiddlesAlan Modra2018-08-242-12/+21
* Automatic date update in version.inGDB Administrator2018-08-241-1/+1
* Test case for functions with non-contiguous rangesKevin Buettner2018-08-233-0/+488
* Relocate block range start and end addressesKevin Buettner2018-08-232-0/+16
* Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner2018-08-233-4/+61
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-2317-31/+61