summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFunction.cpp
AgeCommit message (Expand)Author
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton
2010-12-14Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-26Clean up the API logging code:Caroline Tice
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice
2010-10-07Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton
2010-10-06Added the ability to get the disassembly instructions from the function andGreg Clayton
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice
2010-09-20Fix indentations.Caroline Tice
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner