Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commands: fix set option, -n arg for find (pyocd#1370)
* commands: base: add type annotations. * core: options: type annotations * utility: cmdline: factor convert_one_session_option() out of convert_session_options() * commands: values: rewrite 'set option' handler to work after tokenizer changes. * test: test_util: PYOCD_TEST_BINARY env var If the board under test doesn't have a test binary, then get_test_binary_path() will attempt to read the PYOCD_TEST_BINARY environment variable and use that. If the variable isn't set it raises a RuntimeError so the failure is immediately clear. * commands: find: support a -n argument to invert the search result * docs: command_reference.md: update, add value details * commands: disasm: rewrite extra help, don't mention capstone * scripts: generate_command_help.py: value detail output, other improvements * docs: builtin-targets.md: update with recently added target types.
- Loading branch information