aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-16gdb: Move la_language into the language_defn classAndrew Burgess13-20/+27
2020-09-16gdb: Convert la_filename_extensions to a methodAndrew Burgess14-75/+147
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess17-60/+263
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess18-29/+84
2020-09-16gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess15-25/+55
2020-09-16Add myself to gdb/MAINTAINERS.Felix Willgerodt2-0/+5
2020-09-16[gdb/testsuite] Fix unbalanced braces in gdb.tui/new-layout.expTom de Vries2-6/+11
2020-09-16Tidy elf_symbol_fromAlan Modra16-20/+47
2020-09-16PR26623, buffer overflow in ppc_symbol_is_validAlan Modra2-1/+7
2020-09-15Remove TYPE_CODE_INT case from f_value_print_innerTom Tromey2-13/+6
2020-09-15Handle member pointers directly in generic_value_printTom Tromey4-32/+41
2020-09-16Automatic date update in version.inGDB Administrator1-1/+1
2020-09-15PE/x86-64: Display PE relocation namesH.J. Lu5-16/+25
2020-09-15elf: Check bfd_target_elf_flavour on input firstH.J. Lu2-1/+6
2020-09-15Don't use PyInt_FromLongTom Tromey12-24/+62
2020-09-15Don't use PyLong_FromUnsignedLongTom Tromey2-2/+7
2020-09-15Don't use PyLong_FromLongLongTom Tromey3-2/+9
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