like-dbg icon indicating copy to clipboard operation
like-dbg copied to clipboard

Fully dockerized Linux kernel debugging environment

Results 37 like-dbg issues
Sort by recently updated
recently updated
newest added

I just tried with python3.8 on Ubuntu 20.04, and it fails with the following error: `AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'` Which is fixed by just using a more...

documentation

Setting manual toggles for rebuilds in the `config.ini` that forces rebuilding (which is required) for changes in `io/scripts/gdb_script` to take effect inside the debugger container is tedious. A PR for...

debugger

kernel_builder
feature-request
medium-prio

For example, adapt the one [syzkaller]( https://raw.githubusercontent.com/google/syzkaller/master/tools/create-buildroot-image.sh) uses for our use case

low-prio
kernel_builder

As it is now only "*recent*" kernel version can be compiled. I did not check yet how far back we can go currently but it would be nice to have...

kernel_builder
feature-request
medium-prio

Currently only building aarch64 kernel builds is available. Having a 32-bit ARM kernel would be a nice touch as well

low-prio
kernel_builder
feature-request

Similarly to #35 it would be nice to have a debuggable RISCV kernel

low-prio
kernel_builder
feature-request

* [ ] MIPS32 * [ ] MIPS64

low-prio
kernel_builder
feature-request

Currently, the terminal size within the booted QEMU is rather small (read narrow) Adjusting it via: ``` # Example size stty cols 128 rows 64 ``` would make things less...

debuggee

for obvious reasons

enhancement
high-prio