Home
last modified time | relevance | path

Searched refs:stopnotes (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtarget.h817 int (*to_set_trace_notes) (char *user, char *notes, char* stopnotes);
1786 #define target_set_trace_notes(user,notes,stopnotes) \ argument
1787 (*current_target.to_set_trace_notes) ((user), (notes), (stopnotes))