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 v7 22/24] btrace, gdbserver: read branch trace incrementally


On Thu, 12 Dec 2013 09:23:46 +0100, Metzger, Markus T wrote:
> What this function does is stitch the old and new trace together by inserting
> the last instruction of the old trace as beginning of the chronologically first
> block of the new trace.  Then it removes the last instruction from the old
> trace - it will be re-added when we process the new trace.
> 
> I renamed the variables as follows:
>     end -> last_bfun
>     insn -> last_insn
>     block -> first_new_block

Yes, I find those names helpful.


Thanks,
Jan


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