Update dyninst to v13 (#190)
Update Dyninst submodule Refactoring of build scripts to build TBB, Boost, ElfUtils, and LibIberty, since Dyninst build scripts no longer do. Workflows are now building Dyninst and its dependencies. --------- Co-authored-by: marantic-amd <marantic@amd.com> Co-authored-by: David Galiffi <David.Galiffi@amd.com>
Cette révision appartient à :
@@ -486,8 +486,7 @@ get_internal_libs_data_impl()
|
||||
_data[itr.first].emplace(_mpath, func_set_t{});
|
||||
_data[itr.first].emplace(_mname, func_set_t{});
|
||||
|
||||
auto _funcs = std::vector<symtab_func_t*>{};
|
||||
mitr->getAllFunctions(_funcs);
|
||||
auto _funcs = mitr->getAllFunctions();
|
||||
|
||||
for(const auto& fitr : _funcs)
|
||||
{
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur