summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBData.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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/+76
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-1/+9
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-178/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-15/+125
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-15/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-1/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix SBData::SetData() so that it always sets the address byte size correctly ...Greg Clayton2017-01-251-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-715/+609
* Included <inttypes.h> in a few headers that wereSean Callanan2014-04-191-0/+2
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-68/+86
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-25/+25
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-13/+13
* Fix the format warnings.Sylvestre Ledru2013-10-311-13/+13
* <rdar://problem/13521159>Greg Clayton2013-03-271-27/+27
* <rdar://problem/13069948>Greg Clayton2013-01-251-28/+28
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2012-01-071-7/+300
* <rdar://problem/10126482>Greg Clayton2011-11-131-11/+14
* Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton2011-10-121-1/+1
* Added the ability to get all section contents, or the sectionGreg Clayton2011-09-241-2/+2
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-6/+6
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-0/+489
OpenPOWER on IntegriCloud