aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-13MIPS/opcodes: Rework INSN_* flags into a consistent blockMaciej W. Rozycki1-28/+25
2024-06-13MIPS/opcodes: Update INSN_CHIP_MASK for INSN_ALLEGREXMaciej W. Rozycki1-1/+1
2024-06-13Automatic date update in version.inGDB Administrator1-1/+1
2024-06-12Remove LS_TOKEN_STOKEN macroTom Tromey1-35/+33
2024-06-12Remove LS_TOKEN_KEYWORD macroTom Tromey1-3/+2
2024-06-12Remove PARSER_STREAM macroTom Tromey1-88/+87
2024-06-12Remove PARSER_EXPLICIT macroTom Tromey1-33/+30
2024-06-12Remove PARSER_RESULT macroTom Tromey1-31/+25
2024-06-12Remove PARSER_STATE macroTom Tromey1-27/+25
2024-06-12[gdb/testsuite] Fix error in gdb.server/server-kill-python.expTom de Vries1-0/+6
2024-06-12[gdb/python] Add typesafe wrapper around PyObject_CallMethodTom Tromey6-37/+79
2024-06-12aarch64: add Branch Record Buffer extension instructionsClaudio Bantaloukas18-2449/+2566
2024-06-12Allow calling of user-defined function call operatorsHannes Domani3-3/+63
2024-06-12Add "error_message+" feature to qSupportedAlexandra Hájková4-34/+83
2024-06-12PR 31882 libctf: test suite incorrect format specifiersA. Wilcox2-2/+2
2024-06-12RISC-V: Support S[sm]csrind extension csrs.Jiawei12-42/+593
2024-06-12Automatic date update in version.inGDB Administrator1-1/+1
2024-06-11gdb: convert separate-debug-file to new(ish) debug schemeAndrew Burgess3-54/+48
2024-06-11gdb: warn of slow remote file reading only after a successful openAndrew Burgess3-17/+160
2024-06-11gdb: avoid duplicate search in build_id_to_bfd_suffixAndrew Burgess1-2/+8
2024-06-11gdb/fileio: fix errno for packets where an attachment is expectedAndrew Burgess1-0/+3
2024-06-11Fix cast types for openclHannes Domani1-3/+5
2024-06-11Fix 64-bit shifts where long only has 32-bit sizeHannes Domani2-4/+16
2024-06-11Fix too-large or negative right shift of negative numbersHannes Domani2-1/+16
2024-06-11Fix right shift of negative numbersHannes Domani2-2/+4
2024-06-11Restore bitshift.exp testsHannes Domani1-1/+1
2024-06-11fix division by zero in target_read_string()Kilian Kilger1-1/+1
2024-06-11Remove useless call to wnoutrefreshTom Tromey1-2/+0
2024-06-11Remove extract_long_unsigned_integerTom Tromey2-56/+0
2024-06-11support_dt_relr aarch64Alan Modra1-1/+1
2024-06-11Fix printing strings on macOS SonomaCiaran Woodward1-2/+13
2024-06-11MIPS/opcodes: Add MIPS Allegrex DBREAK instructionDavid Guillen Fandos3-2/+4
2024-06-11MIPS/opcodes: Exclude trap instructions for MIPS AllegrexDavid Guillen Fandos5-30/+60
2024-06-11PR31872, Segfault in objdump (elf_slurp_reloc_table_from_section)Alan Modra1-4/+4
2024-06-11Automatic date update in version.inGDB Administrator1-1/+1
2024-06-10IBM zSystems: Rewrite l(g)rl @GOTENT to larl for --no-pieIlya Leoshkevich5-12/+41
2024-06-10Make global_symbol_searcher::filenames privateTom Tromey3-35/+26
2024-06-10[gdb/python] Fix GDB_PY_{LL,LLU}_ARG on platform without long longTom de Vries1-2/+2
2024-06-10[gdb/python] Fix gdb.python/py-disasm.exp on arm-linuxTom de Vries3-7/+9
2024-06-10aarch64: warn on unpredictable results for new rcpc3 instructionsMatthieu Longo6-26/+306
2024-06-10Revert "MIPS/Allegrex: Exclude trap instructions"Maciej W. Rozycki4-57/+30
2024-06-10Revert "MIPS/Allegrex: Enable dbreak instruction"Maciej W. Rozycki3-4/+2
2024-06-10[gdb/python] Note that python 3.6 assumes long long supportTom de Vries1-2/+13
2024-06-10PR31873, buffer overflow in evax_bfd_print_dstAlan Modra1-0/+2
2024-06-10src-release.sh: don't take untracked files into account in the uncommitted c...Rostislav Krasny1-2/+2
2024-06-10MIPS/Allegrex: Enable dbreak instructionDavid Guillen Fandos3-2/+4
2024-06-10MIPS/Allegrex: Exclude trap instructionsDavid Guillen Fandos4-30/+57
2024-06-10x86/APX: convert ZU to operand constraintJan Beulich5-4224/+4228
2024-06-10x86: disassembler macro for condition codeJan Beulich9-557/+347
2024-06-10x86/APX: support extended SETcc formJan Beulich5-312/+564