summaryrefslogtreecommitdiff
path: root/phpdbg_break.c
Commit message (Expand)AuthorAgeFilesLines
* Made some functions async safe and provide interactive shell in signal handlerBob Weinand2014-10-031-4/+4
* do not allow abbreivation of anything without alias, fixes input for sh/evkrakjoe2014-02-211-2/+2
* introduce proper support for file:#oplinekrakjoe2014-02-211-8/+0
* trim breaking commandskrakjoe2014-02-211-103/+5
* better-ness, I thinkkrakjoe2014-02-211-15/+1
* work on lexer to be more permissive (accept moar strings)krakjoe2014-02-191-9/+13
* remove input_tkrakjoe2014-02-191-3/+3
* work on parameters to commandskrakjoe2014-02-191-9/+9
* Work in progress chekpoint of changes to help module. To allow peer review a...Terry Ellison2014-02-021-0/+16
* Update yearBob Weinand2014-01-171-1/+1
* In english, no horizontal space before “!”.Ivan Enderlin2013-12-181-1/+1
* Added myself as author where I was not author yetBob Weinand2013-12-181-0/+1
* Adapted opline_num breakpoints to master branchBob Weinand2013-12-071-1/+8
|\
| * extended conditional breakpointskrakjoe2013-12-031-0/+7
| * improve apikrakjoe2013-11-271-1/+1
* | Nearly finished opline num support patchBob Weinand2013-12-031-2/+5
* | First semi-working version of oplinesBob Weinand2013-11-281-0/+9
|/
* Enormous whitespace fixBob Weinand2013-11-261-21/+20
* Merge branch 'master' of https://github.com/krakjoe/phpdbgBob Weinand2013-11-241-2/+2
|\
| * - Passing strlen to phpdbg_set_breakpoint_symbolFelipe Pena2013-11-241-1/+1
| * - Added print information about opcode breakpointFelipe Pena2013-11-241-1/+1
* | Add breakpoint deletingBob Weinand2013-11-241-0/+13
|/
* - Moved catch cmd to "break op" cmdFelipe Pena2013-11-231-2/+15
* restore sanity to commands/handlers/the universekrakjoe2013-11-201-7/+1
* stop break on condition from bugging outkrakjoe2013-11-201-0/+6
* stat before setting breakpoints on fileskrakjoe2013-11-161-36/+25
* remove more no expression provided messageskrakjoe2013-11-161-15/+4
* make handlers take phpdbg_param_tkrakjoe2013-11-161-40/+24
* move phpdbg_param_t to phpdbg.c|hkrakjoe2013-11-161-23/+19
* ...krakjoe2013-11-141-15/+20
* - Cosmetic changesFelipe Pena2013-11-131-6/+3
* - Added parameter parsing functionsFelipe Pena2013-11-131-81/+68
* - Added check for file context on "break lineno" and name length on "break func"Felipe Pena2013-11-131-27/+37
* - Fixed crash when supplied invalid syntax to "break file"Felipe Pena2013-11-131-32/+38
* ...krakjoe2013-11-131-0/+147