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] store trace default-collect to target [0/6]


Ping http://sourceware.org/ml/gdb-patches/2013-04/msg00296.html

Thanks,
Hui

On Thu, Apr 11, 2013 at 2:15 PM, Hui Zhu <hui_zhu@mentor.com> wrote:
> Hi,
>
> GDB doesn't store default-collect to target.  Then if a clean gdb attach a
> target that  have tracepoint running on it and have default collect.  It
> will cannot tdump all the val that collect by tracepoint.
>
> So I add some patches to let GDB store default-collect to target by packet
> "QTDDCsrc" when "tstart".  And when gdb connect to target, it will use
> "qTDC" request the default-collect in target.
>
> And I also add support to tfile and let default-collect can be save with
> command "save tracepoint".
>
> Please help me review them.
>
> Thanks,
> Hui


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