diff options
Diffstat (limited to 'gdb/darwin-nat.c')
-rw-r--r-- | gdb/darwin-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index 6247b06..79a6599 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -1962,7 +1962,7 @@ caching a copy of your shell. However, this failed:\n\ If you correct the problem, gdb will automatically try again the next time\n\ you \"run\". To prevent these attempts, you can use:\n\ set startup-with-shell off"), - ex.message); + ex.what ()); return false; } END_CATCH |