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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-221
/
+68
*
Added the ability to get a broadcaster event name for a given broadcaster
Greg Clayton
2011-04-01
1
-0
/
+2
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-20
/
+24
*
Unfortunately, sranddev() is not available on all platforms so seed using the
Stephen Wilson
2011-03-30
1
-1
/
+4
*
Can't just call "rand" to get a random port, 'cause then you'll get the same ...
Jim Ingham
2011-03-29
1
-0
/
+7
*
Simple fixes for the gdb remote process plugin on Linux.
Stephen Wilson
2011-03-25
1
-1
/
+2
*
Added new platform commands:
Greg Clayton
2011-03-23
1
-22
/
+40
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-19
/
+21
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-48
/
+1
*
Centralize the GDB remote timeout value into the GDBRemoteCommunication as a
Greg Clayton
2011-03-10
1
-23
/
+23
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-37
/
+17
*
Added a missing API call in SBTarget that enables one to get
Greg Clayton
2011-03-02
1
-10
/
+15
*
Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.
Greg Clayton
2011-02-24
1
-338
/
+231
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-26
/
+29
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
1
-24
/
+1
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-24
/
+10
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-2
/
+28
*
Added the ability to detect which vCont packets (using the "vCont?") packet
Greg Clayton
2011-02-12
1
-31
/
+228
*
Fix comment text.
Greg Clayton
2011-02-09
1
-1
/
+1
*
<rdar://problem/8972204> Test failure: ./dotest.py -v -t -f UniversalTestCase...
Greg Clayton
2011-02-09
1
-31
/
+33
*
Add _pthread_wqthread to the list of thread stop points, and change the loggi...
Jim Ingham
2011-02-08
1
-3
/
+4
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Patch that allows for thread_t to be something more complex than an
Greg Clayton
2011-02-08
1
-3
/
+3
*
Added a quicker lookup in the SectionLoadList when looking things up by
Greg Clayton
2011-02-05
1
-33
/
+10
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-20
/
+87
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-2
/
+2
*
Finished up the async attach support. This allows us to request to attach
Greg Clayton
2011-01-29
1
-133
/
+53
*
Fix a little thinko in sending down the thread name to SetName.
Jim Ingham
2011-01-28
1
-1
/
+1
*
If the user specfies one of stdin, stdout or stderr, don't
Caroline Tice
2011-01-28
1
-4
/
+17
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-5
/
+5
*
Reverting recent thread resume changes as it was causing testing issues.
Greg Clayton
2011-01-25
1
-4
/
+5
*
When we are stepping a thread, force it to resume ALL the way to 0. And of c...
Jim Ingham
2011-01-25
1
-2
/
+2
*
One more fix to ProcessGDBRemote::DoDestroy(). This one will make sure we
Greg Clayton
2011-01-25
1
-1
/
+11
*
Fixed ProcessGDBRemote to kill the process correctly when it is either running
Greg Clayton
2011-01-25
1
-63
/
+21
*
Remember to turn off the debugserver.txt hard-coded emission.
Jim Ingham
2011-01-24
1
-2
/
+2
*
More useful STEP logging.
Jim Ingham
2011-01-24
1
-2
/
+2
*
Improved process logging for both lldb_private::Process and ProcessGDBRemote.
Greg Clayton
2011-01-23
1
-10
/
+43
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-11
/
+80
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-25
/
+99
*
Sped up the shutdown time on MacOSX by quite a bit by making sure any
Greg Clayton
2011-01-22
1
-33
/
+14
*
Added an interface for noticing new thread creation. At this point, I only t...
Jim Ingham
2011-01-22
1
-1
/
+90
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-1
/
+8
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-6
/
+0
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-4
/
+22
*
Modified the stop reply packet to be able to send the thread name using the
Greg Clayton
2011-01-08
1
-0
/
+9
*
Removed libunwind sources as we aren't using them anymore.
Greg Clayton
2010-12-17
1
-43
/
+0
*
Fixed a crasher where when a ProcessGDBRemote class was being destroyed, it w...
Greg Clayton
2010-12-13
1
-0
/
+2
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
1
-1
/
+1
*
Add '-no-stdio' option to 'process launch' command, which causes the
Caroline Tice
2010-12-03
1
-7
/
+13
*
Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return
Greg Clayton
2010-12-03
1
-5
/
+15
[next]