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
/
Communication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-12
/
+11
*
Move Connection and IOObject interfaces to Utility module
Pavel Labath
2017-06-27
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-12
/
+12
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-8
/
+17
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Add a format_provider for the Timeout class
Pavel Labath
2017-02-10
1
-6
/
+5
*
Get rid of Error::PutToLog().
Zachary Turner
2017-02-06
1
-8
/
+6
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-6
/
+2
*
Introduce Chrono to the Connection class. NFCI.
Pavel Labath
2016-11-25
1
-5
/
+2
*
Fix FreeBSD build error in r287920
Pavel Labath
2016-11-25
1
-2
/
+4
*
Introduce chrono to the Communication class
Pavel Labath
2016-11-25
1
-23
/
+21
*
Remove TimeValue usage from two files
Pavel Labath
2016-11-02
1
-1
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-365
/
+322
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-9
/
+5
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-27
/
+26
*
Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"
Pavel Labath
2016-05-03
1
-4
/
+2
*
Add a read_full_buffer argument to ConnectionFileDescriptor::Read
Pavel Labath
2016-05-03
1
-2
/
+4
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-8
/
+9
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
1
-53
/
+38
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Stop read thread of Communication on EOF
Tamas Berghammer
2015-04-20
1
-4
/
+4
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Fix ProcessIO test failures
Pavel Labath
2015-03-12
1
-1
/
+33
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-6
/
+4
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-13
/
+14
*
Fix on Linux for ReadThread lingering after inferior exits
Todd Fiala
2014-08-21
1
-2
/
+13
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-0
/
+3
*
Missing files for previous checkin that fixed: "script help (lldb.SBThread)" ...
Greg Clayton
2014-01-30
1
-0
/
+10
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-2
/
+2
*
Prevent race in when stopping a "read thread"
Tim Northover
2013-06-27
1
-2
/
+0
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-1
/
+1
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-6
/
+6
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+10
*
Cleaned up the Communication class when it tears down ConnectionFileDescriptor
Greg Clayton
2012-01-31
1
-4
/
+4
*
Fixed an issue where even if the communication object had Clear() called on
Greg Clayton
2011-08-19
1
-1
/
+2
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-1
/
+4
*
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
Peter Collingbourne
2011-06-18
1
-1
/
+1
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-33
/
+17
*
Added the ability to get a broadcaster event name for a given broadcaster
Greg Clayton
2011-04-01
1
-0
/
+6
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-0
/
+3
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-0
/
+1
*
Patch that allows for thread_t to be something more complex than an
Greg Clayton
2011-02-08
1
-3
/
+3
*
Fix the ctr-D and end-of-file stuff.
Caroline Tice
2011-02-03
1
-1
/
+12
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-0
/
+1
*
Finally tracked down the racy condition that would hose up our debug
Greg Clayton
2011-01-27
1
-0
/
+2
[next]