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
/
Common
/
ProcessWindows.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...
Martin Storsjö
2019-10-31
1
-10
/
+1
*
[Windows] Introduce a switch for the `lldb-server` mode on Windows
Aleksandr Urakov
2019-10-10
1
-6
/
+17
*
[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...
Martin Storsjo
2019-09-21
1
-3
/
+3
*
[Windows] Add support of watchpoints to `ProcessWindows`
Aleksandr Urakov
2019-09-06
1
-17
/
+164
*
[Windows] Fix race condition between state changes
Adrian McCarthy
2019-07-22
1
-11
/
+10
*
Try again to move common functionality from ProcessWindows into ProcessDebugger
Aaron Smith
2019-07-10
1
-437
/
+36
*
Revert "Move common functionality from processwindows into processdebugger"
Stella Stamenova
2019-07-08
1
-39
/
+434
*
Move common functionality from processwindows into processdebugger
Aaron Smith
2019-06-24
1
-434
/
+39
*
Fix LLDB warnings when compiling with Clang 8.0
Alexandre Ganea
2019-05-21
1
-0
/
+1
*
[Windows] Dump more information about access violation exception
Aleksandr Urakov
2019-04-29
1
-0
/
+70
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-1
/
+2
*
[win] Resolve the module only if there isn't one already
Stella Stamenova
2019-02-15
1
-4
/
+2
*
Fix for build bot problem from last change
Aaron Smith
2019-02-15
1
-3
/
+3
*
Implement GetLoadAddress for the Windows process plugin
Aaron Smith
2019-02-15
1
-26
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Check that a pointer is valid and fix a log message on Windows
Aaron Smith
2019-01-03
1
-2
/
+2
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
1
-2
/
+3
*
[windows] Fix two minor bugs on Windows
Stella Stamenova
2018-12-01
1
-2
/
+2
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
1
-3
/
+2
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
1
-2
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-1
/
+0
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-1
/
+1
*
[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178
Aleksandr Urakov
2018-11-02
1
-6
/
+9
*
[FileSystem] Fix Exists call sites
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[Windows] A basic implementation of memory allocations in a debuggee process
Aleksandr Urakov
2018-11-01
1
-0
/
+66
*
[Windows] Fix a bug that causes lldb to freeze
Aaron Smith
2018-10-10
1
-0
/
+8
*
Replace boolean parameter with enum value according r342633
Tatyana Krasnukha
2018-09-20
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
[windows] Fix out-of-memory failure in some of the tests
Stella Stamenova
2018-07-11
1
-22
/
+40
*
Use the API's to get the TargetSP.
Jim Ingham
2018-06-26
1
-1
/
+1
*
[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...
Stella Stamenova
2018-06-13
1
-0
/
+10
*
[lldb, process] Fix occasional hang when launching a process in LLDB
Stella Stamenova
2018-06-01
1
-1
/
+0
*
[Windows, Process] Fix an issue in windows thread handling that was causing L...
Stella Stamenova
2018-05-17
1
-2
/
+12
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-64
/
+47
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-37
/
+38
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Replace WINLOG_*** macros with LLDB_LOG
Pavel Labath
2017-02-22
1
-193
/
+138
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+3
*
Refactor LLDB's Windows process plugin (NFC)
Adrian McCarthy
2016-11-23
1
-6
/
+994
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-50
/
+35
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-2
/
+2
*
Implement GetMemoryRegionInfo for mini dumps.
Adrian McCarthy
2015-12-04
1
-0
/
+23
*
Refactor Windows process plugin to allow code sharing between live and mini d...
Adrian McCarthy
2015-10-28
1
-0
/
+77