| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. | Jim Ingham | 2011-12-08 | 1 | -0/+9 |
* | SBProcess.PutSTDIN() needs to be properly typemapped when swigging, | Johnny Chen | 2011-11-28 | 3 | -0/+15 |
* | Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen... | Johnny Chen | 2011-11-28 | 1 | -0/+10 |
* | <rdar://problem/10126482> | Greg Clayton | 2011-11-13 | 3 | -3/+20 |
* | <rdar://problem/9334299> | Greg Clayton | 2011-11-10 | 1 | -0/+3 |
* | Add a missing ')' in the comment. | Johnny Chen | 2011-11-08 | 1 | -1/+1 |
* | Fixed the Xcode project building of LLVM to be a bit more user friendly: | Greg Clayton | 2011-11-04 | 2 | -0/+14 |
* | Fix typo in the docstring. | Johnny Chen | 2011-10-26 | 1 | -2/+2 |
* | Add docstrings for SetCondition() and GetCondition() APIs. | Johnny Chen | 2011-10-18 | 3 | -0/+31 |
* | this patch introduces a new command script import command which takes as inpu... | Enrico Granata | 2011-10-17 | 1 | -1/+83 |
* | Add a commnad to set a condition for a watchpoint. Example: | Johnny Chen | 2011-10-17 | 1 | -0/+6 |
* | Add SBWatchpoint::GetError() API, which is not currently populated as yet. | Johnny Chen | 2011-10-14 | 1 | -3/+6 |
* | SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre... | Johnny Chen | 2011-10-14 | 5 | -33/+20 |
* | Cleaned up the SBWatchpoint public API. | Greg Clayton | 2011-10-13 | 6 | -35/+45 |
* | Add a SBTarget::BreakpointCreateByName API that allows you to specify the name | Jim Ingham | 2011-10-11 | 1 | -0/+6 |
* | Mention SBBreakpointLocation::GetAddress in the Python .i file. | Jim Ingham | 2011-10-07 | 1 | -0/+3 |
* | Add more docstring to the Python interface file for SBSection. | Johnny Chen | 2011-10-03 | 1 | -1/+22 |
* | Add comment markers for in_range(symbol, section). | Johnny Chen | 2011-10-03 | 1 | -0/+3 |
* | Add SBFrame.WatchLocation() to find and watch the location pointed to by | Johnny Chen | 2011-10-01 | 3 | -3/+13 |
* | Cleaned up the the code that figures out the inlined stack frames given a | Greg Clayton | 2011-10-01 | 1 | -3/+2 |
* | Add docstring to in_range() function residing in the lldb module. | Johnny Chen | 2011-09-30 | 1 | -0/+1 |
* | Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit... | Johnny Chen | 2011-09-30 | 2 | -6/+97 |
* | Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python... | Johnny Chen | 2011-09-27 | 2 | -5/+9 |
* | Export the watchpoint related API (SBWatchpointLocation class and added SBTar... | Johnny Chen | 2011-09-27 | 5 | -6/+122 |
* | Fixed the public and internal disassembler API to be named correctly: | Greg Clayton | 2011-09-27 | 1 | -2/+2 |
* | Added more functionality to the public API to allow for better | Greg Clayton | 2011-09-26 | 4 | -6/+57 |
* | Added the ability to get all section contents, or the section | Greg Clayton | 2011-09-24 | 3 | -1/+11 |
* | SBSection supports iteration through its subsections, represented as SBSectio... | Johnny Chen | 2011-09-24 | 3 | -3/+15 |
* | Fixed build issues after recent checkin. | Greg Clayton | 2011-09-24 | 1 | -0/+3 |
* | Added missing file. | Greg Clayton | 2011-09-24 | 1 | -0/+65 |
* | Added to the public API to allow symbolication: | Greg Clayton | 2011-09-24 | 4 | -5/+46 |
* | Add an SB API SBFrame::WatchValue() and exported to the Python interface to | Johnny Chen | 2011-09-24 | 1 | -0/+9 |
* | Added the ability to restrict breakpoints by function name, function regexp, ... | Jim Ingham | 2011-09-23 | 2 | -1/+7 |
* | Add a new breakpoint type "break by source regular expression". | Jim Ingham | 2011-09-21 | 3 | -2/+49 |
* | Untabify and fix indentations. Tabs are bad. | Johnny Chen | 2011-09-15 | 1 | -51/+51 |
* | Adding "-n", "-p" and "-w" flags to the lldb command-line tool to | Jim Ingham | 2011-09-13 | 1 | -0/+6 |
* | SBSourceManager now gets the real source manager either from the Debugger or ... | Jim Ingham | 2011-09-13 | 2 | -1/+4 |
* | Added the ability to introspect types thourgh the public SBType interface. | Greg Clayton | 2011-09-09 | 2 | -32/+82 |
* | Fixed the error message: | Johnny Chen | 2011-09-09 | 1 | -33/+33 |
* | Redesign of the interaction between Python and frozen objects: | Enrico Granata | 2011-09-06 | 5 | -2/+215 |
* | Additional code cleanups ; Short option name for --python-script in type summ... | Enrico Granata | 2011-08-23 | 1 | -2/+0 |
* | Check the timesatmps of includees python-extensions.swig and python-wrapper.s... | Johnny Chen | 2011-08-22 | 1 | -4/+17 |
* | - Support for Python namespaces: | Enrico Granata | 2011-08-22 | 1 | -206/+133 |
* | Further fix for SWIG interoperability; making sure the Release() method of SB... | Enrico Granata | 2011-08-20 | 1 | -13/+30 |
* | Fixed some SWIG interoperability issues | Enrico Granata | 2011-08-19 | 1 | -13/+26 |
* | Taking care of an issue with using lldb_private types in SBCommandInterpreter... | Enrico Granata | 2011-08-19 | 1 | -2/+2 |
* | First round of code cleanups: | Enrico Granata | 2011-08-17 | 1 | -5/+5 |
* | New category "gnu-libstdc++" provides summary for std::string and synthetic c... | Enrico Granata | 2011-08-17 | 1 | -0/+15 |
* | Changes to Python commands: | Enrico Granata | 2011-08-16 | 2 | -4/+13 |
* | Python commands: | Enrico Granata | 2011-08-16 | 1 | -0/+140 |