summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBEvent.cpp
AgeCommit message (Expand)Author
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-01-26[lldb][NFCI] Constrain EventDataBytes creation (#79508)Alex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-04-11[lldb] Change return type of EventData::GetFlavorAlex Langford
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-06-09[lldb] Use C++11 default member initializersJonas 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
2020-01-07[lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael 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
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-02-05Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2011-11-13<rdar://problem/10126482>Greg Clayton
2010-12-05Fixed a crasher when trying to get event data flavors on events that don'tGreg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-30Improved API logging.Greg 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-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-15Remove unnecessary/inappropriate output-printing functions fromCaroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-09And some more include line fixes.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner