Files
clang-p2996/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
Jonas Devlieghere 1562511275 [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
The `-r` option for `command script import` is there for legacy
compatibility, however the can_reload flag is always set to true. This
patch removes the flag and any code that relies on it being false.
2019-12-22 21:36:03 -08:00

17 KiB