| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made some functions async safe and provide interactive shell in signal handler | Bob Weinand | 2014-10-03 | 1 | -4/+4 |
| | | | | | | Fixes also (as a side-effect) a possible bug in list function when included files become unreachable after loading by caching the file contents This is already pretty stable; a (restricted) ev and sh may follow. | ||||
| * | do not allow abbreivation of anything without alias, fixes input for sh/ev | krakjoe | 2014-02-21 | 1 | -2/+2 |
| | | |||||
| * | introduce proper support for file:#opline | krakjoe | 2014-02-21 | 1 | -8/+0 |
| | | |||||
| * | trim breaking commands | krakjoe | 2014-02-21 | 1 | -103/+5 |
| | | |||||
| * | better-ness, I think | krakjoe | 2014-02-21 | 1 | -15/+1 |
| | | |||||
| * | work on lexer to be more permissive (accept moar strings) | krakjoe | 2014-02-19 | 1 | -9/+13 |
| | | | | | | | | | | | work on parameter parsing and command resolution work on error reporting for failed arguments update most commands move quiet to set quiet move set break on/off to set breaks on/off keep set break for set break <id> <on/off> update help accordingly | ||||
| * | remove input_t | krakjoe | 2014-02-19 | 1 | -3/+3 |
| | | | | | | support single char aliases ... | ||||
| * | work on parameters to commands | krakjoe | 2014-02-19 | 1 | -9/+9 |
| | | |||||
| * | Work in progress chekpoint of changes to help module. To allow peer review ↵ | Terry Ellison | 2014-02-02 | 1 | -0/+16 |
| | | | | | and feedback | ||||
| * | Update year | Bob Weinand | 2014-01-17 | 1 | -1/+1 |
| | | |||||
| * | In english, no horizontal space before “!”. | Ivan Enderlin | 2013-12-18 | 1 | -1/+1 |
| | | |||||
| * | Added myself as author where I was not author yet | Bob Weinand | 2013-12-18 | 1 | -0/+1 |
| | | |||||
| * | Adapted opline_num breakpoints to master branch | Bob Weinand | 2013-12-07 | 1 | -1/+8 |
| |\ | |||||
| | * | extended conditional breakpoints | krakjoe | 2013-12-03 | 1 | -0/+7 |
| | | | |||||
| | * | improve api | krakjoe | 2013-11-27 | 1 | -1/+1 |
| | | | |||||
| * | | Nearly finished opline num support patch | Bob Weinand | 2013-12-03 | 1 | -2/+5 |
| | | | |||||
| * | | First semi-working version of oplines | Bob Weinand | 2013-11-28 | 1 | -0/+9 |
| |/ | |||||
| * | Enormous whitespace fix | Bob Weinand | 2013-11-26 | 1 | -21/+20 |
| | | |||||
| * | Merge branch 'master' of https://github.com/krakjoe/phpdbg | Bob Weinand | 2013-11-24 | 1 | -2/+2 |
| |\ | |||||
| | * | - Passing strlen to phpdbg_set_breakpoint_symbol | Felipe Pena | 2013-11-24 | 1 | -1/+1 |
| | | | |||||
| | * | - Added print information about opcode breakpoint | Felipe Pena | 2013-11-24 | 1 | -1/+1 |
| | | | |||||
| * | | Add breakpoint deleting | Bob Weinand | 2013-11-24 | 1 | -0/+13 |
| |/ | |||||
| * | - Moved catch cmd to "break op" cmd | Felipe Pena | 2013-11-23 | 1 | -2/+15 |
| | | |||||
| * | restore sanity to commands/handlers/the universe | krakjoe | 2013-11-20 | 1 | -7/+1 |
| | | |||||
| * | stop break on condition from bugging out | krakjoe | 2013-11-20 | 1 | -0/+6 |
| | | |||||
| * | stat before setting breakpoints on files | krakjoe | 2013-11-16 | 1 | -36/+25 |
| | | | | | | default switch case for command handlers trace route through handler tree for debugging etc **selected | ||||
| * | remove more no expression provided messages | krakjoe | 2013-11-16 | 1 | -15/+4 |
| | | |||||
| * | make handlers take phpdbg_param_t | krakjoe | 2013-11-16 | 1 | -40/+24 |
| | | |||||
| * | move phpdbg_param_t to phpdbg.c|h | krakjoe | 2013-11-16 | 1 | -23/+19 |
| | | | | | | | add string length and type to param_t (made struct instead of union) typedef enumerated param types add some error messages when command recieves unsupported values | ||||
| * | ... | krakjoe | 2013-11-14 | 1 | -15/+20 |
| | | |||||
| * | - Cosmetic changes | Felipe Pena | 2013-11-13 | 1 | -6/+3 |
| | | |||||
| * | - Added parameter parsing functions | Felipe Pena | 2013-11-13 | 1 | -81/+68 |
| | | |||||
| * | - Added check for file context on "break lineno" and name length on "break func" | Felipe Pena | 2013-11-13 | 1 | -27/+37 |
| | | |||||
| * | - Fixed crash when supplied invalid syntax to "break file" | Felipe Pena | 2013-11-13 | 1 | -32/+38 |
| | | |||||
| * | ... | krakjoe | 2013-11-13 | 1 | -0/+147 |
