llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Tobias Ribizel b1aed14bfe [llvm][lldb] use FindLibEdit.cmake everywhere
Currently, LLVM's LineEditor and LLDB both use libedit, but find them in different (inconsistent) ways.
This causes issues e.g. when you are using a locally installed version of libedit, which will not be used
by clang-query, but by lldb if picked up by FindLibEdit.cmake

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D124673
2022-05-12 15:59:41 -07:00
..
CMakeLists.txt [llvm][lldb] use FindLibEdit.cmake everywhere 2022-05-12 15:59:41 -07:00
PythonDataObjects.cpp Remove Python 2 support from the ScriptInterpreter plugin 2022-04-27 08:26:25 -07:00
PythonDataObjects.h Remove Python 2 support from the ScriptInterpreter plugin 2022-04-27 08:26:25 -07:00
PythonReadline.cpp Remove Python 2 support from the ScriptInterpreter plugin 2022-04-27 08:26:25 -07:00
PythonReadline.h
SWIGPythonBridge.cpp [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess 2021-03-23 18:24:47 +01:00
SWIGPythonBridge.h [lldb/python] Use PythonObject in LLDBSwigPython functions 2022-01-18 10:28:58 +01:00
ScriptInterpreterPython.cpp Remove Python 2 support from the ScriptInterpreter plugin 2022-04-27 08:26:25 -07:00
ScriptInterpreterPython.h [lldb] Clarify StructuredDataImpl ownership 2021-12-13 21:04:51 +01:00
ScriptInterpreterPythonImpl.h [lldb] Initialize Python exactly once 2022-01-19 09:56:55 -08:00
ScriptedProcessPythonInterface.cpp [lldb/Plugins] Add ability to load modules to Scripted Processes 2022-03-04 13:35:28 -08:00
ScriptedProcessPythonInterface.h [lldb/Plugins] Add ability to load modules to Scripted Processes 2022-03-04 13:35:28 -08:00
ScriptedPythonInterface.cpp [lldb/Plugin] Add artificial stackframe loading in ScriptedThread 2022-02-16 11:44:07 -08:00
ScriptedPythonInterface.h [lldb/Plugin] Add artificial stackframe loading in ScriptedThread 2022-02-16 11:44:07 -08:00
ScriptedThreadPythonInterface.cpp [lldb/Plugin] Add artificial stackframe loading in ScriptedThread 2022-02-16 11:44:07 -08:00
ScriptedThreadPythonInterface.h [lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcess 2022-01-24 20:25:53 +01:00
lldb-python.h Work around a module build failure on the bots. 2022-01-20 13:39:48 -08:00