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 v4] gdb: ADI support


Wei-min Pan <weimin.pan@oracle.com> writes:

> A trailing space is needed to separate tag values. I can change the code
> so that no space is added for the last tag value:
>
>           if (tags[v_idx] == 0xff)    /* no version tag */
>             printf_filtered ("-");
>           else
>             printf_filtered ("%1X", tags[v_idx]);
>           if (cnt > 1)
>             printf_filtered (" ");
>
> and use your suggested "adi x" commands in the script.

That will be great, thanks.

-- 
Yao (齐尧)


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