MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / gdb_err_print

Function gdb_err_print

tools/scripts/gdbext.py:58–59  ·  view source on GitHub ↗
(*args, **kw)

Source from the content-addressed store, hash-verified

56 gdb.write(f.getvalue(), stream)
57
58def gdb_err_print(*args, **kw):
59 gdb_print(*args, stream=gdb.STDERR, **kw)
60
61
62line_len = 100

Callers 1

our_errorMethod · 0.85

Calls 1

gdb_printFunction · 0.85

Tested by

no test coverage detected