summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBSection.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [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/+38
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-1/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-14/+67
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-2/+1
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-1/+2
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-2/+1
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* LLDB: API for iPermission of object file's sectionsAbhishek Aggarwal2016-09-081-0/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-233/+160
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-221-0/+8
* Added a SBSection::GetParent() to the API.Greg Clayton2013-06-131-0/+14
* <rdar://problem/13159777> Greg Clayton2013-02-061-2/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton2012-06-271-0/+17
* <rdar://problem/10103468>Greg Clayton2012-02-241-174/+88
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Work in progress for:Johnny Chen2011-12-191-1/+1
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+5
* Added the ability to get all section contents, or the sectionGreg Clayton2011-09-241-3/+13
* Fixed build issues after recent checkin.Greg Clayton2011-09-241-0/+9
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-0/+324
OpenPOWER on IntegriCloud