aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-21libctf: tests: prune warnings from compiler outputNick Alcock2-6/+6
2022-06-21libctf: avoid mingw warningNick Alcock1-1/+1
2022-06-21libctf: fix linking together multiple objects derived from the same sourceNick Alcock8-33/+280
2022-06-21Document how GDB searches for files when using -s, -e, and -se optionsKevin Buettner1-0/+5
2022-06-21Binutils support for dwarf-5 (location and range lists related)Nick Clifton3-13/+51
2022-06-21Default to disabling the linker warnings about execstack and RWX segments if ...Nick Clifton4-109/+164
2022-06-21Automatic date update in version.inGDB Administrator1-1/+1
2022-06-20Move finish_print out of value_print_optionsTom Tromey3-9/+10
2022-06-20PR29262, memory leak in pr_function_typeAlan Modra1-5/+2
2022-06-20PR29261, memory leak in parse_stab_struct_fieldsAlan Modra1-1/+4
2022-06-20Automatic date update in version.inGDB Administrator1-1/+1
2022-06-19Automatic date update in version.inGDB Administrator1-1/+1
2022-06-18Fix assertion failure in copy_typeTom Tromey2-12/+12
2022-06-18Fix the sorting algorithm for reloc entriesTomoaki Kawada4-2/+41
2022-06-18gdb/python: Export nibbles to python layerEnze Li3-1/+84
2022-06-18gdb/doc: Documentation for the new print commandEnze Li2-4/+36
2022-06-18gdb: Add new 'print nibbles' featureEnze Li8-3/+113
2022-06-18Automatic date update in version.inGDB Administrator1-1/+1
2022-06-17gdb: NEWS: Move LoongArch gdbserver to the correct sectionTiezhu Yang1-3/+8
2022-06-17PR29256, memory leak in obj_elf_section_nameAlan Modra1-14/+18
2022-06-17PR29255, memory leak in make_tempdirAlan Modra1-9/+11
2022-06-17PR29254, memory leak in stab_demangle_v3_argAlan Modra1-1/+4
2022-06-17Fix GDB build with GCC 4.8 & 4.9Pedro Alves2-10/+15
2022-06-17Convert set_location_spec_string to a methodPedro Alves3-27/+19
2022-06-17Convert location_spec_to_string to a methodPedro Alves8-49/+27
2022-06-17Convert location_spec_type to a methodPedro Alves5-31/+25
2022-06-17Convert location_spec_empty_p to a methodPedro Alves3-15/+2
2022-06-17Eliminate copy_location_specPedro Alves4-19/+6
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves9-506/+452
2022-06-17event_location -> location_specPedro Alves21-591/+605
2022-06-16gprofng: fix build with -Werror=format-truncationVladimir Mezentsev7-115/+27
2022-06-17Automatic date update in version.inGDB Administrator1-1/+1
2022-06-16[gdb/testsuite] Fix have_mpx testTom de Vries1-1/+1
2022-06-16use of uninitialised value in input_file_openAlan Modra1-7/+7
2022-06-16Always free matching vector from bfd_check_format_matchesAlan Modra10-49/+21
2022-06-16Revert "Revert "Fix fbsd core matching""Alan Modra1-30/+10
2022-06-16Restore readelf -wFAlan Modra2-103/+60
2022-06-16PR29250, readelf erases CIE initial register stateAlan Modra4-38/+87
2022-06-16Automatic date update in version.inGDB Administrator1-1/+1
2022-06-15sim: fix BFD_VMA format arguments on 32-bit hosts [PR gdb/29184]Sergei Trofimovich3-8/+10
2022-06-15Check for listeners in emit_exiting_eventTom Tromey1-0/+3
2022-06-15Add to documentation of Python 'dont_repeat' methodTom Tromey1-2/+4
2022-06-15gdb/arm: Make sp alias for one of the other stack pointersYvan Roux1-9/+11
2022-06-15gdb/arm: Track msp and pspYvan Roux1-0/+18
2022-06-15gdb/arm: Fetch initial sp value prior to compareYvan Roux1-0/+1
2022-06-15gdb: unify two dis_asm_read_memory functions in disasm.cAndrew Burgess2-25/+20
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess7-135/+170
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess12-1/+2648
2022-06-15gdb: add extension language print_insn hookAndrew Burgess6-4/+78
2022-06-15gdb: add new base class to gdb_disassemblerAndrew Burgess4-52/+154