[DynInst_API:] [dyninst/dyninst] 95254a: Remove FunctionBase::ranges_lock (#1596)


Date: Mon, 30 Oct 2023 04:46:17 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 95254a: Remove FunctionBase::ranges_lock (#1596)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 95254a1b2b8f6c392e941ff147d326f8f6d4ccb6
      https://github.com/dyninst/dyninst/commit/95254a1b2b8f6c392e941ff147d326f8f6d4ccb6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
    M symtabAPI/h/Function.h
    M symtabAPI/src/dwarfWalker.C

  Log Message:
  -----------
  Remove FunctionBase::ranges_lock (#1596)

It's only ever used in DwarfWalker::setRanges, and that is only ever
called from DwarfWalker::parseSubprogram which is now correctly
guarded (as of 8b400af59b).


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 95254a: Remove FunctionBase::ranges_lock (#1596), Tim Haines <=