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
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-2
/
+138
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-4
/
+11
*
Simple fixes for the gdb remote process plugin on Linux.
Stephen Wilson
2011-03-25
1
-0
/
+2
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-2
/
+7
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-899
/
+18
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-40
/
+28
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-1
/
+107
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+1
*
Fixed an issue where detection of vCont support wasn't being done correctly.
Greg Clayton
2011-02-16
1
-0
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-0
/
+1
*
Added the ability to detect which vCont packets (using the "vCont?") packet
Greg Clayton
2011-02-12
1
-62
/
+175
*
Added a quicker lookup in the SectionLoadList when looking things up by
Greg Clayton
2011-02-05
1
-5
/
+15
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-2
/
+8
*
Fixed the SendInterrupt logic to return the true if the target was halted
Greg Clayton
2011-02-03
1
-6
/
+14
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-3
/
+4
*
Finished up the async attach support. This allows us to request to attach
Greg Clayton
2011-01-29
1
-0
/
+11
*
Finally tracked down the racy condition that would hose up our debug
Greg Clayton
2011-01-27
1
-51
/
+93
*
Fixed ProcessGDBRemote to kill the process correctly when it is either running
Greg Clayton
2011-01-25
1
-24
/
+19
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-2
/
+14
*
Sped up the shutdown time on MacOSX by quite a bit by making sure any
Greg Clayton
2011-01-22
1
-11
/
+29
*
Fixed the async packets (packets that need to be sent to the GDB server
Greg Clayton
2011-01-20
1
-6
/
+22
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-0
/
+1
*
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