summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBroadcaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-10/+9
* [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/+38
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-27/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-3/+52
* 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
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-15/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-142/+101
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-6/+12
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+1
* Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton2012-01-301-1/+0
* Added a less than operator that will compare the internal opaque pointer valu...Greg Clayton2010-12-051-0/+6
* Added "void SBBroadcaster::Clear ();" method to SBBroadcaster.Greg Clayton2010-12-051-0/+7
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-5/+5
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-41/+55
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-3/+3
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-6/+14
* Clean up the API logging code:Caroline Tice2010-10-261-4/+4
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+20
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-34/+34
* Fix a bunch more include lines.Eli Friedman2010-06-091-3/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+142
OpenPOWER on IntegriCloud