php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_list.h File Reference
#include "TSRM.h"
#include "phpdbg_cmd.h"

Go to the source code of this file.

Data Structures

struct  phpdbg_file_source
 

Macros

#define PHPDBG_LIST(name)
 
#define PHPDBG_LIST_HANDLER(name)
 

Functions

 PHPDBG_LIST (lines)
 
 PHPDBG_LIST (class)
 
 PHPDBG_LIST (method)
 
 PHPDBG_LIST (func)
 
void phpdbg_list_function_byname (const char *, size_t)
 
void phpdbg_list_function (const zend_function *)
 
void phpdbg_list_file (zend_string *, uint32_t, int, uint32_t)
 
void phpdbg_init_list (void)
 
void phpdbg_list_update (void)
 

Variables

const phpdbg_command_t phpdbg_list_commands []
 

Macro Definition Documentation

◆ PHPDBG_LIST

#define PHPDBG_LIST ( name)
Value:
#define PHPDBG_COMMAND(name)
Definition phpdbg_cmd.h:167
zend_string * name

Definition at line 25 of file phpdbg_list.h.

◆ PHPDBG_LIST_HANDLER

#define PHPDBG_LIST_HANDLER ( name)
Value:
#define PHPDBG_COMMAND_HANDLER(name)
Definition phpdbg_cmd.h:156

Definition at line 26 of file phpdbg_list.h.

Function Documentation

◆ phpdbg_init_list()

void phpdbg_init_list ( void )

Definition at line 358 of file phpdbg_list.c.

◆ PHPDBG_LIST() [1/4]

PHPDBG_LIST ( class )

◆ PHPDBG_LIST() [2/4]

PHPDBG_LIST ( func )

◆ PHPDBG_LIST() [3/4]

PHPDBG_LIST ( lines )

◆ PHPDBG_LIST() [4/4]

PHPDBG_LIST ( method )

◆ phpdbg_list_file()

void phpdbg_list_file ( zend_string * filename,
uint32_t count,
int offset,
uint32_t highlight )

Definition at line 130 of file phpdbg_list.c.

◆ phpdbg_list_function()

void phpdbg_list_function ( const zend_function * fbc)

Definition at line 172 of file phpdbg_list.c.

◆ phpdbg_list_function_byname()

void phpdbg_list_function_byname ( const char * str,
size_t len )

Definition at line 186 of file phpdbg_list.c.

◆ phpdbg_list_update()

void phpdbg_list_update ( void )

Definition at line 365 of file phpdbg_list.c.

Variable Documentation

◆ phpdbg_list_commands

const phpdbg_command_t phpdbg_list_commands[]
extern

Definition at line 39 of file phpdbg_list.c.