binutils-gdb.git
2021-04-29 Jan Beulichx86-64: adjust recently added tests
2021-04-29 Nick CliftonCorrect the text describing windres's --processor option.
2021-04-29 Jan Beulichx86: relax when/how @size can be used
2021-04-29 Jan Beulichx86: allow @size to also (sensibly) apply to sections
2021-04-29 Andrew Burgessgdb/NEWS: Fix typo and stray full stop
2021-04-29 GDB AdministratorAutomatic date update in version.in
2021-04-28 Tom TromeyFix Ada overloading with 'null'
2021-04-28 Andrew Burgessgdb/doc: use @env to reference environment variables
2021-04-28 Nick CliftonStop the BFD library from treating annobin symbols...
2021-04-28 Andrew Burgessgdb: startup commands to control Python extension language
2021-04-28 Andrew Burgessgdb: extension languages finish_initialization to initi...
2021-04-28 Andrew Burgessgdb: initialise extension languages after processing...
2021-04-28 Andrew Burgessgdb delay guile initialization until gdbscm_finish_init...
2021-04-28 Andrew Burgessgdb: delay python initialisation until gdbpy_finish_ini...
2021-04-28 Andrew Burgessgdb: ensure SIGINT is set to SIG_DFL during initialisation
2021-04-28 Andrew Burgessgdb: remove unused argument from gdb_init
2021-04-28 Jan Beulichx86: honor signedness of PC-relative relocations
2021-04-28 GDB AdministratorAutomatic date update in version.in
2021-04-27 Luis MachadoFix timeout with maint print objfiles
2021-04-27 Luis MachadoFix timeout for gdb.xml/tdesc-reload.exp
2021-04-27 Michael Weghorngdb: do autoload before notifying Python side in new_ob...
2021-04-27 Michael Weghorngdbsupport: allow to specify dependencies between observers
2021-04-27 H.J. Lux86: Add () to silence GCC 5
2021-04-27 Nick CliftonReject debuglink sections with no associated filename.
2021-04-27 Mike Frysingersim: riscv: switch MIN/MAX to common min/max
2021-04-27 Mike Frysingersim: nltvals: unify common syscall tables
2021-04-27 Mike Frysingersim: enable hardware support by default
2021-04-27 Mike Frysingerbfd: add stdlib.h when using abort
2021-04-27 GDB AdministratorAutomatic date update in version.in
2021-04-26 Nick CliftonFix a bug in the ARM emulator which would not allow...
2021-04-26 Tom TromeyAdd test case for gdb 10 crash
2021-04-26 Simon Marchigdb: check result of gdb_fopen_cloexec in dump_binary_file
2021-04-26 Luis MachadoFix gdb.arch/aarch64-dbreg-contents.exp FAIL
2021-04-26 Jan Beulichx86: correct overflow checking for 16-bit PC-relative...
2021-04-26 Jan Beulichx86: add IS_ELF to check whether to resolve @size reloc
2021-04-26 Jan Beulichx86: limit 32-bit @size overflow checks to 64-bit objects
2021-04-26 Jan Beulichx86: optimize LEA
2021-04-26 Jan Beulichx86-64: have value properly checked when resolving...
2021-04-26 Sergei Trofimovichgdb: fix sparc build failure of linux-nat
2021-04-26 GDB AdministratorAutomatic date update in version.in
2021-04-25 Lancelot SIX[PR gdb/22640] ptype: add option to use hexadecimal...
2021-04-25 Lancelot SIXgdb/typeprint.h: reorder struct declaration
2021-04-25 Tom TromeyAdd engv32.h to SIM_EXTRA_DEPS in sim/cris
2021-04-25 Tom TromeyUse htab_t in sim-options.c
2021-04-25 Joel BrobeckerDocument the GDB 10.2 release in gdb/ChangeLog
2021-04-25 GDB AdministratorAutomatic date update in version.in
2021-04-24 Simon Marchigdbsupport: add observer_debug_printf, OBSERVER_SCOPED_...
2021-04-24 Simon Marchigdbsupport: allow passing format string to scoped_debug...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-24 Simon Marchigdbsupport: introduce struct observer
2021-04-24 Mike Frysingersim: dv-cfi: fix printf format
2021-04-24 Mike Frysingersim: options: increase max option count
2021-04-24 Mike Frysingersim: simplify hardware m4 macro
2021-04-24 GDB AdministratorAutomatic date update in version.in
2021-04-23 Simon Marchigdbsupport, gdb: change observer_debug to bool
2021-04-23 H.J. Luld: Properly create a symbolic link to tmpdir/ldscripts
2021-04-23 Simon Marchigdbsupport: include preprocessor.h in common-debug.h
2021-04-23 Eric BotcazouFix type of .persistent.bss section
2021-04-23 J?r?me GardouAllow .seh_pushframe to take an optional [code] parameter
2021-04-23 Max Filippovopcodes: xtensa: display loaded literal value
2021-04-23 Max Filippovopcodes: xtensa: improve literal output
2021-04-23 Andrew Burgessgdb: remove some caching from the dwarf reader
2021-04-23 Jan Beulichx86: TLS desc call relocs target zero-size fields
2021-04-23 Jan Beulichx86-64: special case LEA when determining signedness...
2021-04-23 Jan Beulichx86-64: defer 32-bit signed displacement check
2021-04-23 Jan Beulichx86: re-order optimize_disp()
2021-04-23 Jan Beulichx86: don't truncate values in diagnostics and alike
2021-04-23 Simon Marchigdb: use function_view for iterate_over_bp_locations...
2021-04-23 Tom TromeyDo not check for sys/time.h or sys/times.h
2021-04-23 Tom TromeyRemove LIBS from two sim Makefiles
2021-04-23 Tom TromeyRemove INCLUDE variable from some sim Makefiles
2021-04-23 Tom TromeyRemove and modernize dependencies in sim
2021-04-23 Tom TromeyRequire GNU make
2021-04-23 Tom TromeyAdd stamp files for generated files in sim/ppc
2021-04-23 Tom TromeyIntroduce stamp file for hw-config.h
2021-04-23 Tom TromeyMake mostlyclean an alias for clean
2021-04-23 Tom TromeyFix sim build failure
2021-04-23 Tom TromeyFix ptype/o bug with "<no data fields>"
2021-04-23 GDB AdministratorAutomatic date update in version.in
2021-04-22 Simon Marchigdb/testsuite: add Python support check in gdb.python...
2021-04-22 Simon Marchigdb: fix getting range of flexible array member in...
2021-04-22 Simon Marchisim: sprinkle some ATTRIBUTE_PRINTF
2021-04-22 Tankut Baris... gdb/continuations: turn continuation functions into...
2021-04-22 Tankut Baris... gdb/continuations: use lambdas instead of function...
2021-04-22 Tankut Baris... gdb/continuations: do minor cleanup
2021-04-22 Tankut Baris... gdb/continuations: remove the 'err' from 'do_all_inferi...
2021-04-22 Tankut Baris... gdb/infcmd: update the comment for 'attach_post_wait'
2021-04-22 Tankut Baris... gdb/infcmd: remove the unused parameter 'args' in ...
2021-04-22 Tom de Vries[gdb] Fix assert in remote_async_get_pending_events_handler
2021-04-22 Cl?ment Chigotfix string table generation for XCOFF64 .debug section
2021-04-22 Tom TromeyImprove code coverage of Rust testing
2021-04-22 Cl?ment ChigotHarmonize and improve auxiliary entries support for...
2021-04-22 Jan Beulichx86-64/PE: adjust PR ld/26659 testcase for Cygwin
2021-04-22 Andrew Burgessgdb: allow default_addressable_memory_unit_size to...
2021-04-22 Mike Frysingersim: regen against sim/m4/
2021-04-22 GDB AdministratorAutomatic date update in version.in
2021-04-21 Simon Marchisim: use -Werror when probing for supported warning...
2021-04-21 Tom TromeyShrink size of dwarf2_per_cu_data
2021-04-21 Carl LoveFix test case gdb.base/valgrind-bt.exp.
2021-04-21 Tom de Vries[gdb/build] Hardcode --with-included-regex
next