summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
Commit message (Expand)AuthorAgeFilesLines
* Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham2011-12-081-0/+9
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-283-0/+15
* Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen...Johnny Chen2011-11-281-0/+10
* <rdar://problem/10126482>Greg Clayton2011-11-133-3/+20
* <rdar://problem/9334299>Greg Clayton2011-11-101-0/+3
* Add a missing ')' in the comment.Johnny Chen2011-11-081-1/+1
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-042-0/+14
* Fix typo in the docstring.Johnny Chen2011-10-261-2/+2
* Add docstrings for SetCondition() and GetCondition() APIs.Johnny Chen2011-10-183-0/+31
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-1/+83
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+6
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-3/+6
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-145-33/+20
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-136-35/+45
* Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham2011-10-111-0/+6
* Mention SBBreakpointLocation::GetAddress in the Python .i file.Jim Ingham2011-10-071-0/+3
* Add more docstring to the Python interface file for SBSection.Johnny Chen2011-10-031-1/+22
* Add comment markers for in_range(symbol, section).Johnny Chen2011-10-031-0/+3
* Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen2011-10-013-3/+13
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-3/+2
* Add docstring to in_range() function residing in the lldb module.Johnny Chen2011-09-301-0/+1
* Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen2011-09-302-6/+97
* Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen2011-09-272-5/+9
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-275-6/+122
* Fixed the public and internal disassembler API to be named correctly:Greg Clayton2011-09-271-2/+2
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-264-6/+57
* Added the ability to get all section contents, or the sectionGreg Clayton2011-09-243-1/+11
* SBSection supports iteration through its subsections, represented as SBSectio...Johnny Chen2011-09-243-3/+15
* Fixed build issues after recent checkin.Greg Clayton2011-09-241-0/+3
* Added missing file.Greg Clayton2011-09-241-0/+65
* Added to the public API to allow symbolication:Greg Clayton2011-09-244-5/+46
* Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen2011-09-241-0/+9
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-232-1/+7
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-213-2/+49
* Untabify and fix indentations. Tabs are bad.Johnny Chen2011-09-151-51/+51
* Adding "-n", "-p" and "-w" flags to the lldb command-line tool toJim Ingham2011-09-131-0/+6
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-132-1/+4
* Added the ability to introspect types thourgh the public SBType interface.Greg Clayton2011-09-092-32/+82
* Fixed the error message:Johnny Chen2011-09-091-33/+33
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-065-2/+215
* Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata2011-08-231-2/+0
* Check the timesatmps of includees python-extensions.swig and python-wrapper.s...Johnny Chen2011-08-221-4/+17
* - Support for Python namespaces:Enrico Granata2011-08-221-206/+133
* Further fix for SWIG interoperability; making sure the Release() method of SB...Enrico Granata2011-08-201-13/+30
* Fixed some SWIG interoperability issuesEnrico Granata2011-08-191-13/+26
* Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata2011-08-191-2/+2
* First round of code cleanups:Enrico Granata2011-08-171-5/+5
* New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata2011-08-171-0/+15
* Changes to Python commands:Enrico Granata2011-08-162-4/+13
* Python commands:Enrico Granata2011-08-161-0/+140
OpenPOWER on IntegriCloud