History log of /openbsd/usr.bin/ctfconv/dw.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 283ced89 21-Feb-2024 claudio <claudio@openbsd.org>

Make sure dw_at2name() never returns NULL. This call is used in various
printf calls that clang decided to optimise into puts calls that crash
with a NULL argument.
Also add DW_AT_noreturn which caus

Make sure dw_at2name() never returns NULL. This call is used in various
printf calls that clang decided to optimise into puts calls that crash
with a NULL argument.
Also add DW_AT_noreturn which caused this when running ./ctfconv -d ./ctfconv
OK mpi@

show more ...


# dcbed439 25-Oct-2021 kn <kn@openbsd.org>

Zap unused variables/functions under /usr/src/*bin/

OK deraadt


# c4534afa 27-Sep-2017 mpi <mpi@openbsd.org>

Unserstand DW_OP_bregN locations.

Sync with readdwarf(1).


# b7b99cbe 04-Sep-2017 anton <anton@openbsd.org>

Fix typo in comment; ok mpi@


# 0687c322 11-Aug-2017 jasper <jasper@openbsd.org>

add rcs ids


# 192095f7 11-Aug-2017 mpi <mpi@openbsd.org>

Import a tool for generating CTF data section (SUNW_ctf) based on DWARF
information.

ctfconv(1) support multiple CUs in order to work on binaries. ctfstrip(1)
works like strip(1) but also insert a

Import a tool for generating CTF data section (SUNW_ctf) based on DWARF
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@

show more ...