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
/
GDBRemoteCommunicationServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-41
/
+49
*
Modified gdb-remote tests to run with automatically-chosen ports.
Todd Fiala
2014-07-14
1
-3
/
+17
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-3
/
+3
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-4
/
+4
*
Fix Windows build after llgs upstream.
Zachary Turner
2014-07-01
1
-0
/
+2
*
Fixup Windows build breaks for the llgs upstream.
Todd Fiala
2014-06-30
1
-2
/
+4
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-67
/
+2668
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+15
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-4
/
+3
*
Quiet Clang warning about signed/unsigned comparison
Ed Maste
2014-03-20
1
-1
/
+1
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-21
/
+0
*
Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...
Greg Clayton
2014-02-27
1
-2
/
+2
*
Modified GDBProcessCommunicationServer to launch via the platform.
Todd Fiala
2014-01-28
1
-1
/
+20
*
convert gdb-remote 'A' launch to use LaunchProcess ()
Todd Fiala
2014-01-27
1
-1
/
+4
*
Added reaper for commandline-launched processes.
Todd Fiala
2014-01-24
1
-6
/
+44
*
Move process launching into GDBRemoteCommunicationServer.
Todd Fiala
2014-01-23
1
-31
/
+132
*
Added distribution info to ArchSpec and qHostInfo message.
Todd Fiala
2014-01-18
1
-0
/
+8
*
Fix return type for Windows
Deepak Panickal
2014-01-14
1
-2
/
+1
*
Revert to getting a random port and sending that down to debugserver for iOS....
Greg Clayton
2014-01-10
1
-5
/
+3
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-159
/
+195
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-4
/
+3
*
Extends StringExtractorGDBRemote to support debugger packets.
Jean-Daniel Dupas
2013-12-05
1
-0
/
+1
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-54
/
+7
*
Fix MSVC build
Colin Riley
2013-11-26
1
-0
/
+5
*
Fixed functions to always reply to packets and added a port offset.
Greg Clayton
2013-11-22
1
-182
/
+217
*
Added new options to lldb-platform:
Greg Clayton
2013-11-21
1
-98
/
+93
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-28
/
+133
*
* Improve the wording (thanks to Ed Maste for the suggestion)
Sylvestre Ledru
2013-09-28
1
-1
/
+3
*
* mktemp is insecure as it always creates or uses insecure temporary file.
Sylvestre Ledru
2013-09-28
1
-2
/
+3
*
Remove trailing spaces
Sylvestre Ledru
2013-09-28
1
-65
/
+65
*
Fix 'platform shell' command for Linux host and remote lldb-platform connections
Daniel Malea
2013-08-27
1
-1
/
+3
*
warning cleanup (use LLDB_INVALID_HOST_THREAD instead of NULL)
Michael Sartain
2013-08-27
1
-1
/
+1
*
Fix MinGW build after lldb-platform-work merge:
Virgile Bello
2013-08-27
1
-2
/
+12
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-22
/
+481
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+5
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-2
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined c...
Enrico Granata
2012-07-13
1
-1
/
+1
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
1
-0
/
+5
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-13
/
+13
*
Use integers instead of NULL.
Bill Wendling
2012-04-03
1
-1
/
+1
*
<rdar://problem/10840355>
Greg Clayton
2012-03-06
1
-1
/
+1
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-3
/
+3
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-1
/
+1
*
Python summary strings:
Enrico Granata
2011-07-15
1
-0
/
+1
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-6
/
+4
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-54
/
+413
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-1
/
+1
*
Added a speed test to the GDBRemoteCommunicationClient and
Greg Clayton
2011-04-04
1
-0
/
+38
[prev]
[next]