Lines Matching refs:tmp_error_stream
776 struct ui_file *tmp_error_stream, in insert_bp_location() argument
826 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
861 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
864 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
868 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
880 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
886 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
889 fprintf_filtered (tmp_error_stream, in insert_bp_location()
891 print_address_numeric (bpt->address, 1, tmp_error_stream); in insert_bp_location()
892 fprintf_filtered (tmp_error_stream, ": %s.\n", in insert_bp_location()
1006 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
1041 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
1044 fprintf_filtered (tmp_error_stream, in insert_bp_location()
1046 print_address_numeric (bpt->address, 1, tmp_error_stream); in insert_bp_location()
1047 fprintf_filtered (tmp_error_stream, ": %s.\n", in insert_bp_location()
1073 fprintf_unfiltered (tmp_error_stream, in insert_bp_location()
1122 struct ui_file *tmp_error_stream = mem_fileopen (); in insert_breakpoints() local
1123 make_cleanup_ui_file_delete (tmp_error_stream); in insert_breakpoints()
1127 fprintf_unfiltered (tmp_error_stream, "Warning:\n"); in insert_breakpoints()
1149 val = insert_bp_location (b, tmp_error_stream, in insert_breakpoints()
1162 fprintf_unfiltered (tmp_error_stream, in insert_breakpoints()
1168 fprintf_unfiltered (tmp_error_stream, in insert_breakpoints()
1172 error_stream (tmp_error_stream); in insert_breakpoints()
7059 struct ui_file *tmp_error_stream = mem_fileopen (); in delete_breakpoint() local
7060 make_cleanup_ui_file_delete (tmp_error_stream); in delete_breakpoint()
7065 fprintf_unfiltered (tmp_error_stream, in delete_breakpoint()
7072 fprintf_unfiltered (tmp_error_stream, "Cannot insert breakpoint %d.\n", b->number); in delete_breakpoint()
7073 fprintf_filtered (tmp_error_stream, "Error accessing memory address "); in delete_breakpoint()
7074 print_address_numeric (b->loc->address, 1, tmp_error_stream); in delete_breakpoint()
7075 fprintf_filtered (tmp_error_stream, ": %s.\n", in delete_breakpoint()
7079 fprintf_unfiltered (tmp_error_stream,"The same program may be running in another process."); in delete_breakpoint()
7081 error_stream(tmp_error_stream); in delete_breakpoint()