Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
def
gdb_err_print(*args, **kw):
59
gdb_print(*args, stream=gdb.STDERR, **kw)
60
61
62
line_len = 100
Callers
1
our_error
Method · 0.85
Calls
1
gdb_print
Function · 0.85
Tested by
no test coverage detected