Once the section has been built from the DWARF symbols also add it to
the debug kernel. That makes ddb(4) print the correct number of args
in function backtraces in such kernel as well.
While here make comment fit in 80 columns.
ok jasper@
- keep track of the argument inside the for loop to determine INFILE
- replace the builtin [[ with [ and adjust the tests
- use echo instead of the print builtin
from tb@
the input file lacks useful debug sections).
adjust option handling accordingly to pass any flags not handled by
ctfstrip(1) down to strip(1).
help and ok mpi@ tb@
information.
ctfconv(1) support multiple CUs in order to work on binaries. ctfstrip(1)
works like strip(1) but also insert a .SUNW_ctf section inside a binary.
ok deraadt@, kettenis@, jasper@