Add script that dumps the XDP object file.
This commit is contained in:
7
scripts/dump_assembly.sh
Executable file
7
scripts/dump_assembly.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -n "$ROOT" ]; then
|
||||||
|
cd $ROOT
|
||||||
|
fi
|
||||||
|
|
||||||
|
llvm-objdump -S --no-show-raw-insn build/xdp/xdp_prog.o > dump.asm
|
||||||
7
scripts/objdump.sh
Executable file
7
scripts/objdump.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -n "$ROOT" ]; then
|
||||||
|
cd $ROOT
|
||||||
|
fi
|
||||||
|
|
||||||
|
llvm-objdump -S --no-show-raw-insn build/xdp/xdp_prog.o > dump.asm
|
||||||
Reference in New Issue
Block a user