From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17108 invoked by alias); 3 Jan 2012 17:54:04 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 17078 invoked by uid 9813); 3 Jan 2012 17:54:04 -0000 Date: Tue, 03 Jan 2012 17:54:00 -0000 Message-ID: <20120103175404.17063.qmail@sourceware.org> From: sergiodj@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-sergiodj-stap: Fixing bug on i686 and other arches X-Git-Refname: refs/heads/archer-sergiodj-stap X-Git-Reftype: branch X-Git-Oldrev: 11cb32604006f077bd5211fb818d59935423c539 X-Git-Newrev: b62aa4d06e991a7910263aa451836c6c9fb635d7 X-SW-Source: 2012-q1/txt/msg00008.txt.bz2 List-Id: The branch, archer-sergiodj-stap has been updated via b62aa4d06e991a7910263aa451836c6c9fb635d7 (commit) from 11cb32604006f077bd5211fb818d59935423c539 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit b62aa4d06e991a7910263aa451836c6c9fb635d7 Author: Sergio Durigan Junior Date: Tue Jan 3 15:53:45 2012 -0200 Fixing bug on i686 and other arches ----------------------------------------------------------------------- Summary of changes: gdb/stap-probe.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c index 74fd9e9..123530f 100644 --- a/gdb/stap-probe.c +++ b/gdb/stap-probe.c @@ -654,6 +654,7 @@ static void stap_parse_argument_conditionally (struct stap_parse_info *p) { if (*p->arg == '-' || *p->arg == '~' || *p->arg == '+' /* Unary. */ + || isdigit (*p->arg) || gdbarch_stap_is_single_operand (p->gdbarch, p->arg)) stap_parse_single_operand (p); else if (*p->arg == '(') hooks/post-receive -- Repository for Project Archer.