Branch: refs/heads/thaines/remove_symtab_function_lock
  Home:   https://github.com/dyninst/dyninst
  Commit: 66e1bae35d5bbe7b6af8b5c1b66cb3cdc820ef4c
      
https://github.com/dyninst/dyninst/commit/66e1bae35d5bbe7b6af8b5c1b66cb3cdc820ef4c
  Author: Tim Haines <[email protected]>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

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

  Log Message:
  -----------
  Remove ret_lock from SymtabAPI::FunctionBase

This was used to guard calling setReturnType. That function is only
ever called from DwarfWalker::setFuncReturnType which is itself
guarded by `ParsedFuncs::accessor` in DwarfWalker::parseSubprogram,
rendering this mutex unnecessary.


_______________________________________________
Dyninst-api mailing list
[email protected]
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api

Reply via email to