llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Jason Molenda d9c9da536f Add a default-value bool flag pretty_print to the StructuredData Dump methods.
They will dump pretty-print (indentation, extra whitepsace) by default.  
I'll make a change to ProcessGDBRemote soon so it stops sending JSON strings
to debugserver pretty-printed; it's unnecessary extra bytes being sent between
the two.

llvm-svn: 276079
2016-07-20 03:49:02 +00:00
..
CMakeLists.txt Introduce a `PythonExceptionState` class. 2015-11-13 01:24:52 +00:00
PythonDataObjects.cpp Add a default-value bool flag pretty_print to the StructuredData Dump methods. 2016-07-20 03:49:02 +00:00
PythonDataObjects.h Add a default-value bool flag pretty_print to the StructuredData Dump methods. 2016-07-20 03:49:02 +00:00
PythonExceptionState.cpp Remove debugging code left in by accident. 2015-11-13 21:35:07 +00:00
PythonExceptionState.h Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1 2015-11-13 17:27:20 +00:00
ScriptInterpreterPython.cpp Don't crash when OS plug-in returns None from any of the functions we might call. 2016-05-16 20:07:38 +00:00
ScriptInterpreterPython.h Add support for synthetic child providers to optionally return a customized typename for display 2016-05-02 00:41:24 +00:00
lldb-python.h