This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/whatis in repository binutils-gdb.
discards eabf5910c4 Document "no debug info debugging" improvements discards 43cf990b18 Fix calling prototyped functions via function pointers discards ce43565d2d Make "p S::method() const::static_var" work too discards 0d3e74ac0e Handle "p 'S::method()::static_var'" (quoted) in symbol lookup discards af85c4073a Handle "p S::method()::static_var" in the C++ parser discards 617bf5d81f Eliminate UNOP_MEMVAL_TLS discards f5bbca57b6 Stop assuming no-debug-info variables have type int discards 6ec1665e17 evaluate_subexp_standard: Factor out OP_VAR_VALUE handling. discards 83a8ab4881 evaluate_subexp_standard: Remove useless assignments discards c617f40213 evaluate_subexp_standard: Eliminate one goto discards 83ad98ca5a Make ptype/whatis print function name of functions with no d [...] discards 5ae2eb6cb6 Introduce OP_VAR_MSYM_VALUE discards 8424cf3ca4 Stop assuming no-debug-info functions return int new 852482988c Fix calling prototyped functions via function pointers new f5dc2d94f9 Stop assuming no-debug-info functions return int new 55e9651f85 Introduce OP_VAR_MSYM_VALUE new 064ec2f7aa Make ptype/whatis print function name of functions with no d [...] new 5565114633 evaluate_subexp_standard: Eliminate one goto new d934b3ea2f evaluate_subexp_standard: Remove useless assignments new 2dcb34d323 evaluate_subexp_standard: Factor out OP_VAR_VALUE handling. new e861315fe5 Stop assuming no-debug-info variables have type int new 3ce9de7516 Eliminate UNOP_MEMVAL_TLS new e0a8936aa4 Handle "p S::method()::static_var" in the C++ parser new f256b3c7eb Handle "p 'S::method()::static_var'" (quoted) in symbol lookup new 7fb3d6b18f Make "p S::method() const::static_var" work too new 1f6b2e6666 Document "no debug info debugging" improvements
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 (eabf5910c4) \ N -- N -- N refs/heads/users/palves/whatis (1f6b2e6666)
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 13 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/NEWS | 14 ++++---- gdb/doc/gdb.texinfo | 66 ++++++++++++++++++++++++++------------ gdb/infcall.c | 15 +++++++++ gdb/testsuite/gdb.base/nodebug.c | 39 ++++++++++++++++++++++ gdb/testsuite/gdb.base/nodebug.exp | 52 +++++++++++++++++++++++++----- 5 files changed, 151 insertions(+), 35 deletions(-)