We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db62c6 commit 904608cCopy full SHA for 904608c
lldb/docs/use/python-reference.rst
@@ -609,7 +609,7 @@ special needs.
609
The easiest way to do this is to derive your new command from the lldb.ParsedCommand
610
class. That responds in the same way to the help & repeat command interfaces, and
611
provides some convenience methods, and most importantly an LLDBOptionValueParser,
612
-accessed throught lldb.ParsedCommand.get_parser(). The parser is used to set
+accessed through lldb.ParsedCommand.get_parser(). The parser is used to set
613
your command definitions, and to retrieve option values in the __call__ method.
614
615
To set up the command definition, implement the ParsedCommand abstract method:
0 commit comments