index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Core
/
Broadcaster.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-479
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-7
/
+7
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-3
/
+2
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-10
/
+15
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-436
/
+366
*
Fix a race in Broadcaster/Listener interaction
Pavel Labath
2016-08-15
1
-82
/
+44
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-28
/
+23
*
Fix some long standing issues that caused tests to be flaky.
Greg Clayton
2016-05-12
1
-72
/
+118
*
Fix log in Broadcaster causing a crash
Tamas Berghammer
2016-03-08
1
-5
/
+4
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-59
/
+109
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
1
-27
/
+14
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Fix synchronization issue in Broadcaster::HijackBroadcaster.
Oleksiy Vyalov
2015-02-04
1
-0
/
+10
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-19
/
+13
*
Avoid accessing an element of an empty vector in a log message
Ed Maste
2014-02-04
1
-10
/
+12
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-2
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
Add log entries for HijackBroadcaster() as well as RestoreBroadcaster().
Johnny Chen
2012-03-29
1
-0
/
+20
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-2
/
+182
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-14
/
+16
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-7
/
+0
*
Fixed a crasher when enabling logging that is due to the new hijack listener ...
Greg Clayton
2011-02-10
1
-3
/
+12
*
Change the Hijacking interposer to a stack of interposers.
Jim Ingham
2011-02-08
1
-16
/
+15
*
A little less noise, please.
Jim Ingham
2011-01-23
1
-1
/
+6
*
Add some more logging of broadcaster and Process. Also, protect the event br...
Jim Ingham
2011-01-23
1
-5
/
+7
*
Broadcaster::AddListener(): Bail out early if the passed in Listener pointer is
Johnny Chen
2010-12-22
1
-0
/
+3
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-3
/
+3
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-28
/
+59
*
Add a way to temporarily divert events from a broadcaster to a private listener.
Jim Ingham
2010-10-11
1
-12
/
+48
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+219