[DynInst_API:] [dyninst/dyninst] e6a064: Replace getAllFunctions


Date: Thu, 12 Oct 2023 13:16:41 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] e6a064: Replace getAllFunctions
  Branch: refs/heads/thaines/fix_Module_getAllFunctions
  Home:   https://github.com/dyninst/dyninst
  Commit: e6a0644a8cb70a629012f0d1b7317a8c295893f9
      https://github.com/dyninst/dyninst/commit/e6a0644a8cb70a629012f0d1b7317a8c295893f9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
    M symtabAPI/doc/API/Symtab/Module.tex
    M symtabAPI/h/Module.h
    M symtabAPI/src/Module.C

  Log Message:
  -----------
  Replace getAllFunctions

The documented meaning did not match the implementation. This fixes
that and breaks the interface so that users are forced to see the
change rather than being surprised by it. It also makes it consistent
with the other 'find' members like findSymbol and findLocalVariable.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] e6a064: Replace getAllFunctions, Tim Haines <=