Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.c2385 char *hw_bp_err_string = NULL; in insert_bp_location() local
2490 hw_bp_err_string = (char *) e.message; in insert_bp_location()
2532 hw_bp_err_string = (char *) e.message; in insert_bp_location()
2570 *hw_bp_error_explained_already = hw_bp_err_string != NULL; in insert_bp_location()
2573 bl->owner->number, hw_bp_err_string ? ":" : ".\n"); in insert_bp_location()
2574 if (hw_bp_err_string) in insert_bp_location()
2575 fprintf_unfiltered (tmp_error_stream, "%s.\n", hw_bp_err_string); in insert_bp_location()