class NestedCommandContext
Defined at line 164 of file ../../src/developer/debug/zxdb/console/command_context.h
This command context forwards everything to an underlying command context. It allows multiple
commands to be sequenced (since each NestedCommandContext represents one step) while gathering
the output into one place.
Public Methods
void Output (const OutputBuffer & output)
Defined at line 122 of file ../../src/developer/debug/zxdb/console/command_context.cc
void ReportError (const Err & err)
Defined at line 124 of file ../../src/developer/debug/zxdb/console/command_context.cc
Friends
class MakeRefCountedHelper
class RefCountedThreadSafe