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
/
ProcessGDBRemote.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
1
-0
/
+1
*
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
1
-8
/
+2
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-10-09
1
-0
/
+2
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+4
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-10
/
+8
*
When lldb gets the register definitions from the response of a
Jason Molenda
2015-09-09
1
-4
/
+37
*
Fix deadlock while attaching to inferiors
Pavel Labath
2015-09-03
1
-148
/
+158
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
1
-16
/
+17
*
Make ProcessGDBRemote get a //copy// of platform Unix signals.
Chaoren Lin
2015-09-01
1
-0
/
+6
*
A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "st...
Jason Molenda
2015-09-01
1
-6
/
+6
*
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
1
-4
/
+5
*
Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.
Stephane Sezer
2015-08-20
1
-7
/
+27
*
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
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-5
/
+5
*
[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint
Jaydeep Patil
2015-08-13
1
-1
/
+16
*
[LLDB][MIPS] Handle false positives for MIPS hardware watchpoints
Jaydeep Patil
2015-08-13
1
-1
/
+2
*
[LLDB][MIPS] Create Unix Signals based on target architecture
Jaydeep Patil
2015-07-30
1
-1
/
+7
*
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
*
Handle old style S packet correctly
Bhushan D. Attarde
2015-07-24
1
-14
/
+13
*
Fix warnings found by -Wextra-semi
Pavel Labath
2015-07-22
1
-1
/
+1
*
More packet performance improvements.
Greg Clayton
2015-07-17
1
-146
/
+203
*
Add jThreadsInfo support to lldb-server
Pavel Labath
2015-07-16
1
-0
/
+4
*
Added the ability to get JSON thread stop info with thread ID and stop info o...
Greg Clayton
2015-07-15
1
-0
/
+12
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-39
/
+4
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+39
*
Implement qXfer:libraries:read.
Stephane Sezer
2015-07-08
1
-59
/
+111
*
Change search order of target definition files.
Ewan Crawford
2015-06-30
1
-9
/
+13
*
More packet reduction when debugging with GDB server.
Greg Clayton
2015-06-29
1
-8
/
+154
*
XML register info fix
Ewan Crawford
2015-06-26
1
-3
/
+3
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-214
/
+422
*
Proper handling of QNonStop packet response.
Ewan Crawford
2015-06-24
1
-1
/
+1
*
Implement the "qSymbol" packet in order to be able to read queue information ...
Greg Clayton
2015-06-23
1
-0
/
+45
*
Add handling of async notify packets
Ewan Crawford
2015-06-23
1
-53
/
+127
*
Revert "Reduced packet counts to the remote GDB server where possible."
Chaoren Lin
2015-06-23
1
-417
/
+200
*
Reduced packet counts to the remote GDB server where possible.
Greg Clayton
2015-06-22
1
-200
/
+417
*
Fetch object file load address if it isn't specified by the linker
Tamas Berghammer
2015-06-18
1
-0
/
+41
*
Add Read Thread to GDBRemoteCommunication
Ewan Crawford
2015-06-16
1
-0
/
+6
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-42
/
+41
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-1
/
+0
*
Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
2015-05-29
1
-2
/
+2
*
Add a new "qEcho" packet with the following format:
Greg Clayton
2015-05-29
1
-0
/
+1
*
Change ProcessGDBRemote last stop packet to a container.
Ewan Crawford
2015-05-27
1
-9
/
+37
*
Added XML to the host layer.
Greg Clayton
2015-05-26
1
-560
/
+335
*
Did some cleanup to stop us from leaking Pipe file descriptors.
Greg Clayton
2015-05-23
1
-4
/
+3
*
Added a new command in ProcessGDBRemote that can figure out the performance c...
Greg Clayton
2015-05-21
1
-0
/
+78
[next]