[Lldb-commits] [PATCH] D138724: [lldb][Target] Flush the scratch TypeSystem when process gets deleted
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Dec 3 07:59:31 PST 2022
Michael137 updated this revision to Diff 479841.
Michael137 added a comment.
- Fix Linux tests: pass solib into source
- Only flush modified files (including shared libraries)
- Skip on Windows for now
- Relaunch process using SBAPI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138724/new/
https://reviews.llvm.org/D138724
Files:
lldb/source/Target/Target.cpp
lldb/test/API/functionalities/rerun_and_expr/Makefile
lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py
lldb/test/API/functionalities/rerun_and_expr/main.cpp
lldb/test/API/functionalities/rerun_and_expr/rebuild.cpp
lldb/test/API/functionalities/rerun_and_expr_dylib/Makefile
lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py
lldb/test/API/functionalities/rerun_and_expr_dylib/lib.cpp
lldb/test/API/functionalities/rerun_and_expr_dylib/main.cpp
lldb/test/API/functionalities/rerun_and_expr_dylib/rebuild.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138724.479841.patch
Type: text/x-patch
Size: 10618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221203/12bf47c4/attachment-0001.bin>
More information about the lldb-commits
mailing list