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
/
API
/
SBListener.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-10
/
+10
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+49
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-64
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-3
/
+74
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-2
/
+2
*
Move the definition of SBListener::GetSP() to SBListener.cpp.
Sean Callanan
2017-03-29
1
-0
/
+2
*
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
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-12
/
+14
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-329
/
+232
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-22
/
+9
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-79
/
+50
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-0
/
+6
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-18
/
+20
*
fix a couple of clang static analyzer warnings.
Jason Molenda
2013-05-04
1
-3
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Fixing some indentation.
Jim Ingham
2012-05-08
1
-27
/
+27
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-0
/
+36
*
Added a SBListener parameter to Launch and attach calls to avoid a race
Greg Clayton
2011-02-03
1
-0
/
+5
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-3
/
+3
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-18
/
+31
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-38
/
+77
*
Improved API logging.
Greg Clayton
2010-10-30
1
-5
/
+5
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-0
/
+1
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-9
/
+3
*
Fix bugs attempting to write to API log after it has been
Caroline Tice
2010-10-27
1
-1
/
+2
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-24
/
+23
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-2
/
+46
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-67
/
+79
*
And some more include line fixes.
Eli Friedman
2010-06-09
1
-3
/
+3
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+299