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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-2
/
+2
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-1
/
+13
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+4
*
Modify debugserver to follow gdb remote $qC protocol definition.
Todd Fiala
2014-05-07
1
-1
/
+2
*
Add GetxPacketSupported to test if the 'x' packet is supported.
Jason Molenda
2014-05-06
1
-0
/
+4
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+20
*
Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...
Steve Pucci
2014-03-04
1
-0
/
+4
*
Support for debugging against a remote stock gdbserver.
Steve Pucci
2014-01-25
1
-1
/
+41
*
Fix a bug introduced in asynchronous packet sends. We were not setting the p...
Jim Ingham
2013-12-18
1
-0
/
+1
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-2
/
+7
*
Allow the hostname to be specified when asking a platform to launch another d...
Greg Clayton
2013-12-04
1
-1
/
+1
*
Improved platform support.
Greg Clayton
2013-11-23
1
-1
/
+7
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-18
/
+42
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+16
*
<rdar://problem/15263540>
Greg Clayton
2013-10-25
1
-0
/
+4
*
<rdar://problem/14146606>
Greg Clayton
2013-10-10
1
-1
/
+3
*
Fixed detection of 'p' packet support in debugserver,
Sean Callanan
2013-09-04
1
-1
/
+1
*
Discover support of 'p' packet.
Hafiz Abid Qadeer
2013-08-29
1
-0
/
+4
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-2
/
+56
*
<rdar://problem/13793059>
Greg Clayton
2013-07-15
1
-8
/
+0
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-2
/
+3
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-3
/
+2
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-2
/
+3
*
Fix a handful of remaining assumptions that thread IDs were 32-bits
Jason Molenda
2013-02-23
1
-2
/
+2
*
<rdar://problem/12976277>
Han Ming Ong
2013-01-18
1
-0
/
+7
*
<rdar://problem/11961650>
Jason Molenda
2012-12-19
1
-1
/
+9
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 ...
Greg Clayton
2012-10-13
1
-1
/
+1
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
1
-0
/
+4
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-1
/
+5
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
1
-0
/
+7
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+6
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-0
/
+6
*
Added a new packet to our GDB remote protocol:
Greg Clayton
2012-04-10
1
-0
/
+4
*
We sometimes need to be able to call functions (via Process::RunThreadPlan) f...
Jim Ingham
2012-04-07
1
-1
/
+3
*
<rdar://problem/11052174>
Greg Clayton
2012-03-29
1
-1
/
+6
*
Added optional calls to lldb_private::Process for getting memory region info
Greg Clayton
2011-11-18
1
-0
/
+6
*
Centralize the code that gathers the thread ID list from the remote GDB
Greg Clayton
2011-05-20
1
-0
/
+6
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-10
/
+3
*
Expand the ABI prepare trivial function call to allow 6 simple args.
Greg Clayton
2011-05-14
1
-0
/
+16
*
Fixed not being able to launch the i386 slice of a universal binary by adding
Greg Clayton
2011-05-08
1
-0
/
+2
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-9
/
+66
*
Added a speed test to the GDBRemoteCommunicationClient and
Greg Clayton
2011-04-04
1
-1
/
+12
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-1
/
+22
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-9
/
+9
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-3
/
+32
*
Added new platform commands:
Greg Clayton
2011-03-23
1
-25
/
+1
*
Split the GDBRemoteCommunication class into three classes:
Greg Clayton
2011-03-22
1
-0
/
+268