aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-03Revert "[LLDB] Expose checking if the symbol file exists/is loaded via SBModu...Jacob Lalonde1-12/+0
2025-04-02[LLDB] Expose checking if the symbol file exists/is loaded via SBModule (#134...Jacob Lalonde1-0/+12
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-2/+2
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-30/+24
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford1-21/+21
2023-01-23Revert "[lldb] Remove timer from SBModule copy ctor"Dave Lee1-1/+3
2023-01-20[lldb] Remove timer from SBModule copy ctorDave Lee1-3/+1
2022-11-16Make CompilerType safeAdrian Prantl1-21/+23
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2022-01-26[lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani1-0/+14
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere1-81/+48
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere1-31/+30
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere1-77/+1
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata1-6/+3
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere1-3/+5
2020-08-17[lldb] Add missing LLDB_REGISTER for GarbageCollectAllocatedModulesJonas Devlieghere1-28/+23
2020-08-17[lldb] Add SBModule::GarbageCollectAllocatedModules and clear modules after e...Raphael Isemann1-0/+7
2020-06-12[lldb/Test] Assert that no targets or modules remain after a test completes.Jonas Devlieghere1-0/+9
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann1-4/+4
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-04[lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann1-1/+1
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann1-10/+6
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl1-9/+8
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl1-10/+9
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath1-13/+10
2019-08-05Remove SymbolVendor::GetSymtabPavel Labath1-10/+4
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford1-9/+19
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-12/+11
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere1-1/+1
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny1-0/+79
2019-03-11Add "operator bool" to SB APIsPavel Labath1-0/+4
2019-03-07[SBAPI] Log from record macroJonas Devlieghere1-39/+0
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere1-34/+157
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner1-2/+1
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath1-1/+1
2018-11-30[Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov1-0/+11
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner1-10/+13
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner1-2/+2
2018-07-03Add new API to SBTarget and SBModule classes.Alexander Polyakov1-0/+11
2018-06-21Modernize UUID classPavel Labath1-1/+1
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath1-10/+23
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-8/+7
2017-05-12Rename Error -> Status.Zachary Turner1-2/+2
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-631/+469