aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess174-714/+10
2022-06-24gdb/testsuite: remove global gcc_compiled from gdb.expAndrew Burgess37-177/+54
2022-06-24Include count of unexpected core files in gdb.sum summaryPedro Alves2-1/+49
2022-06-24Improve core file path detection & put cores in output dirPedro Alves5-54/+117
2022-06-24gdb: make use of RAII in run_inferior_callAndrew Burgess1-14/+11
2022-06-24Delete delete_thread_silentPedro Alves2-27/+5
2022-06-24Automatic date update in version.inGDB Administrator1-1/+1
2022-06-23Don't declare cli_set_loggingTom Tromey1-5/+0
2022-06-23Use PyBool_FromLongTom Tromey3-8/+4
2022-06-23PowerPC64: fix assertion in ppc_build_one_stub with -Os codeAlan Modra1-1/+2
2022-06-23Re: PowerPC64: stub debug dumpAlan Modra1-41/+61
2022-06-23aarch64: Allow PC-relative relocations against protected STT_FUNC for -sharedFangrui Song4-1/+20
2022-06-23aarch64: Define elf_backend_extern_protected_data to 0 [PR 18705]Fangrui Song2-2/+2
2022-06-23Automatic date update in version.inGDB Administrator1-1/+1
2022-06-22Use std::string for interpreter_pTom Tromey4-31/+15
2022-06-22Move mi_interpreter to mi-interp.hTom Tromey3-51/+51
2022-06-22Use unique_xmalloc_ptr in interpTom Tromey2-8/+6
2022-06-22aarch64: Disallow copy relocations on protected dataFangrui Song4-1/+46
2022-06-22Binutils support for split-dwarf and dwarf-5Kumar N, Bhuvanendra3-15/+56
2022-06-22RISC-V: Reorder the prefixed extensions which are out of order.Nelson Chu7-38/+0
2022-06-22RISC-V: Use single h extension to control hypervisor CSRs and instructions.Nelson Chu16-364/+411
2022-06-22RISC-V: Add 'H' to canonical extension orderingTsukasa OI1-1/+1
2022-06-22RISC-V: Prepare i18n for required ISA extensionsTsukasa OI1-13/+14
2022-06-22RISC-V: Fix inconsistent error message (range)Tsukasa OI1-1/+1
2022-06-22readelf: replace xmalloc with malloc in slurp_relr_relocsMarcus Nilsson2-1/+6
2022-06-22PowerPC64: stub debug dumpAlan Modra1-2/+57
2022-06-22PR29270, DW_FORM_udata signed outputAlan Modra1-1/+5
2022-06-22Automatic date update in version.inGDB Administrator1-1/+1
2022-06-21ld: regenerate configure after recent misgenerationNick Alcock1-118/+103
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