summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
Commit message (Expand)AuthorAgeFilesLines
...
* Added a new example that extracts all global variables from an object file an...Greg Clayton2012-07-051-0/+72
* Make the interactive command interpreter build into the "crashlog" command wo...Greg Clayton2012-07-031-0/+1
* Listen to the "--verbose" flag when running "crashlog" and if verbose is enab...Greg Clayton2012-06-282-16/+25
* Added a "save_crashlog" command to the lldb.macosx.crashlog package that allo...Greg Clayton2012-06-271-1/+81
* Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton2012-06-043-135/+201
* Added the ability to disassembly GDB remote packets with the python file. Thi...Greg Clayton2012-06-011-22/+821
* Added the ability to run "symbolicate [options] <crashlog-index>" in interact...Greg Clayton2012-05-311-98/+123
* Make sure to subtract one from the PC when doing the symbolication of stack f...Greg Clayton2012-05-171-1/+6
* Fixed an exception when parsing crash logs.Greg Clayton2012-05-161-1/+2
* Modified the symbolication.Image object to store its uuid as a uuid.UUID obje...Greg Clayton2012-05-112-27/+44
* Make crashlog.py more robust when dealing with the "Version: ..." header from...Johnny Chen2012-05-101-2/+8
* Added an interactive mode to the "crashlog" command so that we can look at mu...Greg Clayton2012-05-042-84/+184
* Fix the following error when importing crashlog.py from a Python interactive ...Johnny Chen2012-05-031-1/+1
* Fix AttributeError when using crashlog with verbose mode.Johnny Chen2012-05-031-1/+4
* Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...Greg Clayton2012-04-252-7/+6
* Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...Greg Clayton2012-04-251-13/+13
* Fixed some issues with symbolicating things. Fixed symbolication.add_module()...Greg Clayton2012-04-202-12/+10
* Added a --lldb option to override the locationSean Callanan2012-04-141-15/+19
* The remaining time calculation didn't reflect theSean Callanan2012-04-061-1/+1
* Removed a call to truncate() which slowed downSean Callanan2012-04-061-1/+0
* Updated the disassembler stress tester with twoSean Callanan2012-04-061-20/+54
* Added a stress-tester for LLDB's disassembler.Sean Callanan2012-04-061-0/+131
* Added a platform agnostic symbolication python module that can be used by any...Greg Clayton2012-04-032-359/+611
* Remove unused file as this file is deprecated (use ./crashlog.py instead).Greg Clayton2012-04-021-573/+0
* When running this from the command line, don't pass the python script file it...Greg Clayton2012-03-291-1/+1
* Fixed up the command so that it doesn't dump the first arguments when run fro...Greg Clayton2012-03-231-7/+8
* Added python script that implements a "parse_log_file" command in LLDB which canGreg Clayton2012-03-221-0/+114
* Added a fix to the crash log script that allows you to locate and load a bina...Greg Clayton2012-03-201-13/+16
* Add an option to sort by packet count (rather than time). Also print the count,Jim Ingham2012-03-011-7/+20
* Added a new lldb.SBValue helper module that has two classes:Greg Clayton2012-01-301-0/+255
* Added a 'gdbremote' python module that adds two commands: start_gdb_log and e...Greg Clayton2012-01-262-4/+188
* Proof-reading the python docs.Jim Ingham2012-01-241-5/+6
* Added a python FAQ page with detailed examples of how to add python functionsGreg Clayton2012-01-221-0/+49
* Added options to specify how many instructions before and after the frameGreg Clayton2012-01-211-12/+25
* Use the "shlex" module to parse the command line that was passed down intoGreg Clayton2012-01-211-6/+25
* Fixed it so the "--help" option works for the crashlog command. Corrected andGreg Clayton2012-01-211-172/+210
* This file is no longer needed since the command:Greg Clayton2012-01-201-5/+0
* Fixed a global reference that should have beenSean Callanan2012-01-201-1/+1
* Make the script work again from the command line as long as the PYTHONPATH Greg Clayton2012-01-201-54/+64
* More fixed to verify if a file in the crash log is installed in the currentGreg Clayton2012-01-201-38/+72
* Improved the regular expressions to handle "+" characters being at the frontGreg Clayton2012-01-202-30/+41
* Modified the symbolicate-crash.py so it can be imported into python as aGreg Clayton2012-01-201-0/+622
* Allow the crash log file path to contain an initial tilde component.Johnny Chen2011-10-061-1/+2
* Simplify code to print symbols and sections within a module using the built-i...Johnny Chen2011-10-061-9/+4
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-2/+2
* Fixed the public and internal disassembler API to be named correctly:Greg Clayton2011-09-271-5/+5
* Fixes for a few different versions of the darwin crash log.Greg Clayton2011-09-261-20/+32
* Added an example that symbolicates symbol information. This fileGreg Clayton2011-09-261-0/+565
* Add usage docstring to SBValue.h, and minor update of docstrings for SBValueL...Johnny Chen2011-07-151-1/+1
* Remove unnecessary 'import' statement.Johnny Chen2011-07-061-1/+0
OpenPOWER on IntegriCloud