aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBLineEntry.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-188/+123
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-8/+12
2013-03-27<rdar://problem/13521159>Greg Clayton1-4/+4
2012-06-27Make the IsValid() operator for SBLineEntry "do the right thing" by returning...Greg Clayton1-1/+1
2012-04-04Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as ...Greg Clayton1-4/+6
2011-11-13<rdar://problem/10126482>Greg Clayton1-3/+5
2011-09-26Added more functionality to the public API to allow for betterGreg Clayton1-11/+41
2011-04-08Add missing headers.Stephen Wilson1-0/+2
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-4/+4
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton1-42/+23
2010-10-26Clean up the API logging code:Caroline Tice1-19/+23
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice1-2/+57
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice1-8/+0
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice1-2/+26
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-27/+27
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+158