This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/jv/wip/feature-py-jit-api in repository binutils-gdb.
discards 32e0a731ba2 gdb/python: remove Python-created dynamic objfiles upon inf [...] discards 870f02c8341 gdb/python: add py-jit.exp discards eac427b63c5 gdb/python: add gdb.Symtab.set_linetable () discards 67f9a583747 gdb/python: allow to instantiate gdb.LineTableEntry objects discards 3dcc81972ba gdb/python: change internal representation of linetable ent [...] discards e6d50344097 gdb/python: add gdb.Symtab.add_block () discards c50fe20db72 gdb/python: add Python API to create a new symtab for dynam [...] discards c3b315ecff8 gdb: use std::vector<> to hold on blocks in struct blockvector discards 5896be94489 gdb: care for dynamic objfiles in build_id_bfd_get () discards 1a00d78a4ee gdb: remove BLOCKVECTOR_BLOCK macro discards a45ffc3b10d gdb: remove BLOCKVECTOR_MAP macro discards c2b8f681712 gdb: remove BLOCKVECTOR_NBLOCKS macro discards fad054c72a8 gdb/python: add is_dynamic attribute to Objfile Python object new ba424cc531b FIXUP: gdb/python: allow creation of (dynamic) objfiles in Python new c10d7eb3ff6 gdb/python: add is_dynamic attribute to Objfile Python object new 98c7a163216 gdb: remove BLOCKVECTOR_NBLOCKS macro new b41f02ebd53 gdb: remove BLOCKVECTOR_MAP macro new 24b547f1e0d gdb: remove BLOCKVECTOR_BLOCK macro new 9586884f6aa gdb: care for dynamic objfiles in build_id_bfd_get () new 4acf197a514 gdb: use std::vector<> to hold on blocks in struct blockvector new 2d6f6125785 gdb/python: add Python API to create a new symtab for dynam [...] new 034364fb055 gdb/python: add gdb.Symtab.add_block () new 29fae976236 gdb/python: change internal representation of linetable ent [...] new a6352cb9d86 FIXUP: change internal representation of linetable entry object new 5516a8ac118 gdb/python: allow to instantiate gdb.LineTableEntry objects new baa0e7461ba FIXUP: gdb/python: allow to instantiate gdb.LineTableEntry objects new 9322c82625e gdb/python: add gdb.Symtab.set_linetable () new 48aa3ca7252 gdb/python: add py-jit.exp new 57ca2a762ce gdb/python: remove Python-created dynamic objfiles upon inf [...] new 64d0caf6281 gdb: fix possible use-after-free when executing commands
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (32e0a731ba2) \ N -- N -- N refs/heads/users/jv/wip/feature-py-jit-api (64d0caf6281)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 17 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/python/py-linetable.c | 61 +++++++++++++++++++++++++++++++++++++---------- gdb/python/py-objfile.c | 6 +++-- gdb/top.c | 6 ++++- 3 files changed, 58 insertions(+), 15 deletions(-)