Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1080edbcdd7d24ad5213749e396e23b54c1a3040
/
lldb
/
source
/
Plugins
/
Process
/
gdb-remote
/
ProcessGDBRemote.h
576d883
Split the GDBRemoteCommunication class into three classes:
by Greg Clayton
· 15 years ago
ded470d
Added more platform support. There are now some new commands:
by Greg Clayton
· 15 years ago
c574ede
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
by Greg Clayton
· 15 years ago
e996fd3
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
by Greg Clayton
· 15 years ago
7133762
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
by Greg Clayton
· 15 years ago
93d3c833
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
by Greg Clayton
· 15 years ago
71fc2a3
Added the ability to detect which vCont packets (using the "vCont?") packet
by Greg Clayton
· 15 years ago
b766a73
Added support for attaching to a remote debug server with the new command:
by Greg Clayton
· 15 years ago
513c26c
Finished up the async attach support. This allows us to request to attach
by Greg Clayton
· 15 years ago
414f5d3
Fixed ProcessGDBRemote to kill the process correctly when it is either running
by Greg Clayton
· 15 years ago
bd82a5d
Added a new variant of SBTarget::Launch() that deprectates the old one that
by Greg Clayton
· 15 years ago
6779606a
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
by Greg Clayton
· 15 years ago
1c823b4
Added an interface for noticing new thread creation. At this point, I only turn it on when
by Jim Ingham
· 15 years ago
442d754
Removed libunwind sources as we aren't using them anymore.
by Greg Clayton
· 15 years ago
f8da863
Add '-no-stdio' option to 'process launch' command, which causes the
by Caroline Tice
· 15 years ago
3af9ea5
Fixed Process::Halt() as it was broken for "process halt" after recent changes
by Greg Clayton
· 15 years ago
0d8bcc7
Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event
by Jim Ingham
· 15 years ago
ef5c6d0
Make processes use InputReaders for their input. Move the process
by Caroline Tice
· 15 years ago
a78ff2e
Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning
by Greg Clayton
· 15 years ago
f681b94
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
by Greg Clayton
· 15 years ago
0b76a2c
Modified the host process monitor callback function Host::StartMonitoringChildProcess
by Greg Clayton
· 15 years ago
5aee162
Change Target & Process so they can really be initialized with an invalid architecture.
by Jim Ingham
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago