This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 38065394e96 Fix crash in aarch64-linux gdbserver new c72348e3b48 gdb: add program_space parameter to mark_breakpoints_out new f5928702044 gdb: add inferior parameter to breakpoint_init_inferior new 85e8a786f48 gdb: add program_space parameter to disable_breakpoints_in_shlibs new c1663e3620d gdb: add program_space parameter to clear_solib new 590a4cb21e8 gdb: remove unnecessary nullptr check in remove_user_added_objfile
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/breakpoint.c | 35 +++++++++++------------------------ gdb/breakpoint.h | 22 ++++++++++++++++++---- gdb/corelow.c | 2 +- gdb/infcmd.c | 10 +++++----- gdb/infrun.c | 6 +++--- gdb/solib.c | 18 +++++++++--------- gdb/solib.h | 6 +++--- gdb/symtab.h | 4 ---- gdb/target.c | 4 ++-- gdb/windows-nat.c | 2 +- 10 files changed, 53 insertions(+), 56 deletions(-)