llvm-capstone/lldb/examples
Med Ismail Bennani 446abb5125 [lldb/crashlog] Fix python version requirement issue
In 21a597c, we fixed a module loading issue by using the new
`argparse.BooleanOptionalAction`. However, this is only available
starting python 3.9 and causes test failures on bots that don't fulfill
this requirement.

To address that, this patch replaces the use of `BooleanOptionalAction`
by a pair of 2 opposite `store` actions pointing to the same destination
variable.

Differential Revision: https://reviews.llvm.org/D158452

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
2023-08-21 21:52:44 +01:00
..
customization [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
darwin/heap_find [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
functions
interposing/darwin/fd_interposing
lookup
plugins/commands
python [lldb/crashlog] Fix python version requirement issue 2023-08-21 21:52:44 +01:00
scripting [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
summaries [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
synthetic [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
test