pbot/applets/compiler_vm
Pragmatic Software 0626397dbf Replace -ggdb with -gdwarf-2 so gdb works better
Some recent changes in the default `gdb` debugging format has broken
some gdb functionality, notably the `info macro` command.

Specifying the `dwarf-2` format restores this functionality.
2022-02-04 13:57:09 -08:00
..
guest Minor clean-up 2022-01-31 09:12:11 -08:00
host Replace -ggdb with -gdwarf-2 so gdb works better 2022-02-04 13:57:09 -08:00
README.md compiler_vm: add README linking to documentation 2022-01-29 19:02:55 -08:00

README.md

PBot can interact with a virtual machine to safely execute arbitrary user-submitted system commands and code.

For installation and usage instructions, see the documentation.