summaryrefslogtreecommitdiff
path: root/lldb/examples/python
AgeCommit message (Expand)Author
2013-03-26A few more tweaks to the python perf tests. Now there is a MemoryMeasurement.Greg Clayton
2013-03-23Added a python version of the performance tests. It will be good to see if th...Greg Clayton
2013-03-12Created a sample "jump" command that handlesSean Callanan
2013-03-08Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata
2013-03-07Added a new module that can dump all line tables for all compile units in any...Greg Clayton
2013-02-25Being explicit about how ignoring optparse's exceptions is not a best principleEnrico Granata
2013-02-25Added missing lldb module namespace.Greg Clayton
2013-02-25<rdar://problem/13286937> Greg Clayton
2013-02-21Mark the command as failed if parsing fails.Jim Ingham
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-18<rdar://problem/13010007>Greg Clayton
2013-01-12Made crashlog.py handle cases where a parentSean Callanan
2013-01-09Updated documentation on the "register_data_addr" key that can be supplied in...Greg Clayton
2012-10-25Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton
2012-10-18<rdar://problem/12491420>Greg Clayton
2012-09-25Added process attach options and also use the SBLaunchInfo and SBAttachInfo.Greg Clayton
2012-09-19Added auto LLDB import to the crashlog script.Greg Clayton
2012-09-13Modified the command template to include best practices.Greg Clayton
2012-09-12Added some documentation and an accessor for the target with an explanation o...Greg Clayton
2012-09-11Print the stack size followed by the full stack info.Greg Clayton
2012-09-10Added a python example that will compute which functions in a process are hog...Greg Clayton
2012-09-07Added a quick example to show how disasembly output can be customized.Greg Clayton
2012-08-31Make the tab character in the thread frame lines optional.Jason Molenda
2012-08-31Added command lists that can be executed on launch, stop, crash and exit. Add...Greg Clayton
2012-08-31Added an example that show correct usage of the async process event API.Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-28Instead of using re.split and requiring two spaces between the "regname: regv...Jason Molenda
2012-08-24The OS plug-in can now get data from a python script that implements the prot...Greg Clayton
2012-08-24We have a partially working OS plug-in through python!Greg Clayton
2012-08-24Fixing an issue in the OS sampleEnrico Granata
2012-08-24Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...Greg Clayton
2012-08-20Added qVAttachOrWaitSupported packet support.Greg Clayton
2012-08-13<rdar://problem/12087275>Greg Clayton
2012-07-16Enable the "symbolicate" interactive command to symbolicate all crash logs if...Greg Clayton
2012-07-13Show source by default for the first 4 frames of the crash thread. Also added...Greg Clayton
2012-07-13Added the ability to see source context with each frame in the "crashlog" com...Greg Clayton
2012-07-07Make const result value objects able to return dynamic types.Greg Clayton
2012-07-05Added a new example that extracts all global variables from an object file an...Greg Clayton
2012-07-03Make the interactive command interpreter build into the "crashlog" command wo...Greg Clayton
2012-06-28Listen to the "--verbose" flag when running "crashlog" and if verbose is enab...Greg Clayton
2012-06-27Added a "save_crashlog" command to the lldb.macosx.crashlog package that allo...Greg Clayton
2012-06-04Cleaned up some stuff in symbolication where we can now lazily get images whe...Greg Clayton
2012-06-01Added the ability to disassembly GDB remote packets with the python file. Thi...Greg Clayton
2012-05-31Added the ability to run "symbolicate [options] <crashlog-index>" in interact...Greg Clayton
2012-05-17Make sure to subtract one from the PC when doing the symbolication of stack f...Greg Clayton
2012-05-16Fixed an exception when parsing crash logs.Greg Clayton
2012-05-11Modified the symbolication.Image object to store its uuid as a uuid.UUID obje...Greg Clayton
2012-05-10Make crashlog.py more robust when dealing with the "Version: ..." header from...Johnny Chen
2012-05-04Added an interactive mode to the "crashlog" command so that we can look at mu...Greg Clayton
2012-05-03Fix the following error when importing crashlog.py from a Python interactive ...Johnny Chen