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: Integration of timed breakpoints into GDB


>>>>> ">" == logitech  <supriya.rao17@gmail.com> writes:

>> I have attached a patch file which integrates timed breakpoints into gdb. 
>> http://old.nabble.com/file/p32418104/patchfile.patch patchfile.patch 

In addition to the other comments given:

>> The format of the command is "break 'x's 'y'us" where 's' and 'us' stand for
>> seconds and microseconds respectively. Eg. break 1s 0us

I don't think reusing "break" for this is ok.

Instead, make a "catch" subcommand.

I glanced at the implementation and it has various issues.  But I will
reserve detailed comment for a resubmission following Keith's comments.

Tom


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