aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Don't use PyLong_FromLongTom Tromey8-12/+38
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey8-16/+41
2020-09-15Don't use gdb_py_long_from_longestTom Tromey5-9/+15
2020-09-15Don't use PyInt_FromSsize_tTom Tromey3-3/+9
2020-09-15Avoid running one Rust test against older LLVMTom Tromey3-2/+36
2020-09-15Remove ui::numTom Tromey3-7/+6
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey8-9/+23
2020-09-15PR26610, ARM's "VFPv3 vldr to vmov" gas testcase failAlan Modra2-19/+28
2020-09-15Add note about creating a bugzilla tag for a point release.Nick Clifton2-0/+9
2020-09-15Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton3-6/+14
2020-09-15Change the /nop directive for the BPF port of the assembler to use the encodi...David Faust2-1/+7
2020-09-14gdb: introduce debuginfod_client_up typeSimon Marchi2-11/+32
2020-09-14gdb: use make_unique_xstrdup in debuginfod-support.cSimon Marchi2-1/+6
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi7-35/+35
2020-09-15CRIS: fix PR ld/26589, a missing NULL check in fix for PR ld/22269Hans-Peter Nilsson5-1/+42
2020-09-14gdb: fix compile break when HAVE_LIBEXPAT is not definedMichael Mullin2-2/+6
2020-09-15Automatic date update in version.inGDB Administrator1-1/+1
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves12-98/+951
2020-09-14Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)Pedro Alves3-17/+77
2020-09-14Rename address_space_int_to_name/address_space_name_to_intPedro Alves6-21/+37
2020-09-14Use type_instance_flags more throughoutPedro Alves14-85/+168
2020-09-14Apply 'const' in more placesTom Tromey32-87/+160
2020-09-14gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi6-63/+72
2020-09-14Fix support for theassembler's new ".nop" directive on the IA64 target.Nick Clifton2-0/+3
2020-09-14gdb: don't use inferior_ptid in linux_nat_wait_1Simon Marchi2-6/+10
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