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
/
ProcessGDBRemote.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-21
/
+1
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-4
/
+4
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-6
/
+0
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-1
/
+0
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-11
/
+2
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-7
/
+1
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
1
-5
/
+0
*
Added the ability to detect which vCont packets (using the "vCont?") packet
Greg Clayton
2011-02-12
1
-1
/
+7
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-0
/
+3
*
Finished up the async attach support. This allows us to request to attach
Greg Clayton
2011-01-29
1
-1
/
+1
*
Fixed ProcessGDBRemote to kill the process correctly when it is either running
Greg Clayton
2011-01-25
1
-4
/
+0
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-2
/
+6
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-0
/
+9
*
Added an interface for noticing new thread creation. At this point, I only t...
Jim Ingham
2011-01-22
1
-0
/
+13
*
Removed libunwind sources as we aren't using them anymore.
Greg Clayton
2010-12-17
1
-8
/
+0
*
Add '-no-stdio' option to 'process launch' command, which causes the
Caroline Tice
2010-12-03
1
-1
/
+1
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-6
/
+2
*
Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event
Jim Ingham
2010-11-17
1
-1
/
+1
*
Make processes use InputReaders for their input. Move the process
Caroline Tice
2010-11-16
1
-6
/
+4
*
Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning
Greg Clayton
2010-11-08
1
-5
/
+6
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
1
-0
/
+2
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-1
/
+1
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-12
/
+5
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-4
/
+4
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+404