Slightly improve logic of some operations on stap-probe.c
authorSergio Durigan Junior <sergiodj@redhat.com>
Thu, 16 May 2019 20:17:30 +0000 (16:17 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Thu, 16 May 2019 20:26:29 +0000 (16:26 -0400)
commitf1bb75ab2a68b7d0878966f5a945eb7d33a48280
treed1d7b95a91359d612bde6c5c327bcc33b394be32
parent3ca58cdea13ddad01d70aa170eb419903b241b94
Slightly improve logic of some operations on stap-probe.c

This patch contains three very small improvement on the logic of some
operations we do on stap-probe.c.  They don't change what the code
does.

Pushed as obvious.

gdb/ChangeLog:
2019-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>

* stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
'-')" and "else if".
(stap_parse_single_operand): Join checks for
"gdbarch_stap_parse_special_token_p" and
"gdbarch_stap_parse_special_token" in the same "if" statement.
Invert check when verifying for operation on register
displacement.
gdb/ChangeLog
gdb/stap-probe.c
This page took 0.025163 seconds and 4 git commands to generate.