summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Broadcaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-479/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-7/+7
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+2
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-10/+15
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-436/+366
* Fix a race in Broadcaster/Listener interactionPavel Labath2016-08-151-82/+44
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-28/+23
* Fix some long standing issues that caused tests to be flaky. Greg Clayton2016-05-121-72/+118
* Fix log in Broadcaster causing a crashTamas Berghammer2016-03-081-5/+4
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-59/+109
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-27/+14
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Fix synchronization issue in Broadcaster::HijackBroadcaster.Oleksiy Vyalov2015-02-041-0/+10
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-19/+13
* Avoid accessing an element of an empty vector in a log messageEd Maste2014-02-041-10/+12
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-2/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* Add log entries for HijackBroadcaster() as well as RestoreBroadcaster().Johnny Chen2012-03-291-0/+20
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-2/+182
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-14/+16
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-7/+0
* Fixed a crasher when enabling logging that is due to the new hijack listener ...Greg Clayton2011-02-101-3/+12
* Change the Hijacking interposer to a stack of interposers.Jim Ingham2011-02-081-16/+15
* A little less noise, please.Jim Ingham2011-01-231-1/+6
* Add some more logging of broadcaster and Process. Also, protect the event br...Jim Ingham2011-01-231-5/+7
* Broadcaster::AddListener(): Bail out early if the passed in Listener pointer isJohnny Chen2010-12-221-0/+3
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-3/+3
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-28/+59
* Add a way to temporarily divert events from a broadcaster to a private listener.Jim Ingham2010-10-111-12/+48
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+219
OpenPOWER on IntegriCloud