diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 4854765..fed62d6 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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) { |