xdebug_con         59 xdebug_handler_dbgp.h #define DBGP_FUNC_PARAMETERS        xdebug_xml_node **retval, xdebug_con *context, xdebug_dbgp_arg *args TSRMLS_DC
xdebug_con        360 xdebug_handler_gdb.c 	xdebug_con         *h = (xdebug_con*) context;
xdebug_con        387 xdebug_handler_gdb.c 	xdebug_con         *h = (xdebug_con*) context;
xdebug_con       1070 xdebug_handler_gdb.c 	xdebug_con         *h = (xdebug_con*) context;
xdebug_con       1089 xdebug_handler_gdb.c 	xdebug_con         *h = (xdebug_con*) context;
xdebug_con         39 xdebug_handler_gdb.h 	char *(*handler)(xdebug_con *context, xdebug_arg *args);
xdebug_con        108 xdebug_handlers.h 	int (*remote_init)(xdebug_con *h, int mode);
xdebug_con        109 xdebug_handlers.h 	int (*remote_deinit)(xdebug_con *h);
xdebug_con        112 xdebug_handlers.h 	int (*remote_error)(xdebug_con *h, int type, char *exception_type, char *message, const char *location, const uint line, xdebug_llist *stack);
xdebug_con        115 xdebug_handlers.h 	int (*remote_breakpoint)(xdebug_con *h, xdebug_llist *stack, char *file, long lineno, int type);
xdebug_con        118 xdebug_handlers.h 	int (*register_eval_id)(xdebug_con *h, function_stack_entry *fse);
xdebug_con        119 xdebug_handlers.h 	int (*unregister_eval_id)(xdebug_con *h, function_stack_entry *fse, int eval_id);