summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
Commit message (Expand)AuthorAgeFilesLines
...
* Providing a more interesting command template for LLDBEnrico Granata2013-05-091-25/+41
* Adding some LLDB-specific logic to the tracer (in a separate tracer module) t...Enrico Granata2013-05-071-12/+91
* First iteration of a Python tracer moduleEnrico Granata2013-05-071-0/+249
* Print a backtrace line for a pc value even if we can't make an SBAddressJason Molenda2013-05-011-1/+2
* Put a try/catch block around the SBAddress setting; don't want to Jason Molenda2013-04-301-13/+16
* Rename unwind_diagnose.py to diagnose_unwind.py. ChangeJason Molenda2013-04-301-7/+7
* Remove a print statement that was left in accidentally.Greg Clayton2013-04-241-1/+0
* One line I forgot to remove.Jason Molenda2013-04-231-1/+0
* Update the unwind_diagnose script to work correctly with bothJason Molenda2013-04-231-48/+10
* Add a new -a / --address argument to image show-unwind to get theJason Molenda2013-04-231-1/+4
* Add a new python file to help diagnose backtrace failures in the field.Jason Molenda2013-04-231-0/+197
* <rdar://problem/13477795>Greg Clayton2013-04-042-3/+10
* Playing around with making performance test cases run from within python. Greg Clayton2013-04-031-25/+122
* A few more tweaks to the python perf tests. Now there is a MemoryMeasurement.Greg Clayton2013-03-261-19/+60
* Added a python version of the performance tests. It will be good to see if th...Greg Clayton2013-03-231-0/+197
* Created a sample "jump" command that handlesSean Callanan2013-03-121-0/+173
* Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata2013-03-081-0/+2
* Added a new module that can dump all line tables for all compile units in any...Greg Clayton2013-03-071-0/+59
* Being explicit about how ignoring optparse's exceptions is not a best principleEnrico Granata2013-02-251-0/+2
* Added missing lldb module namespace.Greg Clayton2013-02-251-1/+1
* <rdar://problem/13286937> Greg Clayton2013-02-251-3/+13
* Mark the command as failed if parsing fails.Jim Ingham2013-02-211-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+2
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+12
* Made crashlog.py handle cases where a parentSean Callanan2013-01-121-3/+5
* Updated documentation on the "register_data_addr" key that can be supplied in...Greg Clayton2013-01-091-0/+5
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-251-1/+1
* <rdar://problem/12491420>Greg Clayton2012-10-181-1/+1
* Added process attach options and also use the SBLaunchInfo and SBAttachInfo.Greg Clayton2012-09-251-14/+72
* Added auto LLDB import to the crashlog script.Greg Clayton2012-09-191-2/+32
* Modified the command template to include best practices.Greg Clayton2012-09-131-17/+24
* Added some documentation and an accessor for the target with an explanation o...Greg Clayton2012-09-121-1/+21
* Print the stack size followed by the full stack info.Greg Clayton2012-09-111-2/+2
* Added a python example that will compute which functions in a process are hog...Greg Clayton2012-09-101-0/+56
* Added a quick example to show how disasembly output can be customized.Greg Clayton2012-09-071-0/+24
* Make the tab character in the thread frame lines optional.Jason Molenda2012-08-311-1/+1
* Added command lists that can be executed on launch, stop, crash and exit. Add...Greg Clayton2012-08-311-15/+71
* Added an example that show correct usage of the async process event API.Greg Clayton2012-08-311-0/+139
* <rdar://problem/11757916>Greg Clayton2012-08-292-6/+23
* Instead of using re.split and requiring two spaces between the "regname: regv...Jason Molenda2012-08-281-1/+2
* The OS plug-in can now get data from a python script that implements the prot...Greg Clayton2012-08-241-3/+4
* We have a partially working OS plug-in through python!Greg Clayton2012-08-241-6/+8
* Fixing an issue in the OS sampleEnrico Granata2012-08-241-0/+1
* Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton2012-08-241-0/+63
* Added qVAttachOrWaitSupported packet support.Greg Clayton2012-08-201-0/+1
* <rdar://problem/12087275>Greg Clayton2012-08-131-1/+1
* Enable the "symbolicate" interactive command to symbolicate all crash logs if...Greg Clayton2012-07-161-15/+18
* Show source by default for the first 4 frames of the crash thread. Also added...Greg Clayton2012-07-131-13/+18
* Added the ability to see source context with each frame in the "crashlog" com...Greg Clayton2012-07-131-8/+37
* Make const result value objects able to return dynamic types.Greg Clayton2012-07-071-23/+22
OpenPOWER on IntegriCloud