summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBEvent.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+34
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-24/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-6/+48
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-7/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-184/+125
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-0/+6
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-9/+10
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-0/+10
* <rdar://problem/10126482>Greg Clayton2011-11-131-6/+8
* Fixed a crasher when trying to get event data flavors on events that don'tGreg Clayton2010-12-051-1/+5
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-3/+3
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-11/+29
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-23/+14
* Improved API logging.Greg Clayton2010-10-301-2/+2
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-15/+15
* Clean up the API logging code:Caroline Tice2010-10-261-15/+11
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-4/+60
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Fix indentations.Caroline Tice2010-09-201-3/+3
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+22
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-151-11/+0
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-39/+26
* And some more include line fixes.Eli Friedman2010-06-091-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+176
OpenPOWER on IntegriCloud