aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-21Partially revert r335236Pavel Labath1-0/+4
2018-06-21ScriptInterpreterPython cleanupPavel Labath1-4/+0
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-16/+15
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-149/+117
2016-08-19Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone1-0/+2
2015-11-13Remove debugging code left in by accident.Zachary Turner1-2/+0
2015-11-13Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner1-21/+15
2015-11-13Another fix for LLDB_DISABLE_PYTHON=1Zachary Turner1-1/+5
2015-11-13Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner1-0/+10
2015-11-13Introduce a `PythonExceptionState` class.Zachary Turner1-0/+195