summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBModuleSpec.cpp
AgeCommit message (Expand)Author
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
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-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-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-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-03-06[SBAPI] Don't check IsValid in constructorJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-06-26Represent invalid UUIDs as UUIDs with length zeroPavel Labath
2018-06-21Modernize UUID classPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-10-04Made all other "operator bool"s explicit and ensuredSean Callanan
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton