Lines Matching refs:tmp_error_stream

782 		    struct ui_file *tmp_error_stream,  in insert_bp_location()  argument
832 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
872 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
875 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
879 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
890 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
896 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
899 fprintf_filtered (tmp_error_stream, in insert_bp_location()
901 deprecated_print_address_numeric (bpt->address, 1, tmp_error_stream); in insert_bp_location()
902 fprintf_filtered (tmp_error_stream, ": %s.\n", in insert_bp_location()
1016 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
1052 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
1055 fprintf_filtered (tmp_error_stream, in insert_bp_location()
1057 deprecated_print_address_numeric (bpt->address, 1, tmp_error_stream); in insert_bp_location()
1058 fprintf_filtered (tmp_error_stream, ": %s.\n", in insert_bp_location()
1084 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
1131 struct ui_file *tmp_error_stream = mem_fileopen (); in insert_breakpoints() local
1132 make_cleanup_ui_file_delete (tmp_error_stream); in insert_breakpoints()
1136 fprintf_unfiltered (tmp_error_stream, "Warning:\n"); in insert_breakpoints()
1158 val = insert_bp_location (b, tmp_error_stream, in insert_breakpoints()
1171 fprintf_unfiltered (tmp_error_stream, in insert_breakpoints()
1177 fprintf_unfiltered (tmp_error_stream, in insert_breakpoints()
1181 error_stream (tmp_error_stream); in insert_breakpoints()
6851 struct ui_file *tmp_error_stream = mem_fileopen ();
6852 make_cleanup_ui_file_delete (tmp_error_stream);
6857 fprintf_unfiltered (tmp_error_stream,
6864 fprintf_unfiltered (tmp_error_stream, "Cannot insert breakpoint %d.\n", b->number);
6865 fprintf_filtered (tmp_error_stream, "Error accessing memory address ");
6866 deprecated_print_address_numeric (b->loc->address, 1, tmp_error_stream);
6867 fprintf_filtered (tmp_error_stream, ": %s.\n",
6871 fprintf_unfiltered (tmp_error_stream,"The same program may be running in another process.");
6873 error_stream(tmp_error_stream);