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
*
Reorg code to allow Windows Process Plugins to share some common code.
Adrian McCarthy
2015-08-24
1
-1016
/
+0
*
[ProcessWindows] Fix rare crash on shutdown.
Zachary Turner
2015-08-20
1
-0
/
+3
*
Load executable module when attaching to process; implement detach from process.
Adrian McCarthy
2015-06-19
1
-6
/
+105
*
Silence warning on Windows.
Chaoren Lin
2015-06-08
1
-1
/
+2
*
Fix race condition when detaching/killing an inferior.
Zachary Turner
2015-05-21
1
-13
/
+26
*
Implement attach to process on Windows.
Zachary Turner
2015-05-20
1
-37
/
+102
*
Enable debugging of multithreaded programs on Windows.
Adrian McCarthy
2015-05-18
1
-11
/
+17
*
Reverting r237392 since it broke TestNumThreads on ubuntu builder.
Oleksiy Vyalov
2015-05-15
1
-17
/
+11
*
Enable multithreaded debugging on Windows.
Adrian McCarthy
2015-05-14
1
-11
/
+17
*
Add logging to ProcessWindows.
Zachary Turner
2015-05-07
1
-35
/
+200
*
Add missing semicolon in the windows plugin.
Benjamin Kramer
2015-04-03
1
-1
/
+1
*
Sprinkle some #include <mutex> in files that use std::call_once.
Benjamin Kramer
2015-04-03
1
-0
/
+1
*
[Plugin/Process] Use std::call_once() to initialize.
Davide Italiano
2015-04-03
1
-3
/
+2
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-5
/
+2
*
Further reduce the header footprint of Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Revert "Fix warnings found with clang-cl."
Zachary Turner
2015-02-25
1
-2
/
+5
*
Solve hang on Windows when lldb fails to launch the process.
Zachary Turner
2015-02-25
1
-0
/
+4
*
Fix warnings found with clang-cl.
Zachary Turner
2015-02-25
1
-5
/
+2
*
Implement ProcessWindows::GetMemoryRegionInfo.
Zachary Turner
2015-01-21
1
-0
/
+38
*
Some fixes for thread stepping on Windows.
Zachary Turner
2015-01-15
1
-23
/
+27
*
Only set the StopInfo on Windows if the stop is valid for this thread.
Zachary Turner
2015-01-14
1
-7
/
+3
*
Fix a number of tests on Windows.
Zachary Turner
2015-01-14
1
-1
/
+1
*
Remove a lock acquisition from ProcessWindows::OnExitProcess.
Zachary Turner
2015-01-06
1
-11
/
+12
*
Fix some test failures for Windows.
Zachary Turner
2014-12-10
1
-2
/
+43
*
Create a valid stop info for all non-breakpoint exceptions.
Zachary Turner
2014-12-09
1
-2
/
+12
*
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