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

Method our_error

tools/scripts/gdbext.py:106–108  ·  view source on GitHub ↗
(self, what)

Source from the content-addressed store, hash-verified

104 return h
105
106 def our_error(self, what):
107 gdb_err_print('ERROR: ' + what + '\n' + self.our_help())
108 return ValueError()
109
110 def our_args(self, args_str, complete=False):
111 cmd_name, cmd_desc, required_args, optional_args = self.our_info()

Callers 1

our_argsMethod · 0.95

Calls 2

our_helpMethod · 0.95
gdb_err_printFunction · 0.85

Tested by

no test coverage detected