This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/cxx-eliminate-cleanups in repository binutils-gdb.
discards 330ce24 parse_expression -> gdb::unique_ptr discards 0f64283 ui_file_xstrdup -> std::string discards f0acc3e Introduce gdb::unique_ptr / gdb::unique_malloc_ptr new c28b2a9 Introduce gdb::unique_ptr new 73a367e ui_file_xstrdup -> std::string new a0cf906 'struct parse_expression *' -> gdb::unique_ptr<expression>
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 (330ce24) \ N -- N -- N refs/heads/users/palves/cxx-eliminate-cleanups (a0cf906)
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 3 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/common/gdb_unique_ptr.h | 47 ++++++++++++++++++++------------------------- gdb/common/safe-bool.h | 10 ++++------ gdb/symtab.h | 7 +++++++ gdb/tracepoint.c | 15 +++++++-------- gdb/varobj.c | 2 +- 5 files changed, 40 insertions(+), 41 deletions(-)