hanchenye-llvm-project/lldb/examples
Greg Clayton 52e6378f0f Added a python version of the performance tests. It will be good to see if the overhead of python interferes at all with our performance readings. We can try things out with this script and see how things go.
llvm-svn: 177811
2013-03-23 01:44:48 +00:00
..
customization
darwin/heap_find Using __package__ and __name__ seems redundant - __name__ should always contain the fully qualified module name 2013-02-22 02:21:10 +00:00
interposing/darwin/fd_interposing
lookup
plugins/commands Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode) 2012-10-30 18:01:15 +00:00
python Added a python version of the performance tests. It will be good to see if the overhead of python interferes at all with our performance readings. We can try things out with this script and see how things go. 2013-03-23 01:44:48 +00:00
scripting
summaries This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters 2013-03-19 00:27:22 +00:00
synthetic Quick fix for the libc++ std::map synthetic children provider 2013-02-09 01:44:23 +00:00
test