diff options
Diffstat (limited to 'gdb/darwin-nat.c')
-rw-r--r-- | gdb/darwin-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index caa4fd1..0260433 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -1688,7 +1688,7 @@ darwin_attach_pid (struct inferior *inf) darwin_setup_exceptions (inf); } - catch (const gdb_exception_RETURN_MASK_ALL &ex) + catch (const gdb_exception &ex) { exit_inferior (inf); inferior_ptid = null_ptid; @@ -1952,7 +1952,7 @@ The error was: %s"), { copy_shell_to_cache (shell, new_name); } - catch (const gdb_exception_RETURN_MASK_ERROR &ex) + catch (const gdb_exception_error &ex) { warning (_("This version of macOS has System Integrity Protection.\n\ Because `startup-with-shell' is enabled, gdb tried to work around SIP by\n\ |