MCPcopy 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
253def usage():
254 print("Usage: atspr <command> <expr>")
255 print("commands:")
256 for cmd, f, desc in commands:
257 print(" {}: {}".format(cmd, desc))
258
259
260class ATSPrintCommand(gdb.Command):

Callers 1

invokeMethod · 0.70

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected