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
...
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-1
/
+2
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-1
/
+1
*
Add support for gdb remote $X stop notification.
Todd Fiala
2014-05-19
1
-0
/
+1
*
lldb: gdb remote support always falls back to $qC when no $qProcessInfo.
Todd Fiala
2014-05-14
1
-15
/
+12
*
Modify debugserver to follow gdb remote $qC protocol definition.
Todd Fiala
2014-05-07
2
-6
/
+52
*
Change ProcessGDBRemote::DoReadMemory to use the x packet to read
Jason Molenda
2014-05-06
2
-4
/
+154
*
Add GetxPacketSupported to test if the 'x' packet is supported.
Jason Molenda
2014-05-06
2
-0
/
+24
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-0
/
+1
*
Missed this file with the r207160 commit.
Jason Molenda
2014-04-25
1
-0
/
+3
*
Add a new SBThread::GetQueue() method to get the queue that is
Jason Molenda
2014-04-25
1
-0
/
+16
*
m_interrupt_sent wasn't being initialized, and wasn't being reset after an
Jim Ingham
2014-04-16
1
-0
/
+3
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-11
/
+7
*
Add a missing arm64 idef.
Jason Molenda
2014-04-02
1
-1
/
+1
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
2
-5
/
+5
*
lldb arm64 import.
Jason Molenda
2014-03-29
6
-73
/
+460
*
Wait for the reply from the 'D' detach packet before tearing down the debugge...
Jim Ingham
2014-03-28
1
-2
/
+4
*
Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...
Andrew MacPherson
2014-03-25
1
-4
/
+0
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-0
/
+1
*
Quiet Clang warning about signed/unsigned comparison
Ed Maste
2014-03-20
1
-1
/
+1
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
2
-25
/
+5
*
Update copy-and-pasted log message
Ed Maste
2014-03-17
1
-1
/
+1
*
Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...
Jason Molenda
2014-03-13
2
-0
/
+22
*
Replace some _MSC_VER with _WIN32.
Hafiz Abid Qadeer
2014-03-12
1
-1
/
+1
*
If you are disabling a hardware breakpoint, use z1 not z0.
Jim Ingham
2014-03-07
1
-1
/
+9
*
Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...
Steve Pucci
2014-03-04
4
-6
/
+38
*
Be sure to propagate the error back out SBTarget::Attach() when we fail to la...
Greg Clayton
2014-02-28
1
-22
/
+25
*
Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...
Greg Clayton
2014-02-27
4
-13
/
+21
*
remove useless declaration
Sylvestre Ledru
2014-02-26
1
-2
/
+0
*
Don’t process the stop reply packet as a generic signal if we already figur...
Jim Ingham
2014-02-24
1
-1
/
+1
*
Fix handling of gdbserver binary packets with escape characters.
Steve Pucci
2014-02-24
1
-0
/
+7
*
Patch for fixing the handling of hardware breakpoints.
Deepak Panickal
2014-02-24
2
-59
/
+97
*
Oops, probably ought to turn on that fix...
Jim Ingham
2014-02-21
1
-1
/
+1
*
We have to call waitpid on the lldb side for Mac OS X (even though we've succ...
Jim Ingham
2014-02-21
1
-0
/
+18
*
Improved the GDBRemoteCommunicationClient::TestPacketSpeed() function so it t...
Greg Clayton
2014-02-21
1
-32
/
+68
*
Improve the handling of stop-reply packet when it does not contain
Hafiz Abid Qadeer
2014-02-20
1
-0
/
+15
*
Fixed deadlocks that could occur when using python for breakpoints, operating...
Greg Clayton
2014-02-13
1
-1
/
+5
*
hostname is guarantee to never be null in this branch.
Jean-Daniel Dupas
2014-02-08
1
-1
/
+1
*
Change the Mac OS X SystemRuntime plugin from using the placeholder
Jason Molenda
2014-02-05
1
-6
/
+7
*
Modified GDBProcessCommunicationServer to launch via the platform.
Todd Fiala
2014-01-28
2
-2
/
+25
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
2
-30
/
+0
*
Change DecodeProcessInfoResponse to set the ProcessInfo's architecture
Jason Molenda
2014-01-27
1
-0
/
+31
*
convert gdb-remote 'A' launch to use LaunchProcess ()
Todd Fiala
2014-01-27
1
-1
/
+4
*
Support for debugging against a remote stock gdbserver.
Steve Pucci
2014-01-25
3
-3
/
+189
*
Initialize the named_pipe_path in GDBRemoteCommunication::StartDebugserverPro...
Jason Molenda
2014-01-25
1
-7
/
+1
*
Terminate an unused char* buffer correctly so we don't try to open
Jason Molenda
2014-01-24
1
-0
/
+1
*
Added reaper for commandline-launched processes.
Todd Fiala
2014-01-24
2
-11
/
+83
*
Move process launching into GDBRemoteCommunicationServer.
Todd Fiala
2014-01-23
2
-31
/
+161
*
Added distribution info to ArchSpec and qHostInfo message.
Todd Fiala
2014-01-18
2
-1
/
+19
*
Test new committer permission with one-line trailing whitespace removal.
Steve Pucci
2014-01-16
1
-1
/
+1
*
Fix return type for Windows
Deepak Panickal
2014-01-14
1
-2
/
+1
[prev]
[next]