================
@@ -1720,6 +1735,13 @@ def CreateSymbolicateCrashLogOptions(
help="show source for all threads, not just the crashed thread",
default=False,
)
+ arg_parser.add_argument(
+ "--no-parallel-image-loading",
+ dest="parallel_image_loading",
----------------
JDevlieghere wrote:
The name of the flag and the variable seem to be opposites. Does argparse
automatically change the value because the flag contains `-no`.
https://github.com/llvm/llvm-project/pull/94513
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits