hanchenye-llvm-project/lldb/examples
Sean Callanan c51cd47549 Made crashlog.py handle cases where a parent
process's name contains spaces.  Thanks to
Justin Seyster for the patch.

<rdar://problem/13002540>

llvm-svn: 172294
2013-01-12 02:11:49 +00:00
..
customization Warn about an example script being obsoleted by new native features and just an example 2012-03-16 01:25:01 +00:00
darwin/heap_find Checking in fixes that I used to track down a leaking module. The heap module can now search the vm regions with the --vm-regions options to any of the heap functions. This is currently slow and often will time out when run on a large program since our user expression timeout is set to 500000 usec. We need to add an API to LLDB where we can specify the timeout for an expression. 2012-10-08 22:39:38 +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
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 Made crashlog.py handle cases where a parent 2013-01-12 02:11:49 +00:00
scripting Add source files for Python scripting example (coming soon). 2011-06-02 23:23:47 +00:00
summaries Tweaking a comment in the NSURL formatter for correctness - the code was doing the right thing, but the comment was highly misleading 2012-12-18 19:22:05 +00:00
synthetic <rdar://problem/12239827> 2013-01-12 01:22:57 +00:00
test Modified .lldb-loggings now to direct the lldb log files to the same session directory which also houses the test logs. 2012-08-22 20:25:33 +00:00