public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  gsoc-kayral-python: stripped _event from event_type field.
@ 2009-08-14 10:12 kayral
  0 siblings, 0 replies; only message in thread
From: kayral @ 2009-08-14 10:12 UTC (permalink / raw)
  To: archer-commits

The branch, gsoc-kayral-python has been updated
       via  36eed4ae095995171b8fb40a915f5f9ded02da22 (commit)
      from  831daea67d758634292b1fc5b75e383c5ae6d919 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 36eed4ae095995171b8fb40a915f5f9ded02da22
Author: oguz <oguz@pardus.(none)>
Date:   Fri Aug 14 13:12:14 2009 +0300

    stripped _event from event_type field.

-----------------------------------------------------------------------

Summary of changes:
 gdb/python/python-event.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/python/python-event.c b/gdb/python/python-event.c
index b74de02..728bfee 100644
--- a/gdb/python/python-event.c
+++ b/gdb/python/python-event.c
@@ -84,7 +84,7 @@ emit_stop_event (void)
   PyObject *callback_list;
   PyObject *args_tuple;
   Py_ssize_t i;
-  const char *event_type = "stop event";
+  const char *event_type = "stop";
   event_object* stop_event_obj;
 
   inferior_thread = find_thread_object (inferior_ptid);


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-14 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-14 10:12 [SCM] gsoc-kayral-python: stripped _event from event_type field kayral

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