mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
2011-02-24 Michael Snyder <msnyder@vmware.com>
* value.c (value_from_history_ref): New function. * value.h (value_from_history_ref): Export. * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref to parse value history references. * cli/cli-utils.h (get_number_trailer): Update comment. 2011-02-24 Michael Snyder <msnyder@vmware.com> * gdb.base/break.exp: Add tests for delete breakpoints using convenience variables and value history references.
This commit is contained in:
@ -23,8 +23,8 @@
|
||||
/* *PP is a string denoting a number. Get the number of the. Advance
|
||||
*PP after the string and any trailing whitespace.
|
||||
|
||||
Currently the string can either be a number or "$" followed by the
|
||||
name of a convenience variable. */
|
||||
Currently the string can either be a number, or "$" followed by the
|
||||
name of a convenience variable, or ("$" or "$$") followed by digits. */
|
||||
|
||||
extern int get_number (char **);
|
||||
|
||||
|
Reference in New Issue
Block a user