A Browser VM fork that builds a Buildroot image with GDB 10.2 multiarch.
Check out "Running GDB in the Browser" for more details.
To build, run the script ./build.sh
. It will build the Docker image, then use the image to build GDB. This will take roughly 30-60 minutes.
The build output is ./dist/v86-linux.iso
. Extract this ISO file and copy boot/bzImage
to the images directory of web-gdb.
Check out the browser-vm README to learn about customizing the build options.