summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/finish-swig-Python-LLDB.sh
AgeCommit message (Expand)Author
2019-07-24[lldb] Remove Xcode project legacyStefan Granitz
2019-04-18[Shell] Simplify Extracting Python VersionJonas Devlieghere
2016-10-27[CMake] Rename lldb-launcher to darwin-debugChris Bieneman
2016-08-30Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata
2015-10-29Rename argdumper to lldb-argdumperTodd Fiala
2015-02-17Fix argdumper build in cmake (OS X) after r228636Ilia K
2015-02-13Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636"...Ilia K
2015-02-13Fix argdumper build in cmake (OS X) after r228636Ilia K
2015-01-26Fix darwin-debug build in cmake (OS X)Zachary Turner
2014-07-01This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal
2014-04-24If CMake finds a python interpreter, use itEd Maste
2013-05-30Adding a diagnose-nsstring commandEnrico Granata
2013-04-30Rename unwind_diagnose.py to diagnose_unwind.py. ChangeJason Molenda
2013-04-23Forgot to include the diagnose_unwind.py script in the initialization ofJason Molenda
2013-03-19This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata
2013-01-30Use printf instead of echo -n (the latter won't work on OS X's /bin/sh)Filipe Cabecinhas
2012-11-01Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas
2012-09-27Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubunt...Jason Molenda
2012-09-14Fixed some problems with SWIG bindings.Filipe Cabecinhas
2012-05-26Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts t...Jim Ingham
2012-05-24Fix missing Resources/Python directory for macosx build.Johnny Chen
2012-04-25Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton
2012-04-25Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata
2012-04-25Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton
2012-04-25Ensure that lldb/runtime is not a dead point in the Python package hierarchy ...Enrico Granata
2012-04-25Maked LLDB into a package so we can import things without poluting the global...Greg Clayton
2012-03-29Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata
2012-03-27adding a summary for Objective-C type 'Class'Enrico Granata
2012-03-12Added formatters for libc++ (http://libcxx.llvm.org):Enrico Granata
2012-03-05Copying a new file required for the updated formatters to work into LLDB.fram...Enrico Granata
2012-03-03added a new formatter for CF(Mutable)BitVectorEnrico Granata
2012-03-02(a) adding formatters for:Enrico Granata
2012-03-01(a) adding an introspection formatter for NS(Mutable)IndexSetEnrico Granata
2012-02-29This commit:Enrico Granata
2012-02-23This patch provides a set of formatters for most of the commonly used Cocoa c...Enrico Granata
2012-01-31This commit provides a new default summary for Objective-C boolean variables,...Enrico Granata
2011-11-04Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton
2011-08-17First round of code cleanups:Enrico Granata
2011-08-17New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata
2010-06-16Parameterize the shell scripts for creating and copying the python andCaroline Tice
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner