summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-2/+2
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-4/+4
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-0/+1
* Make CompileUnit::GetSupportFiles return a const listPavel Labath2019-05-301-8/+6
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+39
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-49/+0
* Re-commit logging for SBCompileUnit::GetNumLineEntries.Jason Molenda2019-03-061-1/+7
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-10/+62
* Revert logging addition to SBCompileUnit::GetNumLineEntries,Jason Molenda2019-03-051-6/+1
* Add logging to SBCompileUnit::GetNumLineEntries.Jason Molenda2019-03-051-1/+6
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-11/+15
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-220/+148
* Add APIs on SBFunction and SBCompileUnit to inquire about the language type t...Enrico Granata2014-11-171-0/+8
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-11/+20
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-181-6/+36
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Patch from dawn@burble.org:Johnny Chen2012-03-161-0/+46
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+4
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-2/+2
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-0/+8
* Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton2010-12-141-0/+7
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+13
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-39/+18
* Clean up the API logging code:Caroline Tice2010-10-261-18/+32
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-4/+49
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Fix indentations.Caroline Tice2010-09-201-3/+3
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+23
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-17/+17
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+120
OpenPOWER on IntegriCloud