summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBData.cpp
AgeCommit message (Expand)Author
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-10[lldb] Remove LLDB_RECORD_DUMMY_* macrosJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2021-12-13[lldb/API] Add SetDataWithOwnership method to SBDataMed Ismail Bennani
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-25Fix SBData::SetData() so that it always sets the address byte size correctly ...Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-04-19Included <inttypes.h> in a few headers that wereSean Callanan
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-03"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal
2013-10-31Fix the format warnings.Sylvestre Ledru
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-01-07Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-10-12Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton
2011-09-24Added the ability to get all section contents, or the sectionGreg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata