[Lldb-commits] [PATCH] D57475: [Reproducers] Add SBReproducer macros

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 7 00:52:22 PST 2019


labath added a comment.

Jonas, would it be possible to just not intercept the functions which work with thread IDs and similar stuff (an all OSs)?
Using the naive serialization approach will not be correct for these, even if the types happen to be implemented as primitive types (most likely we will need some runtime remapping of thread id's or something), so I am hoping it would not affect the ability to record&replay the recordings which don't use these functions.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D57475





More information about the lldb-commits mailing list