Do not pass NULL for the string in catch_errors
[deliverable/binutils-gdb.git] / gdb / record-full.c
index cd47dfaa3b9bf65a1a5574c1e2b667f6b94fb17b..595e357a3b5c8af5cc487d41b7e7500d6ceb3292 100644 (file)
@@ -667,7 +667,7 @@ record_full_message_wrapper_safe (struct regcache *regcache,
   args.regcache = regcache;
   args.signal = signal;
 
-  return catch_errors (record_full_message_wrapper, &args, NULL,
+  return catch_errors (record_full_message_wrapper, &args, "",
                       RETURN_MASK_ALL);
 }
 
This page took 0.024064 seconds and 4 git commands to generate.