[DynInst_API:] [dyninst/dyninst] 52b1b7: Remove FunctionBase::ranges_lock


Date: Fri, 27 Oct 2023 21:01:24 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 52b1b7: Remove FunctionBase::ranges_lock
  Branch: refs/heads/thaines/remove_functionbase_rangeslock
  Home:   https://github.com/dyninst/dyninst
  Commit: 52b1b777c0190d99ac0a383cc07a93cc999d093c
      https://github.com/dyninst/dyninst/commit/52b1b777c0190d99ac0a383cc07a93cc999d093c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-10-27 (Fri, 27 Oct 2023)

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

  Log Message:
  -----------
  Remove FunctionBase::ranges_lock

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] 52b1b7: Remove FunctionBase::ranges_lock, Tim Haines <=