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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorg code to allow Windows Process Plugins to share some common code.
Adrian McCarthy
2015-08-24
1
-127
/
+0
*
Load executable module when attaching to process; implement detach from process.
Adrian McCarthy
2015-06-19
1
-5
/
+0
*
Implement attach to process on Windows.
Zachary Turner
2015-05-20
1
-0
/
+7
*
Enable debugging of multithreaded programs on Windows.
Adrian McCarthy
2015-05-18
1
-1
/
+1
*
Reverting r237392 since it broke TestNumThreads on ubuntu builder.
Oleksiy Vyalov
2015-05-15
1
-1
/
+1
*
Enable multithreaded debugging on Windows.
Adrian McCarthy
2015-05-14
1
-1
/
+1
*
Implement ProcessWindows::GetMemoryRegionInfo.
Zachary Turner
2015-01-21
1
-0
/
+1
*
Fix some test failures for Windows.
Zachary Turner
2014-12-10
1
-0
/
+4
*
Load / unload modules in the target when the OS events occur.
Zachary Turner
2014-12-05
1
-1
/
+0
*
Enable enabling and disabling breakpoints on Windows.
Zachary Turner
2014-12-01
1
-0
/
+3
*
When a process stops, set the StopInfo object on Windows.
Zachary Turner
2014-11-25
1
-0
/
+2
*
Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.
Zachary Turner
2014-11-25
1
-40
/
+32
*
[ProcessWindows] Create a TargetThreadWindows class.
Zachary Turner
2014-11-17
1
-31
/
+21
*
[ProcessWindows] Implement read / write process memory.
Zachary Turner
2014-11-17
1
-1
/
+2
*
[ProcessWindows] Improve support for launching processes.
Zachary Turner
2014-11-12
1
-8
/
+6
*
[ProcessWindows] Simplify the DebugDelegate interface.
Zachary Turner
2014-11-12
1
-9
/
+9
*
[ProcessWindows] Implement breakpoint stop / resume on Windows.
Zachary Turner
2014-11-11
1
-1
/
+2
*
[ProcessWindows] Notify process plugin when the launch succeeds.
Zachary Turner
2014-11-10
1
-2
/
+6
*
Remove the top-level DebugDriverThread in ProcessWindows.
Zachary Turner
2014-11-07
1
-0
/
+3
*
Decouple ProcessWindows from the Windows debug driver thread.
Zachary Turner
2014-11-05
1
-2
/
+15
*
Implement a framework for live debugging on Windows.
Zachary Turner
2014-11-04
1
-5
/
+10
*
Teach LLDB about Windows processes.
Zachary Turner
2014-07-28
1
-0
/
+109