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 02/12] btrace: add format argument to supports_btrace


On 11/14/2014 12:36 PM, Metzger, Markus T wrote:

>> From: Pedro Alves [mailto:palves@redhat.com]

>>> +/* Target specific branch trace information.  */
>>> +struct btrace_target_info;
>>> +
>>> +/* Enumeration of btrace read types.  */
>>> +
>>> +enum btrace_read_type
>>> +{
>>> +  /* Send all available trace.  */
>>> +  BTRACE_READ_ALL,
>>> +
>>> +  /* Send all available trace, if it changed.  */
>>> +  BTRACE_READ_NEW,
>>> +
>>> +  /* Send the trace since the last request.  This will fail if the trace
>>> +     buffer overflowed.  */
>>> +  BTRACE_READ_DELTA
>>> +};
>>
>> What does "Send" mean here?
> 
> It means as much as "read".  It determines what trace you'll get
> when reading btrace.
> I realize it's the producer's view; it should rather be the consumer's
> view.  

Ah, yeah.

> Do you want me to change it in a separate patch?

Hmm, I'm confused -- why a separate patch instead of simply
adjusting this one?

Thanks,
Pedro Alves


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