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 5/6] New MI command -trace-frame-collected


On 06/13/2013 09:09 PM, Eli Zaretskii wrote:
What is meant by "explicitly wholly collected objects"?  That phrase
got me confused, especially the "wholly" part.


In tracepoint actions, variables can be collected, in whole or part. As the doc explained below, if myVar, myArray[myIndex], and myObj.field are collected, only myVar is collected as a whole or wholly collected and the rest are not. If myObj is collected in actions, it is wholly collected too. myArray is partially collected, since only element on index myIndex is collected, and we call it computed expressions here.


--
Yao (éå)


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