summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/symbolication.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some issues with symbolicating things. Fixed ↵Greg Clayton2012-04-201-6/+5
| | | | | | symbolication.add_module() to not use the resolved_path before we have tried to locate it. Fixed crashlog.locate_module_and_debug_symbols() to return true and false correctly. llvm-svn: 155255
* Added a platform agnostic symbolication python module that can be used by ↵Greg Clayton2012-04-031-0/+524
any targets. Then modified the darwin "crashlog.py" to use this agnostic info and the new functionality and classes. llvm-svn: 153969
OpenPOWER on IntegriCloud