public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] "Upgrade" to autoconf 2.59
@ 2005-01-13 22:33 Keith Seitz
       [not found] ` <41EE4524.9070608@conexant.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Seitz @ 2005-01-13 22:33 UTC (permalink / raw)
  To: insight

Hi,

I've committed changes to src/gdb/gdbtk and src/libgui to use autoconf
2.59. No patches required, just shuffle bits about.

Keith

PS. I've also rotated the ChangeLog file.

ChangeLog - libgui
2005-01-13  Keith Seitz  <keiths@redhat.com>
 
        * configure.in: Rename to ...
        * configure.ac: ... this.
        * configure: Regenerate with autoconf 2.59.

ChangeLog - insight
2005-01-13  Keith Seitz  <keiths@redhat.com>
 
        * configure.in: Rename to ...
        * configure.ac: ... this.
        * configure: Regenerate with autoconf 2.59.
        * plugins/configure.in: Rename to ...
        * plugins/configure.ac: ... this.
        * pluginx/configure: Regenerate with autoconf 2.59.


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

* Re: Need to automatically track infinite execution
       [not found] ` <41EE4524.9070608@conexant.com>
@ 2005-01-19 17:01   ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2005-01-19 17:01 UTC (permalink / raw)
  To: manmeet.johar; +Cc: insight

On Wed, 2005-01-19 at 03:31, Manmeet Singh Johar wrote:

> During execution, is there any automated way of stopping the execution
> if the execution has taken more than a stipulated amount of time (say
> 10 mins)?

Not with gdb -- unless you have a program which will send an interrupt
to your gdb process after a timeout.

However, this _can_ be done with insight. Basically what you want to do
is have something execute the tcl command "after TIMEOUT gdb_stop"
(TIMEOUT in milliseconds). You can do this multiple ways:

o add it to insight's target selection dialog (in the "execute after
attaching" bit -- you'll need to pass the above tcl command to gdb using
the "tk" command, i.e., "tk after TIMEOUT gdb_stop")

o add it to your gdb startup script which does all the target setup and
the like

o write a plug-in to add a menu option or toolbar button

Keith

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

end of thread, other threads:[~2005-01-19 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-13 22:33 [PATCH] "Upgrade" to autoconf 2.59 Keith Seitz
     [not found] ` <41EE4524.9070608@conexant.com>
2005-01-19 17:01   ` Need to automatically track infinite execution Keith Seitz

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).