From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27778 invoked by alias); 14 Aug 2009 10:12:59 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 27725 invoked by uid 9824); 14 Aug 2009 10:12:59 -0000 Date: Fri, 14 Aug 2009 10:12:00 -0000 Message-ID: <20090814101259.27697.qmail@sourceware.org> From: kayral@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] gsoc-kayral-python: stripped _event from event_type field. X-Git-Refname: refs/heads/gsoc-kayral-python X-Git-Reftype: branch X-Git-Oldrev: 831daea67d758634292b1fc5b75e383c5ae6d919 X-Git-Newrev: 36eed4ae095995171b8fb40a915f5f9ded02da22 X-SW-Source: 2009-q3/txt/msg00106.txt.bz2 List-Id: 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 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.