summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBModule.cpp
AgeCommit message (Expand)Author
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-08-19[LLDB] added getName method in SBModule (#150331)barsolo2000
2025-04-03Revert "[LLDB] Expose checking if the symbol file exists/is loaded via SBModu...Jacob Lalonde
2025-04-02[LLDB] Expose checking if the symbol file exists/is loaded via SBModule (#134...Jacob Lalonde
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-01-23Revert "[lldb] Remove timer from SBModule copy ctor"Dave Lee
2023-01-20[lldb] Remove timer from SBModule copy ctorDave Lee
2022-11-16Make CompilerType safeAdrian Prantl
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-01-26[lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani
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
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2020-08-17[lldb] Add missing LLDB_REGISTER for GarbageCollectAllocatedModulesJonas Devlieghere
2020-08-17[lldb] Add SBModule::GarbageCollectAllocatedModules and clear modules after e...Raphael Isemann
2020-06-12[lldb/Test] Assert that no targets or modules remain after a test completes.Jonas Devlieghere
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
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-12-04[lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath
2019-08-05Remove SymbolVendor::GetSymtabPavel Labath
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
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-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
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath
2018-11-30[Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-07-03Add new API to SBTarget and SBModule classes.Alexander Polyakov
2018-06-21Modernize UUID classPavel Labath
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner