MINOR: debug: permit the "debug dev loop" to run under isolation
authorWilly Tarreau <w@1wt.eu>
Thu, 4 May 2023 09:50:26 +0000 (11:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 May 2023 09:50:26 +0000 (11:50 +0200)
commite5e62231d8c49970aa8758fa28a3ac81e644fcb0
tree21248ee5a7a7a2dae4e0bffd71c36b7d72f1af63
parentb30ced3d88cd2657aa13f531841602b1d405a433
MINOR: debug: permit the "debug dev loop" to run under isolation

Sometimes it's convenient to test the effect of tasks running under
isolation, e.g. to validate the contents of the crash dumps. Let's
add an optional "isolated" keyword to "debug dev loop" for this.
src/debug.c