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 1/3] Rename some trace functions


On 12/02/2016 03:14 PM, Simon Marchi wrote:

>> So something like:
>>
>>  enum class trace_stop_reason
>>  {
>>    unknown,
>>    never_run,
>>    request,
>>    overflow,
>>    disconnection,
>>    passcount,
>>    error,
>>  };
> 
> It would make sense.
> 

Writing a patch.

Thanks,
Pedro Alves


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