Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | step by line and opcode modes preserved, set stepping added, help updated | krakjoe | 2014-04-20 | 1 | -2/+28 |
| | |||||
* | Made refcount info switchable by set refcount on/off. Default: off | Bob Weinand | 2014-04-14 | 1 | -6/+26 |
| | |||||
* | squish warnings | krakjoe | 2014-04-13 | 1 | -0/+2 |
| | |||||
* | set colors working | krakjoe | 2014-02-23 | 1 | -35/+35 |
| | |||||
* | work on lexer to be more permissive (accept moar strings) | krakjoe | 2014-02-19 | 1 | -74/+66 |
| | | | | | | | | | | 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 | -8/+7 |
| | | | | | support single char aliases ... | ||||
* | work on parameters to commands | krakjoe | 2014-02-19 | 1 | -5/+5 |
| | |||||
* | execute new stack now | krakjoe | 2014-02-18 | 1 | -10/+10 |
| | |||||
* | Work in progress chekpoint of changes to help module. To allow peer review ↵ | Terry Ellison | 2014-02-02 | 1 | -0/+11 |
| | | | | 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 |
| | |||||
* | Merge branch 'master' of https://github.com/krakjoe/phpdbg | krakjoe | 2013-12-02 | 1 | -1/+1 |
|\ | |||||
| * | - Fixed compiler warning | Felipe Pena | 2013-12-01 | 1 | -3/+4 |
| | | |||||
* | | added set break [id] <on|off> | krakjoe | 2013-12-02 | 1 | -7/+26 |
|/ | |||||
* | add set colors command to assist remote console | krakjoe | 2013-11-28 | 1 | -1/+32 |
| | |||||
* | fix #28 | krakjoe | 2013-11-26 | 1 | -0/+2 |
| | |||||
* | Enormous whitespace fix | Bob Weinand | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | fix windows build | krakjoe | 2013-11-26 | 1 | -1/+1 |
| | | | | build shared on windows | ||||
* | - Rename command to "set break" | Felipe Pena | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | - Added command "set breakpoint <on|off>" | Felipe Pena | 2013-11-25 | 1 | -8/+30 |
| | |||||
* | a prompt with an % == nice segfault | Bob Weinand | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | spelling correction | krakjoe | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | get good control over colors and prompt | krakjoe | 2013-11-24 | 1 | -74/+38 |
| | |||||
* | - Missing return | Felipe Pena | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | - Added more colors | Felipe Pena | 2013-11-24 | 1 | -8/+16 |
| | |||||
* | - Initial work on setting color to prompt | Felipe Pena | 2013-11-24 | 1 | -3/+54 |
| | |||||
* | - Fix checking | Felipe Pena | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | - Keep the color | Felipe Pena | 2013-11-24 | 1 | -4/+8 |
| | |||||
* | move oplog command to set commands | krakjoe | 2013-11-24 | 1 | -0/+48 |
| | | | | | add help for set commands move set down in the list of prompt commands | ||||
* | - CS | Felipe Pena | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | - Oppss, forgot to add new files | Felipe Pena | 2013-11-24 | 1 | -0/+57 |