This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Associate dummy_frame with ptid


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]