[all-commits] [llvm/llvm-project] a10019: [lldb] Fix "NameError: name 'self' is not defined"...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jun 6 15:21:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a10019a496d420769d7aae94f234ab6cf9fd778d
https://github.com/llvm/llvm-project/commit/a10019a496d420769d7aae94f234ab6cf9fd778d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M lldb/examples/python/crashlog.py
M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test
Log Message:
-----------
[lldb] Fix "NameError: name 'self' is not defined" when using crashlog -c
This fixes a regression introduced by 27f27d15f6c9 that results in a
NameError: (name 'self' is not defined) when using crashlog with the -c
option.
rdar://110007391
More information about the All-commits
mailing list