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
/
DebuggerThread.cpp
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
-533
/
+0
*
Load executable module when attaching to process; implement detach from process.
Adrian McCarthy
2015-06-19
1
-28
/
+54
*
Fix race condition when detaching/killing an inferior.
Zachary Turner
2015-05-21
1
-19
/
+20
*
Implement attach to process on Windows.
Zachary Turner
2015-05-20
1
-7
/
+74
*
Enable debugging of multithreaded programs on Windows.
Adrian McCarthy
2015-05-18
1
-8
/
+10
*
Reverting r237392 since it broke TestNumThreads on ubuntu builder.
Oleksiy Vyalov
2015-05-15
1
-10
/
+8
*
Enable multithreaded debugging on Windows.
Adrian McCarthy
2015-05-14
1
-8
/
+10
*
Add logging to ProcessWindows.
Zachary Turner
2015-05-07
1
-49
/
+158
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-1
/
+0
*
Revert "Fix warnings found with clang-cl."
Zachary Turner
2015-02-25
1
-0
/
+1
*
Fix warnings found with clang-cl.
Zachary Turner
2015-02-25
1
-1
/
+0
*
Fix a minor error where I forgot to declare a variable.
Zachary Turner
2014-12-04
1
-1
/
+2
*
Correctly shutdown when DoDestroy is called with an active exception.
Zachary Turner
2014-12-03
1
-13
/
+72
*
Change HostThread::GetNativeThread() to return a derived reference.
Zachary Turner
2014-11-17
1
-1
/
+1
*
Move the thread logic around to fit better into LLDB's process model.
Zachary Turner
2014-11-17
1
-3
/
+3
*
[ProcessWindows] Improve support for launching processes.
Zachary Turner
2014-11-12
1
-2
/
+33
*
[ProcessWindows] Simplify the DebugDelegate interface.
Zachary Turner
2014-11-12
1
-13
/
+5
*
[ProcessWindows] Implement breakpoint stop / resume on Windows.
Zachary Turner
2014-11-11
1
-3
/
+21
*
[ProcessWindows] Notify process plugin when the launch succeeds.
Zachary Turner
2014-11-10
1
-10
/
+8
*
Remove the top-level DebugDriverThread in ProcessWindows.
Zachary Turner
2014-11-07
1
-0
/
+230