MCPcopy Create free account
hub / github.com/iovisor/bcc / debug_command

Method debug_command

tests/python/test_debuginfo.py:121–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119
120
121 def debug_command(self):
122 subprocess.check_output('mkdir -p /usr/lib/debug/.build-id/12'.split())
123 subprocess.check_output(('mv dummy.debug /usr/lib/debug/.build-id' + \
124 '/12/3456789abcdef0123456789abcdef012345678.debug').split())
125
126 def tearDown(self):
127 super(TestBuildid, self).tearDown()

Callers 1

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected