[PATCH] Associate dummy_frame with ptid

Pedro Alves palves@redhat.com
Thu Jun 26 13:26:00 GMT 2014


Whoops, forgot to merge this comment into the other email, sorry.

On 06/26/2014 10:44 AM, Yao Qi wrote:
> @@ -297,7 +319,7 @@ fprint_dummy_frames (struct ui_file *file)
>        gdb_print_host_address (s, file);
>        fprintf_unfiltered (file, ":");
>        fprintf_unfiltered (file, " id=");
> -      fprint_frame_id (file, s->id);
> +      fprint_frame_id (file, s->id.id);

This should really print the new field too.

>        fprintf_unfiltered (file, "\n");
>      }
>  }

-- 
Pedro Alves



More information about the Gdb-patches mailing list