summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBListener.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-10/+10
* [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/+49
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-64/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-3/+74
* 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-2/+2
* Move the definition of SBListener::GetSP() to SBListener.cpp.Sean Callanan2017-03-291-0/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Use Timeout<> in the Listener classPavel Labath2016-11-301-12/+14
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-329/+232
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-22/+9
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-79/+50
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-0/+6
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-18/+20
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-3/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Fixing some indentation.Jim Ingham2012-05-081-27/+27
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-0/+36
* Added a SBListener parameter to Launch and attach calls to avoid a raceGreg Clayton2011-02-031-0/+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-18/+31
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-38/+77
* Improved API logging.Greg Clayton2010-10-301-5/+5
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+1
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-9/+3
* Fix bugs attempting to write to API log after it has beenCaroline Tice2010-10-271-1/+2
* Clean up the API logging code:Caroline Tice2010-10-261-24/+23
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-2/+46
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-67/+79
* And some more include line fixes.Eli Friedman2010-06-091-3/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+299
OpenPOWER on IntegriCloud