summaryrefslogtreecommitdiff
path: root/source/API/SBCompileUnit.cpp
AgeCommit message (Expand)Author
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath
2019-07-25SymbolVendor: Remove the type list memberPavel Labath
2019-05-30Make CompileUnit::GetSupportFiles return a const listPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06Re-commit logging for SBCompileUnit::GetNumLineEntries.Jason Molenda
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-03-05Revert logging addition to SBCompileUnit::GetNumLineEntries,Jason Molenda
2019-03-05Add logging to SBCompileUnit::GetNumLineEntries.Jason Molenda
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-11-17Add APIs on SBFunction and SBCompileUnit to inquire about the language type t...Enrico Granata
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-03-16Patch from dawn@burble.org:Johnny Chen
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-09-26Added more functionality to the public API to allow for betterGreg Clayton
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
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-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