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

facebook / ds2 / 2611 / 21
44%
master: 44%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2017 07:30PM UTC
Files 4398
Run time 17min
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

31 Aug 2017 08:08AM UTC coverage: 31.872%. Remained the same
TARGET="Linux-X86_64" GDB_TESTS="gdb.base/break;gdb.base/printcmds;gdb.base/step-bt" CLANG="0" COVERAGE="1"

cron

travis-ci

sas
Implement fast memory read/write on Linux

Instead of sticking with ptrace for every POSIX system, we can use
process_vm_readv and process_vm_writev on Linux. This will allow us to
do our memory operation with one syscall instead of many 4-byte reads
with ptrace.

If these fail, we still have a fallback to use the ptrace mechanism.

2763 of 8669 relevant lines covered (31.87%)

436.12 hits per line

Source Files on job 2611.21 (TARGET="Linux-X86_64" GDB_TESTS="gdb.base/break;gdb.base/printcmds;gdb.base/step-bt" CLANG="0" COVERAGE="1")
  • Tree
  • List 0
  • Changed 79
  • Source Changed 0
  • Coverage Changed 79
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2611
  • Travis Job 2611.21
  • 3d5c6cf6 on github
  • Prev Job for TARGET="Linux-X86_64" GDB_TESTS="gdb.base/break;gdb.base/printcmds;gdb.base/step-bt" CLANG="0" COVERAGE="1" on master (#2610.21)
  • Next Job for TARGET="Linux-ARM" on master (#334.7)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc