summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBBlock.cpp
AgeCommit message (Expand)Author
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko
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
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford
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
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton
2016-02-25Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-22<rdar://problem/12437442>Enrico Granata
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-10-08Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton
2011-09-26Added more functionality to the public API to allow for betterGreg Clayton
2010-12-14Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-10-30Improved API logging.Greg Clayton
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice
2010-09-20Fix indentations.Caroline Tice
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice
2010-09-07Added more API to lldb::SBBlock to allow getting the blockGreg Clayton
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton
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