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
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-2
/
+4
*
<rdar://problem/10487848>
Greg Clayton
2011-12-06
1
-0
/
+7
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-0
/
+4
*
Made the darwin host layer properly reap any child processes that it spawns.
Greg Clayton
2011-11-16
1
-3
/
+3
*
<rdar://problem/10103980>
Greg Clayton
2011-11-13
1
-13
/
+0
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-8
/
+2
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-2
/
+2
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-1
/
+2
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-1
/
+2
*
Removed an member variable "m_local_debugserver" that is no longer needed.
Greg Clayton
2011-06-24
1
-1
/
+0
*
Make sure we don't lose our stop reply packet in the case where the other
Greg Clayton
2011-06-02
1
-1
/
+1
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-1
/
+2
*
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