inlinecall

Print call sites of an inline function
git clone git://git.margiolis.net/inlinecall.git
Log | Files | Refs | README | LICENSE

commit 12156ffc7ce69607ccfd5f423a26310f4055a19f
parent 260ec209e99489b1eaaabe38206562fe97e56d55
Author: Christos Margiolis <christos@FreeBSD.org>
Date:   Thu, 27 Jul 2023 00:30:40 +0300

minor change

Diffstat:
Minlinecall.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlinecall.c b/inlinecall.c @@ -117,7 +117,7 @@ parse_die(Dwarf_Debug dbg, Dwarf_Die die, int level, int flag) * definition. */ found = 1; - } else if (flag == F_INLINE_COPY && tag == DW_TAG_inlined_subroutine) { + } else if (flag == F_INLINE_COPY) { res = dwarf_attr(die, DW_AT_abstract_origin, &attp, &error); if (res != DW_DLV_OK) { if (res == DW_DLV_ERROR)