llvm-project/lldb/examples
Greg Clayton 42a6eb7195 Make the script work again from the command line as long as the PYTHONPATH
environment variable it set to include a path to lldb.py.

Also fixed the case where the executable can't be located and doesn't match
what is installed on the current system. It will still symbolicate the other
frames, and will just show what was originally in the crash log file.

Also removed the --crash-log option so the arguments to the "crashlog"
command are one or more paths to crash logs.

Fixed the script to "auto-install" itself when loaded from the embedded
script interpreter. Now you only need to import the module and the
command is ready for use.

llvm-svn: 148561
2012-01-20 19:25:32 +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 Add some usage documentation to the top of the source file. 2012-01-20 02:10:52 +00:00
interposing/darwin/fd_interposing More improvements to not follow child processes and improved logging that always shows the process info. 2012-01-16 22:21:29 +00:00
lookup Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
python Make the script work again from the command line as long as the PYTHONPATH 2012-01-20 19:25:32 +00:00
scripting Add source files for Python scripting example (coming soon). 2011-06-02 23:23:47 +00:00
summaries 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
synthetic Objective-C runtime wrapper 2011-09-09 16:47:15 +00:00
test Add comment explaining the options used to invoke the test driver. 2010-10-25 21:38:35 +00:00