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
*
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
*
Fix bug in ProcessGDBRemote
Pavel Labath
2015-03-11
1
-1
/
+1
*
Set the signals based on the OS in the qHostInfo packet
Tamas Berghammer
2015-03-04
1
-1
/
+1
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+2
*
Create ScopedTimeout class for GDBRemoteCommunication
Tamas Berghammer
2015-02-24
1
-18
/
+17
*
Fix TestProcessIO.py when run against a remote target
Vince Harron
2015-02-13
1
-3
/
+3
*
Separate monolithic GDBRemoteCommunicationServer class into 4 part
Tamas Berghammer
2015-02-11
1
-1
/
+1
*
Fix 'process launch -i' for remote processes
Vince Harron
2015-02-10
1
-22
/
+28
*
Add support for SBProcess::PutSTDIN to remote processes
Vince Harron
2015-02-06
1
-0
/
+5
*
Implement setting and clearing watchpoints.
Chaoren Lin
2015-02-03
1
-2
/
+18
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-1
/
+2
*
Launch lldb-gdbserver in same process group when launched remotely using lldb...
Oleksiy Vyalov
2015-01-28
1
-0
/
+4
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-0
/
+3
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-13
/
+14
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
1
-7
/
+74
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-1
/
+0
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-16
/
+8
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-25
/
+13
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-12
/
+4
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-3
/
+3
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
1
-4
/
+4
*
Change ProcessGDBRemote::DidLaunchOrAttach to
Jason Molenda
2014-08-03
1
-2
/
+2
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
1
-12
/
+16
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-2
/
+2
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-4
/
+4
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-2
/
+58
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+5
[next]