3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 09:28:46 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
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