Skip to content

Argv

parser = argparse.ArgumentParser(description='Prints out the contents of the environment.') module-attribute

argc_function

Bases: Function

Evaluates to argc.

__init__()

invoke(*args)

argv_function

Bases: Function

Evaluate argv on the supplied value.

__init__()

invoke(number_value=gdb.Value(0), *args)

environ_function

Bases: Function

Evaluate getenv() on the supplied value.

__init__()

invoke(name_value=gdb.Value(''), *args)

envp_function

Bases: Function

Evaluate envp on the supplied value.

__init__()

invoke(number_value=gdb.Value(0), *args)

argc()

argv(i=None)

envp(name=None)

Prints out the contents of the environment.