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
/
Platform
/
gdb-server
/
PlatformRemoteGDBServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-3
/
+70
*
Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.
Chaoren Lin
2015-03-01
1
-3
/
+6
*
Create ScopedTimeout class for GDBRemoteCommunication
Tamas Berghammer
2015-02-24
1
-3
/
+7
*
Factor out common URL handling code in PlatformRemoteGDBServer
Pavel Labath
2015-02-19
1
-23
/
+17
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+4
*
Create new platform: remote-android
Tamas Berghammer
2015-02-12
1
-36
/
+33
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-2
/
+2
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
1
-6
/
+30
*
Make "process attach" command to support attaching to remote process in case ...
Oleksiy Vyalov
2015-02-03
1
-2
/
+8
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-7
/
+93
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-7
/
+5
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-3
/
+3
*
Retry remote connection one time in case of timeout and return an error that ...
Greg Clayton
2014-09-18
1
-0
/
+6
*
Remove a few uses of LLDB_DISABLE_POSIX.
Zachary Turner
2014-08-11
1
-5
/
+0
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-2
/
+21
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+1
*
Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...
Greg Clayton
2014-02-27
1
-2
/
+2
*
Remove the packet speed lines that were "#if 0"'ed out.
Greg Clayton
2014-02-21
1
-3
/
+0
*
Change the way the m_trap_handlers Platform base class ivar is initialized;
Jason Molenda
2014-02-13
1
-1
/
+6
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-0
/
+1
*
Rename Platform::GetFile (3-arg version) to GetFileWithUUID
Steve Pucci
2014-01-17
1
-3
/
+3
*
Allow the hostname to be specified when asking a platform to launch another d...
Greg Clayton
2013-12-04
1
-2
/
+30
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
1
-6
/
+14
*
Improved platform support.
Greg Clayton
2013-11-23
1
-6
/
+2
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-14
/
+162
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-4
/
+106
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+3
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-4
/
+5
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12462048>
Greg Clayton
2012-10-18
1
-2
/
+1
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-1
/
+1
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+9
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-1
/
+1
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-1
/
+2
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-1
/
+1
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-2
/
+2
*
Added the ability to run a process in a shell on MacOSX currently when using
Greg Clayton
2011-11-12
1
-1
/
+1
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-2
/
+2
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-1
/
+1
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-4
/
+128
*
Added a speed test to the GDBRemoteCommunicationClient and
Greg Clayton
2011-04-04
1
-0
/
+3
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-15
/
+45
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-56
/
+66
*
Added new platform commands:
Greg Clayton
2011-03-23
1
-0
/
+240
[prev]