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
/
SBCommunication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-6
/
+6
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+30
*
[Reproducers] Implement log_append for function pointers.
Jonas Devlieghere
2019-03-11
1
-1
/
+1
*
[Reproducers] Replace callbacks with void*
Jonas Devlieghere
2019-03-11
1
-1
/
+1
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Jonas Devlieghere
2019-03-08
1
-0
/
+12
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-126
/
+5
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-3
/
+39
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Connection and IOObject interfaces to Utility module
Pavel Labath
2017-06-27
1
-1
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Introduce chrono to the Communication class
Pavel Labath
2016-11-25
1
-1
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-207
/
+163
*
Create a ConnectionGenericFile class for Windows.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
SBCommunication: Fix a pointer-to-function to void-pointer cast
David Majnemer
2014-07-22
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-21
/
+31
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
1
-1
/
+0
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-11
/
+11
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-7
/
+14
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-0
/
+5
*
Test lldb Python API object's default constructor and make sure it is invalid
Johnny Chen
2011-06-20
1
-0
/
+6
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-24
/
+0
*
More reverting of the EOF stuff as the API was changed which we don't want to
Greg Clayton
2010-12-04
1
-2
/
+17
*
Add proper EOF handling to Communication & Connection classes:
Caroline Tice
2010-12-02
1
-2
/
+2
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-11
/
+11
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-2
/
+2
*
Improved API logging.
Greg Clayton
2010-10-30
1
-50
/
+62
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-1
/
+2
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-26
/
+27
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-7
/
+76
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-45
/
+45
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+194