Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lldb/trunk/source/API/
-
trunk/
-
source/
-
API/
-
SystemInitializerFull.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D11898
Also initialize ScriptInterpreterNone if Python is disabled
Closed
Public
Authored by
loladiro
on Aug 10 2015, 2:14 AM.
Download Raw Diff
Details
Reviewers
zturner
Commits
rG6e77677f7bd1: Also initialize ScriptInterpreterNone if Python is disabled
rLLDB245808: Also initialize ScriptInterpreterNone if Python is disabled
rL245808: Also initialize ScriptInterpreterNone if Python is disabled
Summary
We get an assertion otherwise because the None Interpreter cannot be found
Diff Detail
Repository
rL LLVM
Event Timeline
loladiro
updated this revision to
Diff 31645
.
Aug 10 2015, 2:14 AM
loladiro
retitled this revision from
to
Also initialize ScriptInterpreterNone if Python is disabled
.
loladiro
updated this object.
loladiro
added a reviewer:
zturner
.
loladiro
set the repository for this revision to
rL LLVM
.
loladiro
added a subscriber:
lldb-commits
.
zturner
edited edge metadata.
Aug 10 2015, 7:34 AM
zturner
added a subscriber:
zturner
.
Comment Actions
lgtm
Closed by commit
rL245808: Also initialize ScriptInterpreterNone if Python is disabled
(authored by kfischer).
·
Explain Why
Aug 23 2015, 2:06 AM
This revision was automatically updated to reflect the committed changes.