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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove DoAttachToProcessWithId(lldb::pid_t).
Zachary Turner
2015-05-13
1
-3
/
+0
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-0
/
+4
*
This patch allows LLDB to use the $qXfer:Libraries: packet.
Aidan Dodds
2015-05-08
1
-3
/
+15
*
Adds lldb support for querying the register mapping from gdbserver remote tar...
Colin Riley
2015-04-16
1
-0
/
+4
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-72
/
+75
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-0
/
+5
*
Remove virtual and add override to all virtual functions in Process/gdb-remote.
Tamas Berghammer
2015-03-23
1
-41
/
+41
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-3
/
+0
*
Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.
Eric Christopher
2014-11-04
1
-42
/
+42
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-1
/
+1
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-9
/
+2
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-5
/
+1
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
1
-2
/
+2
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-3
/
+8
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-0
/
+4
*
Change ProcessGDBRemote::DoReadMemory to use the x packet to read
Jason Molenda
2014-05-06
1
-1
/
+8
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+3
*
Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...
Steve Pucci
2014-03-04
1
-0
/
+3
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-8
/
+0
*
Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...
Jean-Daniel Dupas
2013-12-23
1
-1
/
+0
*
Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().
Jean-Daniel Dupas
2013-12-09
1
-1
/
+1
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-4
/
+1
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-0
/
+7
*
Adjust PC after hitting breakpoint on remote target.
Hafiz Abid Qadeer
2013-10-18
1
-0
/
+1
*
Move the code which translates a dispatch_qaddr into a
Jason Molenda
2013-10-18
1
-1
/
+0
*
<rdar://problem/14972424>
Greg Clayton
2013-10-15
1
-0
/
+6
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-1
/
+1
*
<rdar://problem/13793059>
Greg Clayton
2013-07-15
1
-0
/
+3
*
Added a test case that verifies that LLDB can debug across a process exec'ing...
Greg Clayton
2013-05-21
1
-8
/
+1
*
Update ProcessKDP and ProcessMachCore to use ConstString plugin
Jason Molenda
2013-05-11
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-5
/
+2
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-1
/
+1
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-1
/
+1
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-1
/
+1
*
Rationalize how we do Halt-ing before Destroy and Detach.
Jim Ingham
2013-03-29
1
-8
/
+3
*
A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...
Jim Ingham
2013-02-15
1
-2
/
+2
*
<rdar://problem/12491235>
Jason Molenda
2013-01-30
1
-4
/
+0
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-2
/
+2
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+3
*
There seems to be some odd corner case where we shut down the ProcessGDBRemot...
Jim Ingham
2012-11-01
1
-0
/
+9
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-2
/
+3
*
The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;
Jason Molenda
2012-10-03
1
-4
/
+6
*
Add the RelocateOrLoadKernel and LoadKernel methods to ProcessGDBRemote::DoRe...
Jason Molenda
2012-09-29
1
-0
/
+7
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-1
/
+1
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
1
-0
/
+3
*
Work around some problems destroying a process with older debugservers.
Jim Ingham
2012-07-04
1
-0
/
+1
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+3
*
<rdar://problem/11240464>
Greg Clayton
2012-05-15
1
-2
/
+3
*
<rdar://problem/11241798>
Greg Clayton
2012-04-13
1
-1
/
+0
*
Make sure that DoResume doesn't stall if we shut down the async thread while ...
Jim Ingham
2012-04-12
1
-1
/
+2
[next]