Ñò 55€Lc @ sI d d k Z d e i f d „ ƒ YZ d e i f d „ ƒ YZ e ƒ d S( iÿÿÿÿNt AliasImplementationc B s e Z d „ Z d „ Z RS( c C s2 | | _ t t | ƒ i | t i ƒ | | _ d S( N( t __doc__t superR t __init__t gdbt COMMAND_NONEt real( t selft nameR t doc( ( s* /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( ( s* /usr/share/gdb/python/gdb/command/alias.pyt invoke s ( t __name__t __module__R R ( ( ( s* /usr/share/gdb/python/gdb/command/alias.pyR s t AliasCommandc B s e 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&