aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-04compress .gnu.debuglto_.debug_* sections if requestedMartin Liska2-5/+6
2022-10-04RISC-V/gas: allow generating up to 176-bit instructions with .insnJan Beulich8-10/+85
2022-10-04RISC-V/gas: don't open-code insn_length()Jan Beulich1-1/+1
2022-10-04RISC-V/gas: drop stray call to install_insn()Jan Beulich1-1/+0
2022-10-04RISC-V/gas: drop riscv_subsets static variableJan Beulich1-18/+14
2022-10-04RISC-V: don't cast expressions' X_add_number to long in diagnosticsJan Beulich1-4/+4
2022-10-04ignore DWARF debug information for -gsplit-dwarf with dwarf-5Potharla, Rupesh1-1/+11
2022-10-04Automatic date update in version.inGDB Administrator1-1/+1
2022-10-03Fix self-move warning check for GCC 13+Jan-Benedict Glaw2-0/+8
2022-10-03gdb: constify inferior::target_is_pushedSimon Marchi1-1/+1
2022-10-03[AArch64] Handle W registers as pseudo-registers instead of aliases of X regi...Luis Machado4-34/+212
2022-10-03[AArch64] Fix pseudo-register numbering in the presence of unexpected additio...Luis Machado1-2/+13
2022-10-03readelf: DO not load section headers from file offset zeroNick Clifton2-0/+19
2022-10-03RISC-V: Move supervisor instructions after all unprivileged onesTsukasa OI1-32/+32
2022-10-03Improve GDB's baseclass detection with typedefsBruno Larsen3-17/+37
2022-10-03RISC-V: Assign DWARF numbers to vector registersTsukasa OI4-12/+91
2022-10-03RISC-V: Add testcase for DWARF register numbersTsukasa OI2-0/+296
2022-10-03Automatic date update in version.inGDB Administrator1-1/+1
2022-10-02[gdb/testsuite] Fix waitpid testing in next-fork-other-thread.cTom de Vries1-1/+1
2022-10-02gdb/testsuite: handle invalid .exp names passed in TESTSAndrew Burgess1-10/+30
2022-10-02gdb/disasm: better intel flavour disassembly styling with PygmentsAndrew Burgess1-4/+55
2022-10-02gdb: improve disassembler styling when Pygments raises an exceptionAndrew Burgess3-24/+130
2022-10-02gdb/testsuite: extend styling test for libopcodes stylingAndrew Burgess1-30/+65
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess16-56/+27
2022-10-02gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess29-146/+66
2022-10-02gdb/csky: remove nullptr return from csky_pseudo_register_nameAndrew Burgess2-20/+11
2022-10-02gdb: add asserts to gdbarch_register_nameAndrew Burgess3-2/+41
2022-10-02gdb: check for duplicate register names in selftestAndrew Burgess5-11/+26
2022-10-02gdb: add a gdbarch_register_name self test, and fix some architecturesAndrew Burgess7-71/+69
2022-10-02gdb/gdbarch: add a comment to gdbarch_register_nameAndrew Burgess2-0/+13
2022-10-02gdb/riscv: fix failure in gdb.base/completion.expAndrew Burgess1-13/+12
2022-10-02gdb/testsuite: rewrite capture_command_output procAndrew Burgess1-3/+32
2022-10-02gdb/mi: new options for -data-disassemble commandAndrew Burgess3-48/+188
2022-10-02gdb/mi: some int to bool conversionAndrew Burgess1-12/+12
2022-10-02gdb/doc: update syntax of -data-disassemble command argumentsAndrew Burgess1-3/+7
2022-10-02gdb: make gdb_disassembly_flag unsignedAndrew Burgess1-1/+1
2022-10-02gdb: disassembler opcode display formattingAndrew Burgess8-16/+109
2022-10-02gdb/disasm: read opcodes bytes with a single read_code callAndrew Burgess2-9/+10
2022-10-02gdb/testsuite: new test for -data-disassemble opcodes formatAndrew Burgess2-0/+110
2022-10-02Automatic date update in version.inGDB Administrator1-1/+1
2022-10-01Automatic date update in version.inGDB Administrator1-1/+1
2022-09-30RISC-V: Relax "fmv.[sdq]" requirementsTsukasa OI7-3/+9
2022-09-30RISC-V: Reorganize and enhance 'Zfinx' testsTsukasa OI6-106/+207
2022-09-30RISC-V: Eliminate long-casts of X_add_number in diagnosticsChristoph Müllner1-8/+8
2022-09-30RISC-V: fallout from "re-arrange opcode table for consistent alias handling"Jan Beulich4-14/+14
2022-09-30RISC-V: fix build after "Add support for arbitrary immediate encoding formats"Jan Beulich2-6/+6
2022-09-30objcopy: avoid "shadowing" of remove() function nameJan Beulich1-4/+4
2022-09-30RISC-V: drop stray INSN_ALIAS flagsJan Beulich3-3/+38
2022-09-30RISC-V: re-arrange opcode table for consistent alias handlingJan Beulich28-206/+422
2022-09-30x86: correct build dependencies in opcodes/Jan Beulich2-12/+16