[PATCH] D114845: [llvm] [Debuginfod] DebuginfodCollection and DebuginfodServer for tracking local debuginfo.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 22:46:26 PDT 2022


noajshu updated this revision to Diff 432195.
noajshu edited the summary of this revision.
noajshu added a comment.

Add updateIfStale to safely update Collection if it is stale (possibly before a periodic update), and add locking to update() to prevent races with other callers.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114845/new/

https://reviews.llvm.org/D114845

Files:
  llvm/include/llvm/Debuginfod/Debuginfod.h
  llvm/lib/Debuginfod/Debuginfod.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114845.432195.patch
Type: text/x-patch
Size: 7787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220526/0b0badcb/attachment.bin>


More information about the llvm-commits mailing list