[DynInst_API:] commit: fixes for non-returning function analysis and loop entries


Date: Mon, 03 Aug 2015 09:19:06 -0700
From: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Subject: [DynInst_API:] commit: fixes for non-returning function analysis and loop entries
Hi all,

The current implementation of the non-returning function analysis
requires call edges to be parsed before call fallthrough edges, which
was violated in my previous commits. This is fixed.

The other fix is for loop information, where entries blocks of loops
were not properly propagated from ParseAPI to PatchAPI. Now loop
information is consistent among parseAPI, patchAPI, and dyninstAPI.

Thanks

--Xiaozhu
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] commit: fixes for non-returning function analysis and loop entries, Xiaozhu Meng <=