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
/
Windows
/
ProcessWindows.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Subtract the size of the breakpoint opcode from the PC when getting the bp site.
Zachary Turner
2014-12-05
1
-0
/
+4
*
Load / unload modules in the target when the OS events occur.
Zachary Turner
2014-12-05
1
-2
/
+17
*
Manually call ModulesDidLoad when the executable is loaded.
Zachary Turner
2014-12-03
1
-0
/
+11
*
Correctly shutdown when DoDestroy is called with an active exception.
Zachary Turner
2014-12-03
1
-26
/
+23
*
Enable enabling and disabling breakpoints on Windows.
Zachary Turner
2014-12-01
1
-0
/
+12
*
When a process stops, set the StopInfo object on Windows.
Zachary Turner
2014-11-25
1
-0
/
+37
*
Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.
Zachary Turner
2014-11-25
1
-0
/
+20
*
[ProcessWindows] Implement a RegisterContextWindows for x86.
Zachary Turner
2014-11-20
1
-0
/
+1
*
Change HostThread::GetNativeThread() to return a derived reference.
Zachary Turner
2014-11-17
1
-3
/
+3
*
Move the thread logic around to fit better into LLDB's process model.
Zachary Turner
2014-11-17
1
-19
/
+64
*
[ProcessWindows] Create a TargetThreadWindows class.
Zachary Turner
2014-11-17
1
-17
/
+35
*
[ProcessWindows] Implement read / write process memory.
Zachary Turner
2014-11-17
1
-2
/
+28
*
[ProcessWindows] Improve support for launching processes.
Zachary Turner
2014-11-12
1
-41
/
+114
*
[ProcessWindows] Simplify the DebugDelegate interface.
Zachary Turner
2014-11-12
1
-13
/
+11
*
[ProcessWindows] Implement breakpoint stop / resume on Windows.
Zachary Turner
2014-11-11
1
-1
/
+20
*
[ProcessWindows] Notify process plugin when the launch succeeds.
Zachary Turner
2014-11-10
1
-7
/
+42
*
Remove the top-level DebugDriverThread in ProcessWindows.
Zachary Turner
2014-11-07
1
-9
/
+3
*
Decouple ProcessWindows from the Windows debug driver thread.
Zachary Turner
2014-11-05
1
-2
/
+55
*
Implement a framework for live debugging on Windows.
Zachary Turner
2014-11-04
1
-2
/
+32
*
Make ProcessWindows just use Host::LaunchProcess.
Zachary Turner
2014-10-24
1
-5
/
+1
*
Create a process launcher abstraction.
Zachary Turner
2014-10-14
1
-71
/
+5
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
1
-1
/
+2
*
Teach ProcessWindows plugin to support stdio i/o redirection.
Zachary Turner
2014-08-04
1
-11
/
+61
*
Teach LLDB about Windows processes.
Zachary Turner
2014-07-28
1
-0
/
+203