php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_break.c File Reference
#include "phpdbg.h"
#include "phpdbg_print.h"
#include "phpdbg_utils.h"
#include "phpdbg_break.h"
#include "phpdbg_bp.h"
#include "phpdbg_prompt.h"

Go to the source code of this file.

Macros

#define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags)
 

Variables

const phpdbg_command_t phpdbg_break_commands []
 
return SUCCESS
 

Macro Definition Documentation

◆ PHPDBG_BREAK_COMMAND_D

#define PHPDBG_BREAK_COMMAND_D ( f,
h,
a,
m,
l,
s,
flags )
Value:
char s[4]
Definition cdf.c:77
#define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags)
Definition phpdbg_cmd.h:158
const phpdbg_command_t phpdbg_prompt_commands[]
$obj a
Definition test.php:84

Definition at line 28 of file phpdbg_break.c.

Variable Documentation

◆ phpdbg_break_commands

const phpdbg_command_t phpdbg_break_commands[]
Initial value:
= {
PHPDBG_BREAK_COMMAND_D(at, "specify breakpoint by location and condition", '@', break_at, NULL, "*c", 0),
PHPDBG_BREAK_COMMAND_D(del, "delete breakpoint by identifier number", '~', break_del, NULL, "n", 0),
}
#define NULL
Definition gdcache.h:45
#define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags)
#define PHPDBG_END_COMMAND
Definition phpdbg_cmd.h:171

Commands

Definition at line 34 of file phpdbg_break.c.

◆ SUCCESS

return SUCCESS
Initial value:
{
PHPDBG_API void phpdbg_set_breakpoint_at(const phpdbg_param_t *param)
Definition phpdbg_bp.c:915

Definition at line 44 of file phpdbg_break.c.