[Lldb-commits] [PATCH] D73992: [lldb/Reproducers] Instrument SBFile

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 4 13:18:59 PST 2020


JDevlieghere created this revision.
JDevlieghere added a reviewer: labath.
Herald added a project: LLDB.

Currently SBFile isn't really instrumented, which was causing trouble when capturing and replaying the Python test suite. The class is particularly tricky because one of its constructors takes a FileSP which isn't instrumented. Until we have proper shadowing in place, we'll simply always record a nullptr.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D73992

Files:
  lldb/include/lldb/API/SBFile.h
  lldb/source/API/SBFile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73992.242413.patch
Type: text/x-patch
Size: 4088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200204/3d44c3bf/attachment.bin>


More information about the lldb-commits mailing list