php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_gdb.h File Reference

Go to the source code of this file.

Functions

ZEND_API bool zend_gdb_register_code (const void *object, size_t size)
 
ZEND_API void zend_gdb_unregister_all (void)
 
ZEND_API bool zend_gdb_present (void)
 

Function Documentation

◆ zend_gdb_present()

ZEND_API bool zend_gdb_present ( void )

Definition at line 110 of file zend_gdb.c.

◆ zend_gdb_register_code()

ZEND_API bool zend_gdb_register_code ( const void * object,
size_t size )

Definition at line 62 of file zend_gdb.c.

◆ zend_gdb_unregister_all()

ZEND_API void zend_gdb_unregister_all ( void )

Definition at line 92 of file zend_gdb.c.