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 deadlock while attaching to inferiors
Pavel Labath
2015-09-03
2
-148
/
+159
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-3
/
+1
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
2
-19
/
+20
*
Make ProcessGDBRemote get a //copy// of platform Unix signals.
Chaoren Lin
2015-09-01
2
-0
/
+9
*
A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "st...
Jason Molenda
2015-09-01
1
-6
/
+6
*
In SendContinuePacketAndWaitForResponse there is a special bit of
Jason Molenda
2015-08-26
1
-2
/
+2
*
Adds support for hardware watchpoints on Arm targets.
Omair Javaid
2015-08-25
1
-0
/
+2
*
Implement handling of `library:` keys in thread stop replies.
Stephane Sezer
2015-08-21
1
-0
/
+4
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
2
-4
/
+6
*
Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.
Stephane Sezer
2015-08-20
2
-8
/
+28
*
Fix some format strings in ProcessGDBRemote.cpp.
Stephane Sezer
2015-08-20
1
-2
/
+2
*
If the filename specified by plugin.process.gdb-remote.target-definition-file,
Jason Molenda
2015-08-20
1
-0
/
+5
*
When the target definition is unparseable, print an error message
Jason Molenda
2015-08-20
1
-0
/
+7
*
Fix AArch64 watchpoint exception handling
Omair Javaid
2015-08-18
1
-1
/
+3
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
3
-9
/
+9
*
[LLDB][MIPS] Use qfThreadID if qC packet is not supported by target
Jaydeep Patil
2015-08-13
1
-0
/
+15
*
[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint
Jaydeep Patil
2015-08-13
3
-7
/
+41
*
[LLDB][MIPS] Handle false positives for MIPS hardware watchpoints
Jaydeep Patil
2015-08-13
1
-1
/
+2
*
Fix LLGS to enable read type watchpoints
Omair Javaid
2015-08-12
1
-5
/
+4
*
Fix a infinite loop when killing a process that is in the middle of loading s...
Greg Clayton
2015-08-11
1
-79
/
+76
*
GDBRemoteCommunication::DecompressPacket assumed that the buffer it was
Jason Molenda
2015-08-02
1
-11
/
+20
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-3
/
+0
*
Use only unnamed pipes to launch lldb-server gdbserver.
Chaoren Lin
2015-07-30
1
-19
/
+21
*
[LLDB][MIPS] Create Unix Signals based on target architecture
Jaydeep Patil
2015-07-30
1
-1
/
+7
*
[LLGS] Spawned process handling cleanup
Pavel Labath
2015-07-29
6
-202
/
+127
*
When debugserver fails to attach to a process on a Darwin
Jason Molenda
2015-07-29
1
-2
/
+22
*
Fix warnings detected by -Wpessimizing-move
Pavel Labath
2015-07-28
1
-6
/
+6
*
[LLGS] Avoid bogus error message on process termination
Pavel Labath
2015-07-28
1
-15
/
+10
*
Handle old style S packet correctly
Bhushan D. Attarde
2015-07-24
1
-14
/
+13
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-1
/
+1
*
Add jstopinfo support to llgs
Pavel Labath
2015-07-23
1
-63
/
+114
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-0
/
+1
*
Fix warnings found by -Wextra-semi
Pavel Labath
2015-07-22
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2015-07-22
2
-4
/
+4
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-21
2
-18
/
+2
*
[LLGS] Get rid of the stdio forwarding thread
Pavel Labath
2015-07-21
2
-66
/
+70
*
More packet performance improvements.
Greg Clayton
2015-07-17
2
-148
/
+212
*
[LLGS] Limit jThreadsInfo to only the most important registers for now
Pavel Labath
2015-07-17
1
-5
/
+20
*
Add jThreadsInfo support to lldb-server
Pavel Labath
2015-07-16
3
-28
/
+174
*
Revert "[NativeProcessLinux] Integrate MainLoop"
Pavel Labath
2015-07-16
2
-2
/
+18
*
Added the ability to get JSON thread stop info with thread ID and stop info o...
Greg Clayton
2015-07-15
1
-0
/
+12
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-15
2
-18
/
+2
*
Fix another little nit with detach and keep stopped, you have to check
Jim Ingham
2015-07-15
1
-1
/
+2
*
Correct length of packet that GDBRemoteCommunicationClient::Detach
Jason Molenda
2015-07-15
1
-1
/
+1
*
Add comment explaning sanity check on packet size in the packet decompression...
Jason Molenda
2015-07-14
1
-0
/
+4
*
Fix off-by-one error in the packet decompression routine
Jason Molenda
2015-07-14
1
-1
/
+1
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
5
-43
/
+44
*
Introduce a MainLoop class and switch llgs to use it
Pavel Labath
2015-07-13
4
-7
/
+71
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
4
-0
/
+65
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-2
/
+2
[next]