mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-07 18:10:24 +00:00
[lldb/crashlog] Run python formatter (nfc)
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
This commit is contained in:
parent
032d91cb2f
commit
0b08026054
@ -1371,7 +1371,9 @@ def load_crashlog_in_scripted_process(debugger, crash_log_file, options, result)
|
||||
if target is None or not target.IsValid():
|
||||
arch = crashlog.process_arch
|
||||
if not arch:
|
||||
raise InteractiveCrashLogException("couldn't create find the architecture to create the target")
|
||||
raise InteractiveCrashLogException(
|
||||
"couldn't create find the architecture to create the target"
|
||||
)
|
||||
target = debugger.CreateTargetWithFileAndArch(None, arch)
|
||||
# 4. Fail
|
||||
if target is None or not target.IsValid():
|
||||
|
Loading…
x
Reference in New Issue
Block a user