summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/symbolication.py
Commit message (Expand)AuthorAgeFilesLines
* [Symbolication] Remove some dead code. Nothing exciting.Davide Italiano2019-07-291-2/+0
* [Symbolication] Remove a duplicate assignment.Davide Italiano2019-07-291-1/+0
* [Symbolication] Fix unicode compatibility between 2 and 3.Davide Italiano2019-07-291-1/+1
* [Python] Unbreak the recently modified tests for python 2.Davide Italiano2019-03-061-0/+1
* [testsuite] Port crashlog to python 3, second attempt.Davide Italiano2019-03-061-35/+34
* Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano2019-03-051-43/+39
* [testsuite] Port crashlog and dependencies to Python 3.Davide Italiano2019-03-051-39/+43
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-134/+221
* Fixed a few places that were building a regex from an identifier without esca...Greg Clayton2016-06-101-1/+1
* Fix typos.Bruce Mitchener2015-09-221-1/+1
* symbolicate the application specific backtraces that are in MacOSX crash log ...Greg Clayton2015-03-051-0/+6
* Allow classes to be intialized using current lldb::SB objects. This can help ...Greg Clayton2014-05-281-4/+55
* Update the platform options help strings.Greg Clayton2013-06-261-1/+1
* <rdar://problem/13477795>Greg Clayton2013-04-041-1/+8
* Added missing lldb module namespace.Greg Clayton2013-02-251-1/+1
* <rdar://problem/13286937> Greg Clayton2013-02-251-3/+13
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+15
* Make const result value objects able to return dynamic types.Greg Clayton2012-07-071-23/+22
* Listen to the "--verbose" flag when running "crashlog" and if verbose is enab...Greg Clayton2012-06-281-10/+18
* Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton2012-06-041-22/+39
* Modified the symbolication.Image object to store its uuid as a uuid.UUID obje...Greg Clayton2012-05-111-4/+10
* Added an interactive mode to the "crashlog" command so that we can look at mu...Greg Clayton2012-05-041-1/+1
* Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton2012-04-251-1/+0
* Fixed some issues with symbolicating things. Fixed symbolication.add_module()...Greg Clayton2012-04-201-6/+5
* Added a platform agnostic symbolication python module that can be used by any...Greg Clayton2012-04-031-0/+524
OpenPOWER on IntegriCloud