binutils-gdb.git
2022-05-23 Dmitry Selyutinppc-opc: support grevwi and grevwi. instructions ppc-draft
2022-05-23 Dmitry Selyutinppc-opc: support grevw and grevw. instructions
2022-05-23 Dmitry Selyutinppc-opc: support grevi and grevi. instructions
2022-05-23 Dmitry Selyutinppc-opc: support grev and grev. instructions
2022-05-23 Dmitry Selyutinppc-opc: support ternlogi and terlogi. instructions
2022-05-23 Dmitry Selyutinppc-opc: support fcoss and fcoss. instructions
2022-05-23 Dmitry Selyutinppc-opc: support fsins and fsins. instructions
2022-05-23 Dmitry Selyutinppc: introduce flag for draft opcodes
2022-05-23 Tom de Vries[gdb/testsuite] Skip language auto in gdb.base/parse_nu...
2022-05-23 GDB AdministratorAutomatic date update in version.in
2022-05-22 Alok Kumar... Accept functions with DW_AT_linkage_name present
2022-05-22 GDB AdministratorAutomatic date update in version.in
2022-05-21 GDB AdministratorAutomatic date update in version.in
2022-05-20 Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-05-20 Pedro AlvesTest "set multiple-symbols on" creating multiple breakp...
2022-05-20 Pedro AlvesMake sure momentary breakpoints are always thread-specific
2022-05-20 Pedro AlvesMomentary breakpoints should have no breakpoint number
2022-05-20 Pedro AlvesAdd/tweak intro comments of struct breakpoint and sever...
2022-05-20 Pedro AlvesMove add_location(sal) to base_breakpoint
2022-05-20 Pedro AlvesMove common bits of catchpoint/exception_catchpoint...
2022-05-20 Pedro AlvesMake catchpoint inherit breakpoint, eliminate init_raw_...
2022-05-20 Pedro AlvesMake breakpoint_address_bits look at the location kind
2022-05-20 Pedro AlvesMake exception_catchpoint inherit base_breakpoint inste...
2022-05-20 Pedro AlvesRefactor momentary breakpoints, eliminate set_raw_break...
2022-05-20 Pedro AlvesRefactor set_internal_breakpoint / internal_breakpoint...
2022-05-20 Pedro AlvesConvert init_ada_exception_catchpoint to a ctor
2022-05-20 Pedro AlvesMake ada_catchpoint_location's owner ctor parameter...
2022-05-20 Pedro Alvesinit_breakpoint_sal -> base_breakpoint::base_breakpoint
2022-05-20 Pedro AlvesRemove "internal" parameter from a couple functions
2022-05-20 Pedro AlvesMore breakpoint_ops parameter elimination
2022-05-20 Pedro AlvesMake a few functions work with base_breakpoint instead...
2022-05-20 Pedro Alvesranged_breakpoint: move initialization to ctor
2022-05-20 Pedro Alvesranged_breakpoint: use install_breakpoint
2022-05-20 Pedro Alvesranged_breakpoint: don't use init_raw_breakpoint
2022-05-20 Pedro AlvesMake structs breakpoint/base_breakpoint/catchpoint...
2022-05-20 Pedro Alvesadd_location_to_breakpoint -> breakpoint::add_location
2022-05-20 Carl LovePowerPC: Make test gdb.arch/powerpc-power10.exp Endian...
2022-05-20 Tom TromeyRemove obsolete text from documentation
2022-05-20 Nick CliftonStop readekf and objdump from aggressively following...
2022-05-20 Jia-Wei ChenRISC-V: Update zfinx implement with zicsr.
2022-05-20 Tsukasa OIRISC-V: Remove RV128-only fmv instructions
2022-05-20 Aditya Vidyadhar... Fix non-pointer type compilation error in aix-thread.c
2022-05-20 Steinar H.... add a trie to map quickly from address range to compila...
2022-05-20 Alan ModraTidy warn-execstack handling
2022-05-20 GDB AdministratorAutomatic date update in version.in
2022-05-19 Srinath Parvathaneniarm: Fix system register fpcxt_ns and fpcxt_s naming...
2022-05-19 Andrew Burgessgdb/doc: use @value{GDBP} in 'info pretty-printer'...
2022-05-19 Andrew Burgessgdb/doc: make use of group/end group in 'info pretty...
2022-05-19 Nikolaos Chatzikonst... gdb/doc: fix inconsistent info pretty-printer example
2022-05-19 Nick CliftonFix potentially uninitialised variables in the Windows...
2022-05-19 Tiezhu Yanggdb: testsuite: Support displaced stepping on LoongArch
2022-05-19 Simon Marchigdbsupport: fix path_join crash with -std=c++17 and...
2022-05-19 Jan BeulichArm64: force emission of ILP32-dependent relocs
2022-05-19 Jan BeulichCOFF: use hash for string table also when copying ...
2022-05-19 Jan BeulichCOFF/PE: keep linker version during objcopy / strip
2022-05-19 Jan BeulichCOFF/PE: don't leave zero timestamp after objcopy ...
2022-05-19 Jan BeulichCOFF: make objcopy / strip honor --keep-file-symbols
2022-05-19 Jan Beulichdon't over-align file positions of PE executable sections
2022-05-19 Yvan Roux _bfd_real_fopen should not use ccs parameter on Windows
2022-05-19 Tsukasa OIRISC-V: Fix canonical extension order (K and J)
2022-05-19 GDB AdministratorAutomatic date update in version.in
2022-05-18 John BaldwinUse aarch64_features to describe register features...
2022-05-18 Jan BeulichArm64: follow-on to PR gas/27217 fix
2022-05-18 Nick CliftonFix compile time warning building gold with Clang-14.
2022-05-18 Victor Do Nascimentooops - forgot changelog entry for the previous delta.
2022-05-18 Victor Do Nascimentoarm: Add unwind support for mixed register lists
2022-05-18 Carl LovePowerPC: bp-permanent.exp, kill-after-signal fix
2022-05-18 Yichao Yu[AArch64] Return the regnum for PC (32) on aarch64
2022-05-18 Jan Beulichx86: shrink op_riprel
2022-05-18 Nick CliftonAdd a --no-weak option to nm.
2022-05-18 Pedro AlvesSupport -prompt and -lbl in gdb_test
2022-05-18 Luis MachadoRemove unused DWARF PAUTH registers
2022-05-18 Luis MachadoRename PAUTH_RA_STATE to RA_SIGN_STATE
2022-05-18 Tom de Vries[gdb/testsuite] Simplify unknown lang testing in gdb...
2022-05-18 Tom de Vries[gdb/testsuite] Use hex_for_lang in gdb.base/parse_numb...
2022-05-18 Tom de Vries[gdb/tdep] Add gdb/syscalls/update-linux-from-src.sh
2022-05-18 Tamar ChristinaAArch64: Enable FP16 by default for Armv9-A.
2022-05-18 Jan Beulichgas: avoid octal numbers being accepted when processing...
2022-05-18 Jan Beulichgas: avoid bignum related errors when processing .linefile
2022-05-18 Jan Beulichgas: fold do_repeat{,_with_expander}()
2022-05-18 Jan Beulichgas: don't ignore .linefile inside false conditionals
2022-05-18 Jan Beulichgas: simplify ignore_input()
2022-05-18 Jan Beulichgas: tweak .irp and alike file/line handling for M68K/MRI
2022-05-18 Xi Ruoyaogold: don't invoke IA32 syscall in x86_64 assembly...
2022-05-18 GDB AdministratorAutomatic date update in version.in
2022-05-17 Nikolaos Chatzikonst... Fix typo in info page
2022-05-17 Pedro AlvesFix gdb.python/py-connection.exp with remote targets
2022-05-17 Felix Willgerodtgdb, btrace: Throw an error for empty recordings when...
2022-05-17 Pedro AlvesMake gdb_test's question non-optional if specified
2022-05-17 Pedro Alvesgdb.base/skip.exp: Don't abuse gdb_test's question...
2022-05-17 Pedro AlvesAvoid having to unload file in gdb.server/connect-with...
2022-05-17 Pedro AlvesFix bogus gdb_test invocations
2022-05-17 Pedro Alvesgdb.base/scope.exp: Remove bogus gdb_test questions
2022-05-17 Pedro AlvesRemove gdb_test questions that GDB doesn't ask
2022-05-17 Nelson ChuRISC-V: Added half-precision floating-point v1.0 instru...
2022-05-17 GDB AdministratorAutomatic date update in version.in
2022-05-16 Ilya LeoshkevichIBM zSystems: Fix left-shifting negative PCRel32 values...
2022-05-16 Pedro AlvesReindent gdbsupport/event-loop.cc:handle_file_event
2022-05-16 Pedro Alvesgdbsupport/event-loop.cc: simplify !HAVE_POLL paths
2022-05-16 Eli Zaretskiigdb: Fix typo in last change in gdb.texinfo
next