Commit Graph

239 Commits

Author SHA1 Message Date
Pragmatic Software 8a70c06096 Misc bug fixes and tweaks 2012-07-22 19:22:30 +00:00
Pragmatic Software dad1bf978e compiler_vm: improved function extraction (missed a spot) 2012-03-21 16:02:02 +00:00
Pragmatic Software 0e957ba414 compiler_vm: improved function extraction 2012-03-21 15:58:07 +00:00
Pragmatic Software 2fc11ea1fd compiler_vm: disregard this commit 2012-03-21 15:54:43 +00:00
Pragmatic Software 5066f348a1 compiler_vm: added support for splint 2012-03-12 03:33:54 +00:00
Pragmatic Software b30216d8ec compiler_vm: restored stdin input, improved error output, reset vm only on timed-out for improved speed 2012-02-29 01:10:12 +00:00
Pragmatic Software 38166bd14d compiler_vm: reset vm only on time-outs to improve response speed 2012-02-25 08:30:49 +00:00
Pragmatic Software 58a592c86f compiler-vm: use astyle with file instead of stdin to avoid astyle bug; add lorem ipsum default -input text 2012-02-15 22:00:58 +00:00
Pragmatic Software 4e52d77f61 compiler_vm: improved macro parsing; replace newlines outside of quoted text 2012-02-11 05:05:49 +00:00
Pragmatic Software a2e2d15fc7 compiler_vm: added libc fatal errors; trace program only on signal 2012-02-09 18:48:45 +00:00
Pragmatic Software 11923967cf compiler_vm: watchdog debug output includes commands sent to gdb, fflush stdout on breakpoints 2012-02-04 20:34:55 +00:00
Pragmatic Software e3ec59322e compiler_vm: watchdog wraps more gdb output with <> 2012-02-04 06:02:52 +00:00
Pragmatic Software 56bd0e9101 compiler_vm: added trace() macro to trace function calls 2012-02-03 17:54:52 +00:00
Pragmatic Software e2e54079ae compiler_vm: improved abormal signal handling 2012-02-02 18:28:24 +00:00
Pragmatic Software fd1f18850a compiler_vm: updates (needs refactoring, pronto) 2012-02-02 04:14:38 +00:00
Pragmatic Software 22b43f21bf compiler_vm: updated gdb parsing (still needs refactoring) 2012-01-31 05:32:24 +00:00
Pragmatic Software d56aaeebca compiler_vm: updated to show local vars if no output, etc 2012-01-29 23:50:33 +00:00
Pragmatic Software 84f2f979a6 compiler_vm: rewrote watchdog to execute within gdb; added dump(), ptype(), watch() macros 2012-01-28 07:39:13 +00:00
Pragmatic Software cf0fead036 compiler-vm: added -input flag for providing stdin input; added %b printf specifier to print base-2; bug-fixes 2011-12-30 23:20:29 +00:00
Pragmatic Software 735da9ec05 compiler_vm: updated README -- added version numbers to dependencies 2011-02-14 00:35:45 +00:00
Pragmatic Software 0c0b2e7836 compiler_vm: flagged some debug output 2011-02-10 01:32:03 +00:00
Pragmatic Software 8f4152c918 compiler_vm: fix indentation 2011-02-08 01:27:45 +00:00
Pragmatic Software bb05ab5274 compiler_vm: do not extract potential functions from within string literals or comments, if no main function is provided 2011-02-08 01:24:12 +00:00
Pragmatic Software bd9fb7ad0b compiler_vm: use "$@" instead of $* to properly pass arguments 2011-02-07 20:51:27 +00:00
Pragmatic Software 6552390c5e compiler_vm: extract_codeblock doesn't do what I thought; also improved handling of #defines 2011-02-04 02:50:52 +00:00
Pragmatic Software c8bc14183b compiler_vm: updated to run properly on Linux; untested on Cygwin 2011-02-02 07:46:03 +00:00
Pragmatic Software be8c03ba27 compiler_vm: updated README example to use single quotes correctly 2011-02-01 03:09:18 +00:00
Pragmatic Software 5e9fbf1d16 compiler_vm: updated README example to use single quotes correctly 2011-02-01 03:06:38 +00:00
Pragmatic Software f35874b6ea compiler_vm: updated watchdog 2011-02-01 02:55:33 +00:00
Pragmatic Software 65d1d49aaf compiler_vm: minor update to README 2011-02-01 02:52:42 +00:00
Pragmatic Software 2cd796e56e compiler_vm: added debugcommands file 2011-02-01 02:50:14 +00:00
Pragmatic Software 80b50559bb compile_vm: added missing cc script 2011-02-01 02:47:16 +00:00
Pragmatic Software 9e731958b1 compiler_vm: note about ulimit -c in README 2011-02-01 00:58:33 +00:00
Pragmatic Software 0b8216e13c compiler_vm: added functionality to be executed without qemu, via cc script; added gdb debugging to watchdog 2011-02-01 00:41:51 +00:00
Pragmatic Software 514484a1e6 compiler_vm: do not automatically pull in #include prelude if #include detected in code 2011-01-29 20:50:44 +00:00
Pragmatic Software b3886b522e compiler_vm: updated README 2011-01-26 02:08:11 +00:00
Pragmatic Software 52d6880feb compiler_vm: clarified location of compiler_watchdog.pl 2011-01-26 02:05:55 +00:00
Pragmatic Software 8fd584a9e7 compiler_vm: updated compiler_client with comments 2011-01-26 02:02:21 +00:00
Pragmatic Software 93658e0f6f modules: added compiler virtual machine scripts; use to set up your own environment for !cc/compiler_client.pl 2011-01-26 01:59:19 +00:00