| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/gdb/python/gdb/command/ |
Upload File : |
Ñò 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&