Make exceptions use std::string and be self-managing
[deliverable/binutils-gdb.git] / gdb / linux-fork.c
index dde63d5572f0b4f1664fb1b6ea85d219eb46cf6d..fe401b2b3b2cac910cb1810a12733de253e88bdb 100644 (file)
@@ -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
       }
This page took 0.024499 seconds and 4 git commands to generate.