File: //usr/share/gdb/python/gdb/command/alias.pyc
mň
Ç0Kc @ sF d k Z d e i f d YZ d e i f d YZ e d S( Nt AliasImplementationc B s t Z d Z d Z RS( Nc C s2 | | _ t t | i | t i | | _ d S( N(
t doct selft __doc__t superR t __init__t namet gdbt COMMAND_NONEt real( R R R R ( ( t* /usr/share/gdb/python/gdb/command/alias.pyR s c C s t i | i d | | d S( Nt ( R t executeR R t argt from_tty( R R
R ( ( R
t invoke s ( t __name__t
__module__R R ( ( ( R
R s t AliasCommandc B s t Z d Z d Z d Z RS( sü Alias one command to another.
In the simplest form, the first word is the name of the alias, and
the remaining words are the the expansion.
An '=' by itself can be used to define a multi-word alias; words
before the '=' are the name of the new command.c C s&