summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBLineEntry.i
Commit message (Collapse)AuthorAgeFilesLines
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-0/+10
| | | | | | | | | | | | | | | | | | symbolication. Also improved the SBInstruction API to allow access to the instruction opcode name, mnemonics, comment and instruction data. Added the ability to edit SBLineEntry objects (change the file, line and column), and also allow SBSymbolContext objects to be modified (set module, comp unit, function, block, line entry or symbol). The SymbolContext and SBSymbolContext can now generate inlined call stack infomration for symbolication much easier using the SymbolContext::GetParentInlinedFrameInfo(...) and SBSymbolContext::GetParentInlinedFrameInfo(...) methods. llvm-svn: 140518
* Add docstrings and cross refs to SBCompileUnit and SBLineEntry.Johnny Chen2011-07-271-2/+24
| | | | llvm-svn: 136230
* Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule.Johnny Chen2011-07-181-0/+50
llvm-svn: 135441
OpenPOWER on IntegriCloud