summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton2020-09-153-6/+14
* Change the /nop directive for the BPF port of the assembler to use the encodi...David Faust2020-09-152-1/+7
* gdb: introduce debuginfod_client_up typeSimon Marchi2020-09-142-11/+32
* gdb: use make_unique_xstrdup in debuginfod-support.cSimon Marchi2020-09-142-1/+6
* gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi2020-09-147-35/+35
* CRIS: fix PR ld/26589, a missing NULL check in fix for PR ld/22269Hans-Peter Nilsson2020-09-155-1/+42
* gdb: fix compile break when HAVE_LIBEXPAT is not definedMichael Mullin2020-09-142-2/+6
* Automatic date update in version.inGDB Administrator2020-09-151-1/+1
* Rewrite enum_flags, add unit tests, fix problemsPedro Alves2020-09-1412-98/+951
* Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)Pedro Alves2020-09-143-17/+77
* Rename address_space_int_to_name/address_space_name_to_intPedro Alves2020-09-146-21/+37
* Use type_instance_flags more throughoutPedro Alves2020-09-1414-85/+168
* Apply 'const' in more placesTom Tromey2020-09-1432-87/+160
* gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi2020-09-146-63/+72
* Fix support for theassembler's new ".nop" directive on the IA64 target.Nick Clifton2020-09-142-0/+3
* gdb: don't use inferior_ptid in linux_nat_wait_1Simon Marchi2020-09-142-6/+10
* Various m68k fixes for gdbTom Tromey2020-09-143-46/+147
* gdb: remove xfree in xml-support.cSimon Marchi2020-09-142-3/+8
* gdb: change xml_fetch_another a function_viewSimon Marchi2020-09-145-40/+69
* Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton2020-09-1418-39/+165
* gdb: remove TYPE_ENDIANITY_NOT_DEFAULTSimon Marchi2020-09-143-9/+12
* gdb: add type::endianity_is_not_default / type::set_endianity_is_not_defaultSimon Marchi2020-09-144-5/+23
* gdb: remove TYPE_FIXED_INSTANCESimon Marchi2020-09-144-19/+22
* gdb: add type::is_fixed_instance / type::set_is_fixed_instanceSimon Marchi2020-09-143-8/+25
* gdb: remove TYPE_GNU_IFUNCSimon Marchi2020-09-146-14/+17
* gdb: add type::is_gnu_ifunc / type::set_is_gnu_ifuncSimon Marchi2020-09-143-3/+21
* gdb: remove TYPE_STUB_SUPPORTEDSimon Marchi2020-09-143-9/+12
* gdb: add type::stub_is_supported / type::set_stub_is_supportedSimon Marchi2020-09-143-3/+19
* gdb: remove TYPE_VECTORSimon Marchi2020-09-1429-92/+96
* gdb: add type::is_vector / type::set_is_vectorSimon Marchi2020-09-149-13/+29
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-1417-27/+30
* gdb: add type::has_varargs / type::set_has_varargsSimon Marchi2020-09-146-7/+24
* gdb: remove TYPE_PROTOTYPEDSimon Marchi2020-09-148-13/+16
* gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi2020-09-147-10/+27
* gdb: remove TYPE_TARGET_STUBSimon Marchi2020-09-143-11/+14
* gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi2020-09-149-16/+34
* gdb: remove TYPE_STUBSimon Marchi2020-09-1413-28/+31
* gdb: add type::is_stub / type::set_is_stubSimon Marchi2020-09-147-15/+31
* gdb: remove TYPE_NOSIGNSimon Marchi2020-09-146-17/+20
* gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi2020-09-147-9/+26
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-1430-86/+88
* gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi2020-09-1410-27/+48
* Fix exception stack unwinding for ARM Cortex-MFredrik Hederstierna2020-09-142-8/+123
* CSKY: Set feature flags for default cpu.Cooper Qu2020-09-141-3/+2
* [gdb/testsuite] Fix PATH warning in gdb.rust/traits.expTom de Vries2020-09-142-1/+5
* Automatic date update in version.inGDB Administrator2020-09-141-1/+1
* gdb/testsuite: Explicitly return from mainPedro Alves2020-09-1354-11/+154
* Fix gdb.base/share-env-with-gdbserver.exp with ClangPedro Alves2020-09-132-1/+8
* Make default_mi_gdb_start/dbx_gdb_start use gdb_spawnPedro Alves2020-09-133-22/+30
* Fix a couple gdb.dwarf2/ testcases with "clang -flto"Pedro Alves2020-09-133-15/+27