public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
* [RFC][0/5] Python event handling
@ 2009-08-23 15:34 Oguz Kayral
  2009-09-21 21:17 ` Tom Tromey
  2009-09-24  1:52 ` Richard Ward
  0 siblings, 2 replies; 3+ messages in thread
From: Oguz Kayral @ 2009-08-23 15:34 UTC (permalink / raw)
  To: archer

Hi,
This patch series adds inferior event handling support to GDB Python
scripting. The work is based on archer-tromey-python branch.

An example gdb session:

gsoc-gdb/install/bin/gdb ./simple
GNU gdb (GDB) 6.8.50.20090717-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) require command check_segfault
(gdb) start
Temporary breakpoint 1 at 0x80483a5: file simple.c, line 7.
Starting program: /home/oguz/simple

Temporary breakpoint 1, main () at simple.c:7
7	    *p = simple();
(gdb) check_segfault
SIGSEGV handler registered.
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x080483af in main () at simple.c:7
7	    *p = simple();
event type : stop
stop reason: signal
stop signal: SIGSEGV
#0  0x080483af in main () at simple.c:7

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

end of thread, other threads:[~2009-09-24  1:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-23 15:34 [RFC][0/5] Python event handling Oguz Kayral
2009-09-21 21:17 ` Tom Tromey
2009-09-24  1:52 ` Richard Ward

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