diff options
Diffstat (limited to 'gdb/gdbserver/mem-break.h')
-rw-r--r-- | gdb/gdbserver/mem-break.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdbserver/mem-break.h b/gdb/gdbserver/mem-break.h index 019a87d..7430c99 100644 --- a/gdb/gdbserver/mem-break.h +++ b/gdb/gdbserver/mem-break.h @@ -125,7 +125,8 @@ int add_breakpoint_condition (struct gdb_breakpoint *bp, int add_breakpoint_commands (struct gdb_breakpoint *bp, const char **commands, int persist); -int any_persistent_commands (void); +/* Return true if PROC has any persistent command. */ +bool any_persistent_commands (process_info *proc); /* Evaluation condition (if any) at breakpoint BP. Return 1 if true and 0 otherwise. */ |