2014-10-27 |
Bob Weinand | Fix resolving breakpoints of already loaded files |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Bob Weinand | Never exist xml mode... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Bob Weinand | Fix failing quit when quitting during execution |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Bob Weinand | Fix segfault when cleaning without execution context |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Bob Weinand | Fix listening on port |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Anatol Belski | Merge branch 'master' of github.com:krakjoe/phpdbg |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Anatol Belski | improve the current sigio handling on win32 |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Bob Weinand | Do not execute anything after quit or clean command |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Bob Weinand | Fix last commit, and do not output unnecessary information |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Bob Weinand | Stabilize execution, always run destructors and extende... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Bob Weinand | Fix nullptr dereference in clean without exec context |
commit | commitdiff | tree | snapshot |
2014-10-26 |
krakjoe | remove dodgy param parser, bring userland breakpoint... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
krakjoe | disable output buffering by default |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Bob Weinand | Add question to reset execution in run/exec/clean |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Bob Weinand | Fix phpdbg output when outputting via php with active... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Bob Weinand | Set engine back to initial state after fatal-ed ev... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Bob Weinand | Fix eventual stack overflow after clean cmd |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Bob Weinand | Fix listing of files with no absolute path |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Anatol Belski | stdint will be included in the win32 variant, so don... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Bob Weinand | Make xml valid (missing space between attrs) |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Bob Weinand | Fix info classes file name in xml |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Bob Weinand | Add note about <eval> tag for errors in xml.md |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Bob Weinand | Name the tag <eval> if the error id during ev cmd |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Bob Weinand | Do not print out xml as PHP print... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Bob Weinand | Fix output to wrong function |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Bob Weinand | Fixed parameter order on %.*s |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Bob Weinand | Too much copypaste... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Bob Weinand | Add xml formatted deep dump of return value from ev |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Bob Weinand | Fix some compiler warnings |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Bob Weinand | Move phpdbg_print and helper functions to phpdbg_out.* |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Bob Weinand | Do not use int8_t when it is useless... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Bob Weinand | Fixed frame numbering in xml output |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Bob Weinand | Do not display dots in xml output for i v/i d |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Bob Weinand | Try fixing 5.4 and 5.5 build, again |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | add comment |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | restart listening on socket |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | some minor fixes |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | added phpdbg_eol.* sources |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | basic EOL implementation for CRLF |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | start sigio watcher only for run and eval for now |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | reworked the current EOL stuff |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | prepare setting EOL with command or INI |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | correct place to start the sigio watcher |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | further improvements to windows/sigio |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Anatol Belski | basic sigio surrogate for windows |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Bob Weinand | Always show the prompt (now also: <prompt> tag) |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Bob Weinand | Fix off-by-one bug in text messages (msg/<phpdbg>) |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Bob Weinand | Add xml.md info for info constants |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Bob Weinand | Ensure that %.*s uses the full string (INCLUDING \0) |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Bob Weinand | Add info constants (alias: i d) command |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Bob Weinand | Add values of scalars to info vars/globals |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Bob Weinand | Fix for ports >= 1<<15 |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Bob Weinand | Fix reading from remote on some *nixes |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Bob Weinand | Fix TSRMLS_* and a few warnings |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | revert PHP_EOL changes |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | don't use timeout for the remote prompt, recv() will... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | improve server sock creation and support ipv6 |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | add comment |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | increase default recv timeout to 30 seconds |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | more EOL fixes |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | use MSG_PEEK flag for recv() everywhere |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | fixed EOL transferred to the client side, fixed strftim... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Anatol Belski | increase stack to avoid overflow crash on SIGINT |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Anatol Belski | several fixes to the new io stuff |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Anatol Belski | override stdin and stdout to be remote, stderr is untou... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Anatol Belski | move these to use the mixed read/write routines |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Anatol Belski | add basic stuff to generalize IO |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Anatol Belski | enable php_stdiop_write for windows |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Anatol Belski | fix dll export |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Anatol Belski | C89 compat |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Bob Weinand | Fix for 5.4/5.5 |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Bob Weinand | Merge branch 'xml-protocol' |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Bob Weinand | Fix execution of immediately following commands |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Bob Weinand | Fixed potential segfault in backtrace of internal funcs |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Bob Weinand | Remove accidentally added null-byte in attributes |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Bob Weinand | Fix negative list offsets |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Bob Weinand | Fix lexing of -r \d+ in raw-string commands |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Bob Weinand | Fix invalid dereference |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Bob Weinand | Fix segfault in exceptions with xml |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Bob Weinand | Fix ctrl characters handling |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Bob Weinand | Fix invalid efree() on null pointer and add help for -x |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Anatol Belski | enable console options for remote on win |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Anatol Belski | basic rework for remote on win |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Anatol Belski | fix config.w32 |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Bob Weinand | Fix some compiler warnings |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Bob Weinand | Maybe-fix for krakjoe/phpdbg#120, fixed remote on darwin |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Bob Weinand | Fix issue krakjoe/phpdbg#122 (segfault in helpaliases) |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Escape control characters |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Only show req attribute if given |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Fix ev/run/sh parsing |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Fixed segfault when listing and last line is empty |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Fixed segfault when listing and last line is empty |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Updated xml.md |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Always output request id in containers |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Merge branch 'master' into xml-protocol |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Ports are unsigned short, use unsigned to display |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Fix regression in list |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Bob Weinand | Reduce variabledetails+variable to just one variable tag |
commit | commitdiff | tree | snapshot |
2014-10-08 |
Bob Weinand | Add <intros> tag around <intro /> tags |
commit | commitdiff | tree | snapshot |
2014-10-08 |
Bob Weinand | Put stack_verify in error buffer too |
commit | commitdiff | tree | snapshot |
next |