aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBCompileUnit.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-220/+148
2014-11-17Add APIs on SBFunction and SBCompileUnit to inquire about the language type t...Enrico Granata1-0/+8
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-11/+20
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton1-6/+36
2013-03-27<rdar://problem/13521159>Greg Clayton1-3/+3
2012-03-16Patch from dawn@burble.org:Johnny Chen1-0/+46
2011-11-13<rdar://problem/10126482>Greg Clayton1-3/+4
2011-09-26Added more functionality to the public API to allow for betterGreg Clayton1-2/+2
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham1-0/+8
2010-12-14Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton1-0/+7
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-2/+2
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton1-0/+13
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton1-39/+18
2010-10-26Clean up the API logging code:Caroline Tice1-18/+32
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice1-4/+49
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice1-9/+1
2010-09-20Fix indentations.Caroline Tice1-3/+3
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice1-0/+23
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-17/+17
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+120