]> git.ipfire.org Git - thirdparty/binutils-gdb.git/shortlog
thirdparty/binutils-gdb.git
2023-06-19  Nick CliftonFix illegal memory access implementing relocs in a...
2023-06-19  Tom de Vries[gdb/testsuite] Add shared_gnat_runtime_has_debug_info
2023-06-19  Tom de Vries[gdb/tui] Simplify tui_update_variables
2023-06-19  Tom de Vries[gdb] Add template functions assign_return/set_if_changed
2023-06-19  Andreas Schwabriscv: Use run-time endianess for floating point literals
2023-06-19  GDB AdministratorAutomatic date update in version.in
2023-06-18  Tom de Vries[gdb/testsuite] Clean standard_output_file dir in gdb_init
2023-06-18  GDB AdministratorAutomatic date update in version.in
2023-06-17  Tom de Vries[gdb/testsuite] Remove f-string in gdb.python/py-unwind.py
2023-06-17  Tom de Vries[gdb/testsuite] Add nopie in a few test-cases
2023-06-17  Tom de Vries[gdb/testsuite] Use require in gdb.dwarf2/implptr.exp
2023-06-17  GDB AdministratorAutomatic date update in version.in
2023-06-16  Tom de Vries[gdb/testsuite] Clean up before compilation in gdb...
2023-06-16  Tom de Vries[gdb/testsuite] Use %progbits in gdb.arch/thumb*.S
2023-06-16  mengqinggangLoongArch: Fix ld "undefined reference" error with...
2023-06-16  Andrew Burgessgdb: update IRC reference from Freenode to Libera.Chat
2023-06-16  Jan Beulichx86: shrink Masking insn attribute to a single bit...
2023-06-16  Alan ModraCorrect ld-elf/eh5 test for hppa64
2023-06-16  GDB AdministratorAutomatic date update in version.in
2023-06-15  Maciej W. Rozyckibinutils/NEWS: Mention Sony Allegrex MIPS CPU support
2023-06-15  Maciej W. RozyckiMIPS/GAS/testsuite: Fix `-modd-spreg'/`-mno-odd-spreg...
2023-06-15  David Guillen... Add additional missing Allegrex CPU instructions
2023-06-15  David Guillen... Add rotation instructions to MIPS Allegrex CPU
2023-06-15  David Guillen... Add MIPS Allegrex CPU as a MIPS2-based CPU
2023-06-15  Maciej W. RozyckiGAS/doc: Correct Tag_GNU_MIPS_ABI_MSA attribute description
2023-06-15  Maciej W. RozyckiRevert "MIPS: gas: alter 64 or 32 for mipsisa triples...
2023-06-15  Maciej W. RozyckiRevert "MIPS: default r6 if vendor is img"
2023-06-15  Maciej W. RozyckiRevert "MIPS: fix r6 testsuites"
2023-06-15  Maciej W. RozyckiRevert "MIPS: fix -gnuabi64 testsuite"
2023-06-15  Maciej W. RozyckiRevert "MIPS: fix some ld testcases with compiler"
2023-06-15  Maciej W. RozyckiRevert "MIPS: add MT ASE support for micromips32"
2023-06-15  Maciej W. RozyckiRevert "MIPS: sync oprand char usage between mips and...
2023-06-15  Alan ModraRe: Add some expected failures for bfin linker tests
2023-06-15  Alan Modravms write_archive memory leaks
2023-06-15  GDB AdministratorAutomatic date update in version.in
2023-06-14  Tom de Vries[gdb/testsuite] Fix gdb.base/step-over-exit.exp with...
2023-06-14  Nick CliftonAdd some expected failures for bfin linker tests
2023-06-14  Nick CliftonAdd --remap-inputs option to the BFD linker.
2023-06-14  Alan Modraasprintf memory leaks
2023-06-14  Alan ModraRe: bfd/elf.c strtab memory leak
2023-06-14  GDB AdministratorAutomatic date update in version.in
2023-06-13  Tom de Vries[gdb/testsuite] Fix gdb.tui/long-prompt.exp with read1
2023-06-13  Tom de Vries[gdb/testsuite] Fix and add prompt anchoring in tuiterm
2023-06-13  Tom de Vries[gdb/testsuite] Allow procs with default value args...
2023-06-13  Tom de Vries[gdb/testsuite] Fix gdb.dap/type_check.exp with older...
2023-06-13  Lancelot SIXgdb/testsuite: use proper int size for gdb.dwarf2/symbo...
2023-06-13  GDB AdministratorAutomatic date update in version.in
2023-06-12  Kevin BuettnerSimplify case DW_OP_GNU_uninit in dwarf_expr_context...
2023-06-12  Simon FarreAdded self to W.A.A. maintainers
2023-06-12  Richard Buntgdb/testsuite: Testing with the armflang compiler
2023-06-12  Tom TromeyRemove f-strings from DAP
2023-06-12  Tom TromeyImplement DAP conditional breakpoints
2023-06-12  Tom TromeyDo not report totalFrames from DAP stackTrace request
2023-06-12  Tom TromeyImplement DAP breakpointLocations request
2023-06-12  Tom TromeyAdd "stop at main" extension to DAP launch request
2023-06-12  Tom TromeyAdd "target" parameter to DAP attach request
2023-06-12  Tom TromeyHandle DAP supportsVariableType capability
2023-06-12  Tom TromeyImplement DAP setExpression request
2023-06-12  Tom TromeyAdd gdb.Value.assign method
2023-06-12  Tom TromeyAdd type-checking to DAP requests
2023-06-12  Tom TromeyUse tuples for default arguments in DAP
2023-06-12  Tom TromeyFix a latent bug in DAP request decorator
2023-06-12  Tom TromeyAdd test for DAP pause request
2023-06-12  Tom TromeyRename one DAP function
2023-06-12  Tom TromeyAdd singleThread support to some DAP requests
2023-06-12  Tom TromeyImplement DAP stepOut request
2023-06-12  Tom TromeyImplement DAP attach request
2023-06-12  Tom TromeyImplement DAP setExceptionBreakpoints request
2023-06-12  Tom TromeyDon't require inferior execution for Ada catchpoints
2023-06-12  Tom TromeyMark members of ada_catchpoint "private"
2023-06-12  Tom TromeyTurn should_stop_exception into a method of ada_catchpoint
2023-06-12  Tom TromeyCombine create_excep_cond_exprs and ada_catchpoint...
2023-06-12  Tom TromeyTransfer ownership of exception string to ada_catchpoint
2023-06-12  Tom TromeyPass tempflag to ada_catchpoint constructor
2023-06-12  Tom TromeyUse gnat_runtime_has_debug_info in Ada catchpoint tests
2023-06-12  Tom TromeyStop gdb in gnat_runtime_has_debug_info
2023-06-12  Tom de Vries[gdb/testsuite] Relax breakpoint count check in gdb...
2023-06-12  Tom de Vries[gdb/testsuite] Fix breakpoint regexp in gdb.ada/out_of...
2023-06-12  Tom de Vries[gdb/tui] Replace macro HELP_ATTRIBUTE_MODE with std...
2023-06-12  mengqinggangLoongArch: gas: Relocations simplification when -mno...
2023-06-12  GDB AdministratorAutomatic date update in version.in
2023-06-11  Kevin BuettnerPermit DW_OP_GNU_uninit to be used with DW_OP_piece
2023-06-11  GDB AdministratorAutomatic date update in version.in
2023-06-10  GDB AdministratorAutomatic date update in version.in
2023-06-09  Indu Bhagatlibsframe: testsuite: add sframe_find_fre tests for...
2023-06-09  Indu Bhagatlibsframe: fix sframe_find_fre for pltN entries
2023-06-09  Luis Machado[AArch64,arm] Fix some formatting issues in the aarch64...
2023-06-09  Tom de Vries[gdb/tui] Simplify tui_puts_internal
2023-06-09  Tom de Vries[gdb/tui] Delete line buffer when switching to singlekey
2023-06-09  Tom de Vries[gdb/testsuite] Add test-case gdb.tui/single-key.exp
2023-06-09  Andrew Burgessgdb/debuginfod: cleanup debuginfod earlier
2023-06-09  Andrew Burgessgdb: fix ASan failure after recent string changes
2023-06-09  Tom TromeyUse scoped_value_mark in two more places
2023-06-09  Tom de Vries[gdb] Fix typos
2023-06-09  Alan Modrareadelf/objdump remember_state memory leaks
2023-06-09  Alan Modraecoff find_nearest_line and final link leaks
2023-06-09  GDB AdministratorAutomatic date update in version.in
2023-06-08  Tom de Vries[gdb/testsuite] Add test-case gdb.tui/long-prompt.exp
2023-06-08  Lancelot SIXgdb/corelow.c: do not try to reopen a file if open...
2023-06-08  Lancelot SIXgdb/corelow.c: avoid repeated warnings in build_file_ma...
next