public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Can GDB support "temporal breakpoints"?
@ 2014-10-29 18:55 joaoandreferro
  2014-10-29 23:11 ` Doug Evans
  0 siblings, 1 reply; 4+ messages in thread
From: joaoandreferro @ 2014-10-29 18:55 UTC (permalink / raw)
  To: gdb

Hello everyone, again,

 From what I've learned after reading GDB's excellent documentation, I  
know I can set a memory trigger (i. e., a breakpoint that is set every  
time a certain memory address changes) by setting a watchpoint at the  
desired memory address (a practical example is available here:  
http://stackoverflow.com/questions/58851/can-i-set-a-breakpoint-on-memory-access-in-gdb). The question I have now is if I can set a temporal breakpoint (i. e., a breakpoint that is only triggered after a user-defined amount of time has passed), in few words a breakpoint that is only fired after some kind of timer has expired. I haven't found anything related to this on the GDB docs, so I guess it's not possible, but they are huge and maybe I've missed something, somewhere. If anyone can confirm or deny this deduction, it would be great, because this feature is crucial to my  
work.

Thanks for reading and regards,
João





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-30 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-29 18:55 Can GDB support "temporal breakpoints"? joaoandreferro
2014-10-29 23:11 ` Doug Evans
2014-10-30 12:18   ` joaoandreferro
2014-10-30 12:43     ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).