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

facebook / ds2 / 2610
44%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2017 08:16AM UTC
Jobs 12
Files 4398
Run time 406min
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
2610

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.

30 of 30 new or added lines in 1 file covered. (100.0%)

5203 of 10106 relevant lines covered (51.48%)

99068.65 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
Headers/DebugServer2/GDBRemote/Types.h
1
100.0
Sources/Host/POSIX/PTrace.cpp
1
100.0
Headers/DebugServer2/Types.h
1
100.0
Sources/Target/Linux/Process.cpp
1
100.0
Sources/GDBRemote/Structures.cpp
1
100.0
Sources/GDBRemote/Session.cpp
1
100.0
Sources/Host/Linux/X86_64/PTraceX86_64.cpp
1
100.0
Sources/Target/POSIX/Thread.cpp
2
100.0
Headers/DebugServer2/GDBRemote/SessionBase.h
3
100.0
Sources/Utils/POSIX/Stringify.cpp
4
100.0
Sources/Target/Common/ProcessBase.cpp
5
100.0
Headers/DebugServer2/GDBRemote/ProtocolHelpers.h
5
100.0
Sources/Host/POSIX/ProcessSpawner.cpp
8
100.0
Sources/main.cpp
Jobs
ID Job ID Ran Files Coverage
4 2610.4 (TARGET="Android-ARM" LLDB_TESTS="all" PLATFORM="1" COVERAGE="1") 31 Aug 2017 08:38AM UTC 0
0.0
Travis Job 2610.4
7 2610.7 (TARGET="Android-X86" LLDB_TESTS="all" PLATFORM="1" COVERAGE="1") 31 Aug 2017 08:48AM UTC 0
0.0
Travis Job 2610.7
13 2610.13 (TARGET="Linux-X86" LLDB_TESTS="all" CLANG="0" COVERAGE="1" PLATFORM="1") 31 Aug 2017 08:22AM UTC 0
42.99
Travis Job 2610.13
14 2610.14 (TARGET="Linux-X86" LLDB_TESTS="all" CLANG="0" COVERAGE="1" RELEASE="1") 31 Aug 2017 08:22AM UTC 0
45.5
Travis Job 2610.14
17 2610.17 (TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="0" COVERAGE="1") 31 Aug 2017 08:21AM UTC 0
39.56
Travis Job 2610.17
18 2610.18 (TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="0" COVERAGE="1" RELEASE="1" PLATFORM="1") 31 Aug 2017 08:21AM UTC 0
43.81
Travis Job 2610.18
19 2610.19 (TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="1" COVERAGE="1" PLATFORM="1") 31 Aug 2017 08:24AM UTC 0
43.58
Travis Job 2610.19
20 2610.20 (TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="1" COVERAGE="1" RELEASE="1") 31 Aug 2017 08:25AM UTC 0
36.32
Travis Job 2610.20
21 2610.21 (TARGET="Linux-X86_64" GDB_TESTS="gdb.base/break;gdb.base/printcmds;gdb.base/step-bt" CLANG="0" COVERAGE="1") 31 Aug 2017 08:16AM UTC 0
31.87
Travis Job 2610.21
22 2610.22 (TARGET="Linux-X86_64" GDB_TESTS="gdb.base/break;gdb.base/printcmds;gdb.base/step-bt" CLANG="0" COVERAGE="1" RELEASE="1") 31 Aug 2017 08:16AM UTC 0
32.91
Travis Job 2610.22
23 2610.23 (TARGET="Linux-X86_64" GDB_TESTS="gdb.base/break;gdb.base/printcmds;gdb.base/step-bt" CLANG="1" COVERAGE="1") 31 Aug 2017 08:17AM UTC 0
32.55
Travis Job 2610.23
24 2610.24 (TARGET="Linux-X86_64" GDB_TESTS="gdb.base/break;gdb.base/printcmds;gdb.base/step-bt" CLANG="1" COVERAGE="1" RELEASE="1") 31 Aug 2017 08:20AM UTC 0
32.92
Travis Job 2610.24
Source Files on build 2610
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2610
  • 3d5c6cf6 on github
  • Prev Build on master (#2600)
  • Next Build on master (#2611)
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