Vince Harron
|
8b33567189
|
Get lldb-server building on android-9
Build lldb-server with an android-9 sysroot.
llvm-svn: 237078
|
2015-05-12 01:10:56 +00:00 |
|
Tamas Berghammer
|
db264a6d09
|
Move several plugin to its own namespace
Affected paths:
* Plugins/Platform/Android/*
* Plugins/Platform/Linux/*
* Plugins/Platform/gdb-server/*
* Plugins/Process/Linux/*
* Plugins/Process/gdb-remote/*
Differential revision: http://reviews.llvm.org/D8654
llvm-svn: 233679
|
2015-03-31 09:52:22 +00:00 |
|
Oleksiy Vyalov
|
946e39a8d1
|
Fix logging in GDBRemoteCommunicationServerPlatform.
llvm-svn: 230418
|
2015-02-25 01:11:38 +00:00 |
|
Oleksiy Vyalov
|
c282ebd724
|
Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform.
llvm-svn: 230390
|
2015-02-24 22:23:39 +00:00 |
|
Tamas Berghammer
|
e13c2731ba
|
Separate monolithic GDBRemoteCommunicationServer class into 4 part
GDBRemoteCommunicationServer: Basic packet handling, handler registration
LLDBCommonPacketHandler: Common packet handling for lldb-platform and lldb-gdbserver
LLDBPlatformPacketHandler: lldb-platform specific packet handling
LLGSPacketHandler: lldb-gdbserver specific packet handling
Differential Revision: http://reviews.llvm.org/D7538
llvm-svn: 228823
|
2015-02-11 10:29:30 +00:00 |
|