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
*
Revert r251167 in source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp to f...
Eugene Zelenko
2015-10-24
1
-32
/
+84
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
9
-270
/
+177
*
Add domain socket support to gdb-remote protocol and lldb-server.
Oleksiy Vyalov
2015-10-21
7
-64
/
+149
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
4
-9
/
+22
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-1
/
+2
*
In r240466, when Greg added the jThreadsInfo packet, he accidentally
Jason Molenda
2015-10-15
1
-1
/
+0
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
1
-3
/
+4
*
lldb-server: add support for binary memory reads
Pavel Labath
2015-10-14
3
-14
/
+19
*
[LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...
Mohit K. Bhakkad
2015-10-14
1
-1
/
+3
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-10-09
1
-0
/
+2
*
A small fixup needed for debugserver to work natively
Jason Molenda
2015-09-22
1
-61
/
+64
*
[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo
Jaydeep Patil
2015-09-18
1
-0
/
+33
*
Fix LLDB RSP client to decode '$O' packets incorrectly
Dawn Perchik
2015-09-17
1
-3
/
+7
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+4
*
Revert "[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThread...
Pavel Labath
2015-09-16
1
-33
/
+0
*
[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo
Jaydeep Patil
2015-09-16
1
-0
/
+33
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
3
-121
/
+119
*
When lldb gets the register definitions from the response of a
Jason Molenda
2015-09-09
1
-4
/
+37
*
A change I'm open to reverting if there is disagreement:
Jason Molenda
2015-09-09
1
-1
/
+3
*
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
[next]