diff options
Diffstat (limited to 'gdb/linux-fork.c')
-rw-r--r-- | gdb/linux-fork.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/linux-fork.c b/gdb/linux-fork.c index dde63d5..fe401b2 100644 --- a/gdb/linux-fork.c +++ b/gdb/linux-fork.c @@ -436,7 +436,8 @@ public: CATCH (ex, RETURN_MASK_ALL) { warning (_("Couldn't restore checkpoint state in %s: %s"), - target_pid_to_str (m_oldfp->ptid).c_str (), ex.message); + target_pid_to_str (m_oldfp->ptid).c_str (), + ex.what ()); } END_CATCH } |