hanchenye-llvm-project/lldb/examples
Enrico Granata cfdafa37b4 Several performance-oriented changes to the introspecting data formatters:
(a) the SystemParameters object is now passed around to the formatters; doing so enables the formatters to reuse computed values for things such as pointer-size and endianness
     instead of repeatedly computing these on their own
 (b) replacing the global ISA cache with a per-process one
 (c) providing a per-process types cache where each formatter can store the types it needs to operate, and be sure to find them the next time without recalculating them
     this also enables formatters to share types if they agree on a local naming convention
 (d) lazy fetching of data from Objective-C runtime data structures
     data is fetched as needed and we stop reading as soon as we determine that an ISA is actually garbage

llvm-svn: 152052
2012-03-05 19:56:33 +00:00
..
customization Add an example customization directory which uses a binutils.py module to provide 2011-10-28 23:30:28 +00:00
darwin/heap_find <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
interposing/darwin/fd_interposing Revert accidental commit. 2012-02-21 19:02:29 +00:00
lookup Use a sentry object to properly initialize/terminate LLDB. 2012-02-22 02:03:13 +00:00
python Add an option to sort by packet count (rather than time). Also print the count, 2012-03-01 18:57:51 +00:00
scripting Add source files for Python scripting example (coming soon). 2011-06-02 23:23:47 +00:00
summaries Several performance-oriented changes to the introspecting data formatters: 2012-03-05 19:56:33 +00:00
synthetic fixing comment to reflect that currentversion of OSX works with our STL formatters 2012-02-08 19:57:18 +00:00
test Add comment explaining the options used to invoke the test driver. 2010-10-25 21:38:35 +00:00