This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
examples
/
summaries
History
Sylvestre Ledru
f6102892ef
Fix some typos:
...
* transfered => transferred * unkown => unknown * sucessfully => successfully llvm-svn: 215367
2014-08-11 18:06:28 +00:00
..
cocoa
Fix some typos:
2014-08-11 18:06:28 +00:00
essentials
Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined.
2011-08-23 16:13:35 +00:00
lldb
Added a few more summaries I find useful for lldb.
2012-07-28 00:37:21 +00:00
objc.py
<rdar://problem/11773899> Formatters for BOOL* and BOOL&
2012-07-13 18:55:41 +00:00
pysummary.py
An example summary provider for PyObject and the LLDB wrapper PythonObject hierarchy - this would have probably helped track down those refcount bugs..
2014-02-05 21:38:50 +00:00
sp_cp.py
A simple implementation of a summary and synthetic children providers for LLDB-specific shared pointers - This could be generalized to work with C++11 shared pointers with relative ease
2012-05-08 19:21:13 +00:00
unicode_strings.py
An example of data formatters that generate a summary for a Unicode UTF encoded string represented as a (pointer,length) pair
2013-10-08 17:29:27 +00:00