X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fbreakpoint.h;h=155a6d48051a04062e6561da834e48e184d5ac81;hb=d63d0675b66c96510a519c93795e3ba3b074e979;hp=18dfe223ae25c2682f2362e0f61fbc87cb812e66;hpb=06a64a0b786b2a3b81e8caced730c43939a78684;p=binutils-gdb.git diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 18dfe223ae2..155a6d48051 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -450,8 +450,11 @@ struct breakpoint /* String form of the breakpoint condition (malloc'd), or NULL if there is no condition. */ char *cond_string; - /* String form of exp (malloc'd), or NULL if none. */ + /* String form of exp to use for displaying to the user (malloc'd), or + NULL if none. */ char *exp_string; + /* String form to use for reparsing of EXP (malloc'd) or NULL. */ + char *exp_string_reparse; /* The expression we are watching, or NULL if not a watchpoint. */ struct expression *exp;