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 574b77fccb8 gdb: remove some trivial uses of current_program_space new 93016848f94 gdb: use objfile::pspace in objfile::unlink new 98793b838c3 gdb: pass program space to objfile_purge_solibs new 89dc60d9570 gdb: split no_shared_libraries, command vs implementation new b8c9d0de904 gdb: pass program space to no_shared_libraries new 4113c737bda gdb: make `program_space::free_all_objfiles` use `this` new fbee6a57b23 gdb: pass program space to clear_current_source_symtab_and_line new cc7541ce5e1 gdb: bool-ify a few functions in objfiles.{c,h} new 9c067e28448 gdb: pass program space to have_{full,partial}_symbols new 3bae94c0fb8 gdb: pass program space to get_current_source_symtab_and_line new da2732476db gdb: pass program space to objfiles_changed new b7513ebd18f gdb: pass program space to entry_point_address_query new d1e4438fa18 gdb: pass program space to entry_point_address new da877546dbf gdb: pass program space to objfile::objfile new 8991986e241 gdb: pass program space to objfile::make
The 14 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/ada-exp.y | 4 +- gdb/arc-tdep.c | 2 +- gdb/arch-utils.c | 2 +- gdb/breakpoint.c | 5 +- gdb/c-exp.y | 3 +- gdb/cli/cli-cmds.c | 19 ++++--- gdb/compile/compile.c | 4 +- gdb/d-exp.y | 3 +- gdb/frame.c | 2 +- gdb/go-exp.y | 4 +- gdb/infcall.c | 2 +- gdb/infcmd.c | 13 ++--- gdb/infrun.c | 2 +- gdb/jit.c | 4 +- gdb/linespec.c | 18 ++++--- gdb/macroscope.c | 6 +-- gdb/mi/mi-cmd-file.c | 4 +- gdb/objfiles.c | 131 +++++++++++++++++++++--------------------------- gdb/objfiles.h | 52 +++++++++++++------ gdb/p-exp.y | 4 +- gdb/parse.c | 7 +-- gdb/progspace.c | 4 +- gdb/python/python.c | 2 +- gdb/remote.c | 2 +- gdb/solib-frv.c | 2 +- gdb/solib.c | 24 ++++++--- gdb/solib.h | 4 +- gdb/source.c | 20 ++++---- gdb/source.h | 7 ++- gdb/symfile.c | 19 ++++--- gdb/symtab.c | 8 +-- gdb/target.c | 6 +-- gdb/target.h | 2 +- gdb/tui/tui-disasm.c | 6 ++- gdb/tui/tui-hooks.c | 3 +- gdb/tui/tui-source.c | 5 +- gdb/tui/tui-winsource.c | 10 ++-- 37 files changed, 228 insertions(+), 187 deletions(-)