[PATCH] D81598: [analyzer] SATest: Add an easy option to connect to docker for debugging

Valeriy Savchenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 11:05:30 PDT 2020


vsavchenko created this revision.
vsavchenko added reviewers: NoQ, dcoughlin.
Herald added subscribers: cfe-commits, ASDenysPetrov, Charusso, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Herald added a project: clang.

Docker on its own has a pretty convenient way to run shell.
This method, however, requires target container to be currently running,
which is not a usual scenario for the test system.  For this purpose,
it is better to have a simple way to run the container, shell it, and
clean up at the end of it all.  New option `--shell` does exactly this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81598

Files:
  clang/utils/analyzer/SATest.py
  clang/utils/analyzer/entrypoint.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81598.269904.patch
Type: text/x-patch
Size: 3267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200610/449f3c56/attachment-0001.bin>


More information about the cfe-commits mailing list