mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Minor reformatting in breakpoint.c (watchpoint_exp_is_const)
gdb/ChangeLog: * breakpoint.c (watchpoint_exp_is_const): Add missing empty line between function description and implementation.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2012-20-18 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* breakpoint.c (watchpoint_exp_is_const): Add missing empty line
|
||||
between function description and implementation.
|
||||
|
||||
2012-02-17 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR python/12070:
|
||||
|
@ -8766,6 +8766,7 @@ break_range_command (char *arg, int from_tty)
|
||||
means EXP is variable. Also the constant detection may fail for
|
||||
some constant expressions and in such case still falsely return
|
||||
zero. */
|
||||
|
||||
static int
|
||||
watchpoint_exp_is_const (const struct expression *exp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user