summaryrefslogtreecommitdiff
path: root/lldb/examples/python/symbolication.py
AgeCommit message (Expand)Author
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2023-08-11[lldb/crashlog] Skip images with empty path and 0 UUID from loadingMed Ismail Bennani
2023-08-11[lldb/crashlog] Fix sticky image parsing logicMed Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-22[lldb/crashlog] Remove tempfile prefix from inlined symbol object fileMed Ismail Bennani
2023-04-28[lldb/crashlog] Fix JSON ObjectFile module loading issueMed Ismail Bennani
2023-04-13[lldb] Use ObjectFileJSON to create modules for interactive crashlogsJonas Devlieghere
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett
2021-09-20[lldb][crashlog] Avoid specifying arch for image when a UUID is presentVedant Kumar
2020-12-03[lldb] Refactor the Symbolicator initializerJonas Devlieghere
2020-11-04[crashlog] Pass the debugger around instead of relying on lldb.debuggerJonas Devlieghere
2020-07-16Harmonize Python shebangserge-sans-paille
2019-07-29[Symbolication] Remove some dead code. Nothing exciting.Davide Italiano
2019-07-29[Symbolication] Remove a duplicate assignment.Davide Italiano
2019-07-29[Symbolication] Fix unicode compatibility between 2 and 3.Davide Italiano
2019-03-06[Python] Unbreak the recently modified tests for python 2.Davide Italiano
2019-03-06[testsuite] Port crashlog to python 3, second attempt.Davide Italiano
2019-03-05Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano
2019-03-05[testsuite] Port crashlog and dependencies to Python 3.Davide Italiano
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-10Fixed a few places that were building a regex from an identifier without esca...Greg Clayton
2015-09-22Fix typos.Bruce Mitchener
2015-03-05symbolicate the application specific backtraces that are in MacOSX crash log ...Greg Clayton
2014-05-28Allow classes to be intialized using current lldb::SB objects. This can help ...Greg Clayton
2013-06-26Update the platform options help strings.Greg Clayton
2013-04-04<rdar://problem/13477795>Greg Clayton
2013-02-25Added missing lldb module namespace.Greg Clayton
2013-02-25<rdar://problem/13286937> Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-07-07Make const result value objects able to return dynamic types.Greg Clayton
2012-06-28Listen to the "--verbose" flag when running "crashlog" and if verbose is enab...Greg Clayton
2012-06-04Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton
2012-05-11Modified the symbolication.Image object to store its uuid as a uuid.UUID obje...Greg Clayton
2012-05-04Added an interactive mode to the "crashlog" command so that we can look at mu...Greg Clayton
2012-04-25Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton
2012-04-20Fixed some issues with symbolicating things. Fixed symbolication.add_module()...Greg Clayton
2012-04-03Added a platform agnostic symbolication python module that can be used by any...Greg Clayton