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

facebook / ds2 / 2610 / 18
44%
master: 44%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2017 08:21AM UTC
Files 230
Run time 17s
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: 43.815% (+0.04%) from 43.771%
TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="0" COVERAGE="1" RELEASE="1" PLATFORM="1"

push

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.

3386 of 7728 relevant lines covered (43.81%)

26946.95 hits per line

Source Files on job 2610.18 (TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="0" COVERAGE="1" RELEASE="1" PLATFORM="1")
  • Tree
  • List 0
  • Changed 84
  • Source Changed 4
  • Coverage Changed 84
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2610
  • Travis Job 2610.18
  • 3d5c6cf6 on github
  • Prev Job for TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="0" COVERAGE="1" RELEASE="1" PLATFORM="1" on master (#2600.18)
  • Next Job for TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="0" COVERAGE="1" RELEASE="1" PLATFORM="1" on master (#2611.18)
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