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
*
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
*
Do not pass an invalid thread to Thread{Cancel,Join}.
Stephen Wilson
2011-01-12
1
-4
/
+5
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-25
/
+40
*
Fixed a multi-threaded race condition that could happen when communication cl...
Greg Clayton
2010-12-12
1
-1
/
+11
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
1
-0
/
+1
*
More reverting of the EOF stuff as the API was changed which we don't want to
Greg Clayton
2010-12-04
1
-8
/
+2
*
Reverted the close on EOF stuff again as it was crashing Xcode.
Greg Clayton
2010-12-04
1
-10
/
+2
*
Add proper EOF handling to Communication & Connection classes:
Caroline Tice
2010-12-02
1
-4
/
+18
*
Revert the End of file stuff that was added as it was causing read threads
Greg Clayton
2010-11-20
1
-6
/
+2
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-3
/
+8
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+3
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-0
/
+1
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-0
/
+17
*
Fixed a race condition that was sometimes stopping our command line
Greg Clayton
2010-09-15
1
-1
/
+3
*
Remove a premature invalidation of a threads pthread_t handle, thus avoiding
Greg Clayton
2010-07-23
1
-3
/
+3
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-1
/
+1
*
Misc warning fixes.
Eli Friedman
2010-07-09
1
-4
/
+4
*
Add missing includes.
Eli Friedman
2010-06-09
1
-0
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+363