aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-14Various m68k fixes for gdbTom Tromey3-46/+147
2020-09-14gdb: remove xfree in xml-support.cSimon Marchi2-3/+8
2020-09-14gdb: change xml_fetch_another a function_viewSimon Marchi5-40/+69
2020-09-14Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton18-39/+165
2020-09-14gdb: remove TYPE_ENDIANITY_NOT_DEFAULTSimon Marchi3-9/+12
2020-09-14gdb: add type::endianity_is_not_default / type::set_endianity_is_not_defaultSimon Marchi4-5/+23
2020-09-14gdb: remove TYPE_FIXED_INSTANCESimon Marchi4-19/+22
2020-09-14gdb: add type::is_fixed_instance / type::set_is_fixed_instanceSimon Marchi3-8/+25
2020-09-14gdb: remove TYPE_GNU_IFUNCSimon Marchi6-14/+17
2020-09-14gdb: add type::is_gnu_ifunc / type::set_is_gnu_ifuncSimon Marchi3-3/+21
2020-09-14gdb: remove TYPE_STUB_SUPPORTEDSimon Marchi3-9/+12
2020-09-14gdb: add type::stub_is_supported / type::set_stub_is_supportedSimon Marchi3-3/+19
2020-09-14gdb: remove TYPE_VECTORSimon Marchi29-92/+96
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi9-13/+29
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi17-27/+30
2020-09-14gdb: add type::has_varargs / type::set_has_varargsSimon Marchi6-7/+24
2020-09-14gdb: remove TYPE_PROTOTYPEDSimon Marchi8-13/+16
2020-09-14gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi7-10/+27
2020-09-14gdb: remove TYPE_TARGET_STUBSimon Marchi3-11/+14
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi9-16/+34
2020-09-14gdb: remove TYPE_STUBSimon Marchi13-28/+31
2020-09-14gdb: add type::is_stub / type::set_is_stubSimon Marchi7-15/+31
2020-09-14gdb: remove TYPE_NOSIGNSimon Marchi6-17/+20
2020-09-14gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi7-9/+26
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi30-86/+88
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi10-27/+48
2020-09-14Fix exception stack unwinding for ARM Cortex-MFredrik Hederstierna2-8/+123
2020-09-14CSKY: Set feature flags for default cpu.Cooper Qu1-3/+2
2020-09-14[gdb/testsuite] Fix PATH warning in gdb.rust/traits.expTom de Vries2-1/+5
2020-09-14Automatic date update in version.inGDB Administrator1-1/+1
2020-09-13gdb/testsuite: Explicitly return from mainPedro Alves54-11/+154
2020-09-13Fix gdb.base/share-env-with-gdbserver.exp with ClangPedro Alves2-1/+8
2020-09-13Make default_mi_gdb_start/dbx_gdb_start use gdb_spawnPedro Alves3-22/+30
2020-09-13Fix a couple gdb.dwarf2/ testcases with "clang -flto"Pedro Alves3-15/+27
2020-09-13Add MI "-break-insert --qualified"Pedro Alves9-26/+320
2020-09-13Remove stale "register" bits from gdb.cp/misc.ccPedro Alves4-41/+10
2020-09-13Move "register" test out of classes.exp to a separate testcasePedro Alves5-72/+136
2020-09-13Don't drop static function bp locations w/o debug infoPedro Alves10-47/+363
2020-09-13Re: elf: Add -z unique-symbolAlan Modra2-3/+9
2020-09-12Update NEWS post GDB 10 branch creation.Joel Brobecker2-1/+9
2020-09-12Bump version to 11.0.50.DATE-git.Joel Brobecker4-2/+11
2020-09-13Automatic date update in version.inGDB Administrator1-1/+1
2020-09-12Fix GDB build in infrun.c when configured with unit tests disabledgdb-10-branchpointJoel Brobecker2-0/+7
2020-09-12elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu16-41/+406
2020-09-12Automatic date update in version.inGDB Administrator1-1/+1
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt18-5/+413
2020-09-11i386-tdep: Fix naming in zmm and ymm type descriptions.Felix Willgerodt2-14/+19
2020-09-11Sync include, libiberty with GCC.Felix Willgerodt4-1/+37
2020-09-11gas: Don't error when .debug_line already exists, unless .loc was usedMark Wielaard13-10/+369
2020-09-12CSKY: Change ISA flag's type to bfd_uint64_t and fix build error.Cooper Qu2-31/+72