| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/gdb/python/gdb/command/ |
Upload File : |
Ñò ŠñàJc @ 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&