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
/
GDBRemoteCommunicationClient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+149
*
Wait for the reply from the 'D' detach packet before tearing down the debugge...
Jim Ingham
2014-03-28
1
-2
/
+4
*
Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...
Steve Pucci
2014-03-04
1
-6
/
+18
*
remove useless declaration
Sylvestre Ledru
2014-02-26
1
-2
/
+0
*
Patch for fixing the handling of hardware breakpoints.
Deepak Panickal
2014-02-24
1
-16
/
+18
*
Improved the GDBRemoteCommunicationClient::TestPacketSpeed() function so it t...
Greg Clayton
2014-02-21
1
-32
/
+68
*
Change DecodeProcessInfoResponse to set the ProcessInfo's architecture
Jason Molenda
2014-01-27
1
-0
/
+31
*
Support for debugging against a remote stock gdbserver.
Steve Pucci
2014-01-25
1
-1
/
+146
*
Added distribution info to ArchSpec and qHostInfo message.
Todd Fiala
2014-01-18
1
-1
/
+11
*
Workaround QEMU GDB server issue.
Ed Maste
2013-12-18
1
-0
/
+8
*
Fix a bug introduced in asynchronous packet sends. We were not setting the p...
Jim Ingham
2013-12-18
1
-6
/
+9
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-91
/
+86
*
Allow the hostname to be specified when asking a platform to launch another d...
Greg Clayton
2013-12-04
1
-8
/
+13
*
Improved platform support.
Greg Clayton
2013-11-23
1
-5
/
+25
*
Added new options to lldb-platform:
Greg Clayton
2013-11-21
1
-1
/
+1
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-30
/
+179
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+133
*
<rdar://problem/15263540>
Greg Clayton
2013-10-25
1
-1
/
+22
*
Fixes to get LLDB building on Windows again.
Deepak Panickal
2013-10-22
1
-1
/
+1
*
<rdar://problem/14972424>
Greg Clayton
2013-10-15
1
-3
/
+3
*
<rdar://problem/14146606>
Greg Clayton
2013-10-10
1
-7
/
+57
*
Value stored to 'pid' was never read. Found by scan-build http://buildd-clang...
Sylvestre Ledru
2013-10-06
1
-1
/
+1
*
Fixed detection of 'p' packet support in debugserver,
Sean Callanan
2013-09-04
1
-2
/
+10
*
Fix a bunch of compile time warnings and a build failure on ubuntu.
Eric Christopher
2013-08-30
1
-1
/
+1
*
Discover support of 'p' packet.
Hafiz Abid Qadeer
2013-08-29
1
-0
/
+20
*
Add missing "sys/stat.h" include
Daniel Malea
2013-08-28
1
-0
/
+2
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-6
/
+363
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+5
*
<rdar://problem/14182286>
Han Ming Ong
2013-06-24
1
-2
/
+2
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-14
/
+14
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-3
/
+42
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-42
/
+3
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-3
/
+42
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
Fix a handful of remaining assumptions that thread IDs were 32-bits
Jason Molenda
2013-02-23
1
-12
/
+12
*
<rdar://problem/13190981>
Greg Clayton
2013-02-22
1
-4
/
+5
*
<rdar://problem/12976277>
Han Ming Ong
2013-01-18
1
-4
/
+119
*
<rdar://problem/11961650>
Jason Molenda
2012-12-19
1
-0
/
+106
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-2
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-11
/
+11
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-0
/
+10
*
Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 ...
Greg Clayton
2012-10-13
1
-2
/
+2
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+2
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-0
/
+23
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-0
/
+21
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-3
/
+3
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
1
-0
/
+36
*
<rdar://problem/11744001>
Greg Clayton
2012-07-02
1
-0
/
+1
*
Make the error message when we time out waiting for debugserver to reply to t...
Jim Ingham
2012-06-28
1
-1
/
+1
*
Change the Mutex::Locker class so that it takes the Mutex object and locks it...
Jim Ingham
2012-06-08
1
-1
/
+5
[next]