Lines Matching refs:tmp_error_stream

2379 		    struct ui_file *tmp_error_stream,  in insert_bp_location()  argument
2515 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
2554 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
2557 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
2562 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
2571 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
2575 fprintf_unfiltered (tmp_error_stream, "%s.\n", hw_bp_err_string); in insert_bp_location()
2579 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
2582 fprintf_filtered (tmp_error_stream, in insert_bp_location()
2585 tmp_error_stream); in insert_bp_location()
2586 fprintf_filtered (tmp_error_stream, ": %s.\n", in insert_bp_location()
2769 struct ui_file *tmp_error_stream = mem_fileopen (); in update_inserted_breakpoint_locations() local
2770 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_error_stream); in update_inserted_breakpoint_locations()
2774 fprintf_unfiltered (tmp_error_stream, "Warning:\n"); in update_inserted_breakpoint_locations()
2801 val = insert_bp_location (bl, tmp_error_stream, &disabled_breaks, in update_inserted_breakpoint_locations()
2810 error_stream (tmp_error_stream); in update_inserted_breakpoint_locations()
2829 struct ui_file *tmp_error_stream = mem_fileopen (); in insert_breakpoint_locations() local
2830 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_error_stream); in insert_breakpoint_locations()
2834 fprintf_unfiltered (tmp_error_stream, "Warning:\n"); in insert_breakpoint_locations()
2860 val = insert_bp_location (bl, tmp_error_stream, &disabled_breaks, in insert_breakpoint_locations()
2895 fprintf_unfiltered (tmp_error_stream, in insert_breakpoint_locations()
2908 fprintf_unfiltered (tmp_error_stream, in insert_breakpoint_locations()
2913 error_stream (tmp_error_stream); in insert_breakpoint_locations()
2970 struct ui_file *tmp_error_stream; in reattach_breakpoints() local
2984 tmp_error_stream = mem_fileopen (); in reattach_breakpoints()
2985 make_cleanup_ui_file_delete (tmp_error_stream); in reattach_breakpoints()
2995 val = insert_bp_location (bl, tmp_error_stream, &dummy1, &dummy2, &dummy3); in reattach_breakpoints()