MCPcopy Create free account
hub / github.com/deroko/lldbinit / __lldb_init_module

Function __lldb_init_module

lldbinit.py:155–202  ·  view source on GitHub ↗

we can execute commands using debugger.HandleCommand which makes all outptu to default lldb console. With GetCommandinterpreter().HandleCommand() we can consume all output with SBCommandReturnObject and parse data before we send it to output (eg. modify it);

(debugger, internal_dict)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected