[Lldb-commits] [PATCH] D56822: [WIP] Tool to insert SBReproducer macros
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 16 18:28:04 PST 2019
JDevlieghere created this revision.
Herald added subscribers: teemperor, mgorny.
Simple tool to automate/simplify the workflow of inserting SB_RECORD and SB_REGSITER macros.
Because the tool won't be part of the build process I don't wan't to over-complicate it. Currently it prints a list of SB_REGISTER macros followed by the source file with the SB_RECORD macro's inserted. This means you'd have to copy over the SB_REGISTER macros manually per source file.
See example output here: https://reviews.llvm.org/P8125
Repository:
rLLDB LLDB
https://reviews.llvm.org/D56822
Files:
tools/CMakeLists.txt
tools/sbrepro/CMakeLists.txt
tools/sbrepro/SBRepro.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56822.182201.patch
Type: text/x-patch
Size: 7496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190117/222c366b/attachment.bin>
More information about the lldb-commits
mailing list