Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ usage
Function
usage
tools/gdb-helpers.py:253–257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
252
253
def
usage():
254
print(
"Usage: atspr <command> <expr>"
)
255
print(
"commands:"
)
256
for
cmd, f, desc in commands:
257
print(
" {}: {}"
.format(cmd, desc))
258
259
260
class
ATSPrintCommand(gdb.Command):
Callers
1
invoke
Method · 0.70
Calls
1
format
Method · 0.45
Tested by
no test coverage detected