summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-221-169/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Partially revert r335236Pavel Labath2018-06-211-0/+4
* ScriptInterpreterPython cleanupPavel Labath2018-06-211-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+15
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-149/+117
* Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone2016-08-191-0/+2
* Remove debugging code left in by accident.Zachary Turner2015-11-131-2/+0
* Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner2015-11-131-21/+15
* Another fix for LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-131-1/+5
* Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner2015-11-131-0/+10
* Introduce a `PythonExceptionState` class.Zachary Turner2015-11-131-0/+195
OpenPOWER on IntegriCloud