[PATCH V3 0/3] eBPF support

Simon Marchi simark@simark.ca
Sun Jul 5 01:34:55 GMT 2020


On 2020-07-04 8:27 p.m., Jose E. Marchesi via Gdb-patches wrote:
> (gdb) target sim
> (gdb) sim memory-size 4Mb
> (gdb) load ~/dev/libbpf-rs/target/bpf/runqslower.bpf.o
> (gdb) file load ~/dev/libbpf-rs/target/bpf/runqslower.bpf.o

You probably meant `file ~/dev/libbpf-rs/target/bpf/runqslower.bpf.o` for the last
command?

You can also save some typing by doing the `file blablabla` first, then `load` without
arguments.

Simon


More information about the Gdb-patches mailing list