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
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-1
/
+1
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-2
/
+2
*
Modified the stop reply packet to be able to send the thread name using the
Greg Clayton
2011-01-08
1
-6
/
+13
*
More reverting of the EOF stuff as the API was changed which we don't want to
Greg Clayton
2010-12-04
1
-1
/
+1
*
Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return
Greg Clayton
2010-12-03
1
-16
/
+3
*
Fixed bad logic that was trying to determine if the gdb remote resumed a proc...
Greg Clayton
2010-12-03
1
-3
/
+1
*
Add proper EOF handling to Communication & Connection classes:
Caroline Tice
2010-12-02
1
-1
/
+1
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-1
/
+2
*
Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event
Jim Ingham
2010-11-17
1
-2
/
+18
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-0
/
+5
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-2
/
+1
*
Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock()
Johnny Chen
2010-09-14
1
-0
/
+4
*
Added some extra logging to track asynchronous packet activity.
Greg Clayton
2010-09-03
1
-0
/
+23
*
Fixed a case where we might be able to acquire a mutex with a try lock and
Greg Clayton
2010-09-03
1
-5
/
+16
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-2
/
+2
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-3
/
+6
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+813
[prev]