• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

radare / radare2 / 6833
41%

Build:
DEFAULT BRANCH: master
Ran 25 Jul 2016 03:45AM UTC
Jobs 2
Files 101
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6833

push

travis-ci

radare
Some improvements for arm pseudo code (#5370)

* Fix logical typo scanning for separator

The test would only accept ] as a separator. This was ok for
expressions like:

  r2 = [pc + 8]

But would strip the terminating ) in:

  if (r1 == 0

* arm/pseudo: fix typo /halt/half

* arm/pseudo: fix spacing before byte/half

it is now consistent with the other instructions and
have a space after the '=' also consistent with vmov/vdif.

* arm/pseudo: fix ldr/str

The following str instruction:

  str r0, [r4, 0xc]

Would produce the broken pseudocode:

  [r4 + 0xc] = r0 + 0xc]

With this change we get the expected:

  [r4 + 0xc] = r0

We need to handle 2/3 parameter instructions
differently for ldr/str. By doing this the
special case checking for [ is no longer needed.

* arm/pseudo: add a couple of XXXXs variants

these were arbitrarily selected based on the sample
i have been looking at.

1065 of 15933 relevant lines covered (6.68%)

0.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6833.1 25 Jul 2016 03:45AM UTC 0
6.82
Travis Job 6833.1
2 6833.2 25 Jul 2016 03:49AM UTC 0
6.9
Travis Job 6833.2
Source Files on build 6833
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6833
  • 96858ac1 on github
  • Prev Build on master (#6832)
  • Next Build on master (#6834)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc