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
...
*
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
*
Fix StopInfoWatchpoint handling after r237411
Pavel Labath
2015-05-15
1
-1
/
+3
*
Remove DoAttachToProcessWithId(lldb::pid_t).
Zachary Turner
2015-05-13
1
-7
/
+0
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-6
/
+56
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-5
/
+5
*
Fixed minor compile warnings
Vince Harron
2015-05-10
1
-2
/
+1
*
This patch allows LLDB to use the $qXfer:Libraries: packet.
Aidan Dodds
2015-05-08
1
-5
/
+330
*
Whitespace-only tweaks to Colin's r235109 patch to match the lldb
Jason Molenda
2015-04-17
1
-128
/
+175
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-1
/
+1
*
Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...
Greg Clayton
2015-04-16
1
-1
/
+1
*
Surround assignments w/ parenthesis to avoid mistakes.
Davide Italiano
2015-04-16
1
-5
/
+5
*
Use the correct type, and silence a warning.
Davide Italiano
2015-04-16
1
-1
/
+1
*
Adds lldb support for querying the register mapping from gdbserver remote tar...
Colin Riley
2015-04-16
1
-0
/
+466
*
[LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.
Mohit K. Bhakkad
2015-04-09
1
-1
/
+5
*
Sprinkle some #include <mutex> in files that use std::call_once.
Benjamin Kramer
2015-04-03
1
-0
/
+1
*
[Plugin/Process] Use std::call_once() to initialize.
Davide Italiano
2015-04-03
1
-4
/
+3
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-16
/
+15
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-0
/
+28
*
Remove virtual and add override to all virtual functions in Process/gdb-remote.
Tamas Berghammer
2015-03-23
1
-4
/
+4
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-22
/
+25
*
Fix fetching the architecture of the target on process launch
Tamas Berghammer
2015-03-13
1
-9
/
+10
*
Remove non const version of GetArchitecture from Target.h
Tamas Berghammer
2015-03-13
1
-9
/
+12
*
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Robert Flack
2015-03-11
1
-8
/
+0
[prev]
[next]