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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
2
-21
/
+10
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
llgs: removed some wait-for-stop code in inferior process launch pipeline.
Todd Fiala
2014-09-18
2
-31
/
+8
*
Hex encode the triple values in case they contain special characters.
Greg Clayton
2014-09-18
2
-5
/
+17
*
Add better logging for the "$vFile:pwrite:" packet so we can show binary data...
Greg Clayton
2014-09-18
1
-5
/
+33
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-1
/
+1
*
Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrent...
Todd Fiala
2014-09-15
1
-1
/
+21
*
Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentP...
Todd Fiala
2014-09-15
1
-4
/
+14
*
llgs: fix thread names broken by recent native thread changes.
Todd Fiala
2014-09-12
1
-6
/
+6
*
llgs: fix Ctrl-C inferior interrupt handling to do the right thing.
Todd Fiala
2014-09-11
1
-4
/
+2
*
llgs: implement qThreadStopInfo.
Todd Fiala
2014-09-10
2
-2
/
+27
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
4
-42
/
+23
*
remove a couple of default cases from switches
Saleem Abdulrasool
2014-09-08
1
-5
/
+11
*
Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
2014-09-05
1
-0
/
+1
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
2
-17
/
+5
*
Add arbitrary command line flags to llgs/debugserver startup for local debugg...
Todd Fiala
2014-08-29
1
-1
/
+19
*
llgs: add proper exec support for Linux.
Todd Fiala
2014-08-28
2
-0
/
+29
*
Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.
Todd Fiala
2014-08-26
2
-3
/
+24
*
Fixes a few more places where we were manually setting the filename.
Zachary Turner
2014-08-21
1
-1
/
+1
*
Two small fixes to get Mac native + debugserver working after the
Jason Molenda
2014-08-21
1
-1
/
+1
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-2
/
+6
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-3
/
+4
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-1
/
+1
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
2
-6
/
+11
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
3
-11
/
+13
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
2
-7
/
+8
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-2
/
+2
*
Change ProcessGDBRemote::DidLaunchOrAttach to
Jason Molenda
2014-08-03
1
-2
/
+2
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
2
-14
/
+18
*
Change the encoding of the Triple string exchanged across GDB-RSP
Matthew Gardiner
2014-08-01
2
-11
/
+4
*
Add $vAttach support to llgs.
Todd Fiala
2014-07-29
2
-0
/
+45
*
Add debug asserts / sanity checks to
Jason Molenda
2014-07-24
1
-0
/
+19
*
Increase the gdb-remote packet timeout for the first packet we send
Jason Molenda
2014-07-24
1
-1
/
+11
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
3
-5
/
+5
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
2
-42
/
+68
*
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
2
-5
/
+5
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-7
/
+7
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
2
-2
/
+2
*
Fix typos.
Bruce Mitchener
2014-07-01
4
-15
/
+15
*
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
5
-78
/
+2931
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-2
/
+3
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-4
/
+4
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
5
-1
/
+55
*
Fix a gdbremote bug in _M/_m stub support detection.
Todd Fiala
2014-06-21
1
-2
/
+6
*
Fixed the "log enable gdb-remote packets" to support dumping the binary memor...
Greg Clayton
2014-06-20
1
-3
/
+42
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-10
/
+4
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
6
-0
/
+93
[prev]
[next]