Commit Graph

298 Commits

Author SHA1 Message Date
Felipe Pena
70d4ac8ef3 - Moved catch cmd to "break op" cmd 2013-11-23 21:14:16 -02:00
Felipe Pena
f5c07f61e1 - Added catch command 2013-11-23 20:03:17 -02:00
krakjoe
b76b543cae fix sigint when executing 2013-11-23 17:09:52 +00:00
Felipe Pena
fc8b7cb369 Merge branch 'master' of github.com:krakjoe/phpdbg 2013-11-23 13:35:42 -02:00
Felipe Pena
3a72677e83 - Fix compiler warning 2013-11-23 13:35:30 -02:00
Felipe Pena
b0f7344919 - Fixed typo 2013-11-23 13:34:36 -02:00
krakjoe
7cd0ed51ed fix ignore php.ini and override path 2013-11-23 15:11:09 +00:00
krakjoe
eafaa65a08 fix infruritating segfault 2013-11-23 14:25:45 +00:00
krakjoe
62cf2bea55 shut up valgrind 2013-11-23 13:42:08 +00:00
krakjoe
86faf2e1b6 fix memory error 2013-11-23 13:35:54 +00:00
krakjoe
1ce2cdbfc8 -... 2013-11-23 13:05:36 +00:00
krakjoe
fc5af4620c do not destroy opcodes on resetting same context 2013-11-23 13:04:27 +00:00
Felipe Pena
968421c145 - Removed unused var 2013-11-22 21:30:26 -02:00
Felipe Pena
4a6f7373a3 - Added support to set breakpoint in the current place 2013-11-22 21:05:25 -02:00
Felipe Pena
7a6ed70552 - Reset frame num here 2013-11-22 20:15:04 -02:00
krakjoe
94ecb5a75f fix windows build 2013-11-22 20:42:57 +00:00
krakjoe
88a95efdfa compress help menu 2013-11-22 19:50:13 +00:00
krakjoe
e662fd9eb0 merge frame/trace commands from bwoebi
tidy up
add help for frame command
fix help made incorrect by additions
2013-11-22 19:06:31 +00:00
Bob Weinand
0917c754f9 Shut up, compiler! 2013-11-22 19:24:27 +01:00
Bob Weinand
202c1cee39 Fixed segfault + ZTS 2013-11-22 19:16:25 +01:00
Bob Weinand
c46a413697 Merge branch 'master' of https://github.com/krakjoe/phpdbg into frames
Conflicts:
	phpdbg.h
	phpdbg_prompt.c
2013-11-22 18:32:00 +01:00
Bob Weinand
5b51fb40e9 Added frames and beautified backtrace 2013-11-22 18:27:55 +01:00
krakjoe
a6bd3807c4 better handling of sigint
info literals command
2013-11-22 09:09:54 +00:00
Felipe Pena
601b75731a - WS 2013-11-21 21:19:55 -02:00
krakjoe
cdd72cfda7 housekeeping, moving stuff to appropriate units 2013-11-21 19:47:31 +00:00
krakjoe
8743afbaa4 move opcode stuff to opcode.c 2013-11-21 16:45:12 +00:00
krakjoe
a13583d1df use constant numbers 2013-11-21 16:41:41 +00:00
krakjoe
a3bcdba660 ws 2013-11-21 16:30:27 +00:00
krakjoe
916164c808 more on disassembler 2013-11-21 16:10:48 +00:00
krakjoe
0488640f4c better output for disassembler 2013-11-21 13:52:20 +00:00
krakjoe
c8d408ffac left justify oplines 2013-11-21 13:38:32 +00:00
krakjoe
fdde4aa80a var and temp var numbers 2013-11-21 13:35:39 +00:00
krakjoe
ed8f64cc80 some work on opline output, incomplete 2013-11-21 11:16:14 +00:00
krakjoe
e36b718004 fix broken subs 2013-11-20 22:23:34 +00:00
krakjoe
5ec586ce94 restore sanity to commands/handlers/the universe 2013-11-20 21:47:44 +00:00
Felipe Pena
c3f43f0a6e - Added support to break when signaling ctrl+c 2013-11-20 17:16:07 -02:00
Felipe Pena
9ba9abfa2a Merge branch 'master' of github.com:krakjoe/phpdbg 2013-11-20 16:52:42 -02:00
Felipe Pena
ed16d3b608 - Initial code for signal handling 2013-11-20 16:52:34 -02:00
krakjoe
a0c824955c clean build on windows 2013-11-20 18:07:45 +00:00
krakjoe
17baeaa932 fix 2013-11-20 17:48:54 +00:00
krakjoe
004249cec9 fix bug, allow init access to vm uninterrupted 2013-11-20 17:09:06 +00:00
krakjoe
fdddde0d03 step through eval option 2013-11-20 17:01:37 +00:00
krakjoe
63c0db3a1d fix eval 2013-11-20 16:32:30 +00:00
krakjoe
12d969558d -r option 2013-11-20 16:19:37 +00:00
krakjoe
c3444a294e add help for -q 2013-11-20 14:59:28 +00:00
krakjoe
e717662730 fix eval for new input handling 2013-11-20 14:25:15 +00:00
krakjoe
7a81ed4b74 fix #13 output buffering not working during execution 2013-11-20 14:19:15 +00:00
krakjoe
f92de15a1c align 2013-11-20 13:56:31 +00:00
krakjoe
baff6e1d65 tidy alias menu 2013-11-20 13:51:47 +00:00
krakjoe
d5388bac79 fix shell command to use new input 2013-11-20 13:43:58 +00:00