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
...
*
Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...
Jean-Daniel Dupas
2013-12-23
1
-2
/
+2
*
Any time ProcessGDBRemote tries to get the remote's ProcessArchitecture,
Jason Molenda
2013-12-21
1
-5
/
+20
*
Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().
Jean-Daniel Dupas
2013-12-09
1
-1
/
+1
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-6
/
+6
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
1
-28
/
+39
*
Switch local launching of debugserver over to always use a FIFO in order to h...
Greg Clayton
2013-12-04
1
-196
/
+26
*
Improved platform support.
Greg Clayton
2013-11-23
1
-3
/
+1
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-1
/
+9
*
<rdar://problem/15263540>
Greg Clayton
2013-10-25
1
-0
/
+18
*
Fix python-free build.
Joerg Sonnenberger
2013-10-20
1
-0
/
+4
*
Adjust PC after hitting breakpoint on remote target.
Hafiz Abid Qadeer
2013-10-18
1
-2
/
+7
*
Move the code which translates a dispatch_qaddr into a
Jason Molenda
2013-10-18
1
-94
/
+0
*
<rdar://problem/14972424>
Greg Clayton
2013-10-17
1
-6
/
+17
*
<rdar://problem/14972424>
Greg Clayton
2013-10-15
1
-1
/
+49
*
Set the architecture from the remote executable when it's not set so the regi...
Carlo Kok
2013-10-14
1
-0
/
+9
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-4
/
+11
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-3
/
+6
*
<rdar://problem/13793059>
Greg Clayton
2013-07-15
1
-2
/
+76
*
Add some useful logging for tracking thread matching problems.
Jim Ingham
2013-06-22
1
-0
/
+24
*
<rdar://problem/13980489>
Han Ming Ong
2013-06-21
1
-1
/
+1
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-2
/
+2
*
Don't retry the Connect when starting up debugserver if the reason for the pr...
Jim Ingham
2013-06-07
1
-1
/
+7
*
Fix a couple of error message typos.
Jim Ingham
2013-06-03
1
-2
/
+2
*
Added a test case that verifies that LLDB can debug across a process exec'ing...
Greg Clayton
2013-05-21
1
-18
/
+24
*
<rdar://problem/13892516>
Greg Clayton
2013-05-21
1
-3
/
+20
*
Update ProcessKDP and ProcessMachCore to use ConstString plugin
Jason Molenda
2013-05-11
1
-2
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-10
/
+5
*
Changed the formerly pure virtual function:
Greg Clayton
2013-05-09
1
-2
/
+2
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-33
/
+18
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
1
-18
/
+33
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
1
-33
/
+18
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-6
/
+10
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-59
/
+52
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-10
/
+6
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-6
/
+10
*
Fix one small whitespace alignment mistake.
Jason Molenda
2013-04-25
1
-6
/
+6
*
<rdar://problem/13697881>
Greg Clayton
2013-04-20
1
-38
/
+70
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Rationalize how we do Halt-ing before Destroy and Detach.
Jim Ingham
2013-03-29
1
-93
/
+0
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-22
/
+22
*
A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...
Jim Ingham
2013-02-15
1
-7
/
+7
*
<rdar://problem/12693921>
Greg Clayton
2013-02-14
1
-3
/
+3
*
<rdar://problem/12693921>
Greg Clayton
2013-02-01
1
-0
/
+54
*
<rdar://problem/12491235>
Jason Molenda
2013-01-30
1
-115
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Changed the register number lists for the qRegisterInfo packet response to be...
Greg Clayton
2013-01-21
1
-2
/
+6
*
<rdar://problem/13020634>
Greg Clayton
2013-01-21
1
-5
/
+39
*
<rdar://problem/12976277>
Han Ming Ong
2013-01-18
1
-1
/
+7
*
<rdar://problem/12976225>
Han Ming Ong
2013-01-08
1
-2
/
+16
[prev]
[next]