summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBSection.cpp
AgeCommit message (Expand)Author
2023-01-30Revert "Revert "[lldb] Make SBSection::GetSectionData call Section::GetSectio...Muhammad Omair Javaid
2023-01-30Revert "[lldb] Make SBSection::GetSectionData call Section::GetSectionData."Muhammad Omair Javaid
2023-01-27[lldb] Make SBSection::GetSectionData call Section::GetSectionData.Jorge Gorbe Moya
2022-07-12[lldb] add SBSection.alignment to python bindingsDavid M. Lary
2022-07-12Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath
2022-07-12[lldb] add SBSection.alignment to python bindingsPavel Labath
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath
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-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-08LLDB: API for iPermission of object file's sectionsAbhishek Aggarwal
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-10-22Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner
2013-06-13Added a SBSection::GetParent() to the API.Greg Clayton
2013-02-06<rdar://problem/13159777> Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-06-27Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-12-19Work in progress for:Johnny Chen
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-09-24Added the ability to get all section contents, or the sectionGreg Clayton
2011-09-24Fixed build issues after recent checkin.Greg Clayton
2011-09-24Added to the public API to allow symbolication:Greg Clayton