projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
032d91c
)
[lldb/crashlog] Run python formatter (nfc)
author
Med Ismail Bennani
<ismail@bennani.ma>
Fri, 2 Jun 2023 00:13:16 +0000
(17:13 -0700)
committer
Med Ismail Bennani
<ismail@bennani.ma>
Fri, 2 Jun 2023 00:13:16 +0000
(17:13 -0700)
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
lldb/examples/python/crashlog.py
patch
|
blob
|
history
diff --git
a/lldb/examples/python/crashlog.py
b/lldb/examples/python/crashlog.py
index
9978c70
..
8f7bde3
100755
(executable)
--- a/
lldb/examples/python/crashlog.py
+++ b/
lldb/examples/python/crashlog.py
@@
-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():