commit | c1d8cf4ea356eabfeb50091527c8b92277ce7e86 | [log] [tgz] |
---|---|---|
author | Yudhistira Erlandinata <[email protected]> | Thu Jan 09 00:47:11 2025 -0800 |
committer | Yudhistira Erlandinata <[email protected]> | Thu Jan 09 00:47:16 2025 -0800 |
tree | fd4181ff436aab0f35809d3e8f4c48496aa49cc0 | |
parent | 5aef7e82374a0929ce20d829082ef0acdfdf9b89 [diff] |
Fix extra_cmds is None crash The previous patch introduced extra_cmds flag to the command line, but somehow not checking if such flag was never added. This patch add check to avoid script crashing. Change-Id: I18071e5f082f8058c8f8fa78bfe69f7ef5ef560d Test: lldbclient.py (without --extra-cmds-file)