summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBValueList.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
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-06-24[lldb/API] Use std::make_unique<> (NFC)Jonas Devlieghere
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-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-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-07-22Fix warnings found by -Wextra-semiPavel Labath
2014-11-21Per off-list feedback, this API returns the *first* value with a given name, ...Enrico Granata
2014-11-21Add an API on SBValueList to find the first value with a given name stored in...Enrico Granata
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-04-22Daniel Malea reported seeing warnings for the use of anonymous namespaces in ...Enrico Granata
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-02-07Renaming SBValueList::get() to Enrico Granata
2013-02-07Correct logging for function calls that return SBValueListEnrico Granata
2013-02-07<rdar://problem/13107151>Enrico Granata
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton
2011-12-19Add needed Clear methods.Jim Ingham
2011-06-29Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-29Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton
2010-10-26Clean up the API logging code:Caroline Tice
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner