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
*
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