| Server IP : 104.129.129.72 / Your IP : 216.73.216.229 Web Server : LiteSpeed System : Linux 123answers 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : answe8064 ( 1002) PHP Version : 8.2.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/gdb/python/gdb/function/__pycache__/ |
Upload File : |
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 &