diff options
Diffstat (limited to 'gdb/dummy-frame.c')
-rw-r--r-- | gdb/dummy-frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.c b/gdb/dummy-frame.c index 41c0bde..db7aaac 100644 --- a/gdb/dummy-frame.c +++ b/gdb/dummy-frame.c @@ -408,7 +408,7 @@ fprint_dummy_frames (struct ui_file *file) fprintf_filtered (file, "%s: id=%s, ptid=%s\n", host_address_to_string (s), s->id.id.to_string ().c_str (), - target_pid_to_str (s->id.thread->ptid).c_str ()); + s->id.thread->ptid.to_string ().c_str ()); } static void |