public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-sergiodj-stap: Fixing bug on i686 and other arches
@ 2012-01-03 17:54 sergiodj
  0 siblings, 0 replies; only message in thread
From: sergiodj @ 2012-01-03 17:54 UTC (permalink / raw)
  To: archer-commits

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 <sergiodj@redhat.com>
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.


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

only message in thread, other threads:[~2012-01-03 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-03 17:54 [SCM] archer-sergiodj-stap: Fixing bug on i686 and other arches sergiodj

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