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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
2
-2
/
+2
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
4
-4
/
+4
*
[windows] Fix out-of-memory failure in some of the tests
Stella Stamenova
2018-07-11
1
-22
/
+40
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
2
-29
/
+42
*
[lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...
Stella Stamenova
2018-07-02
2
-0
/
+6
*
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
2
-7
/
+23
*
[lldb, process] Fix occasional hang when launching a process in LLDB
Stella Stamenova
2018-06-01
1
-1
/
+0
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
4
-8
/
+5
*
[Windows, Process] LLDB reads wrong registers on 64bit Windows
Stella Stamenova
2018-05-17
1
-16
/
+16
*
[Windows, Process] Fix an issue in windows thread handling that was causing L...
Stella Stamenova
2018-05-17
3
-7
/
+25
*
Fix Windows build for the Predicate.h refactor in r331880
Pavel Labath
2018-05-09
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
4
-116
/
+81
*
Rename Error -> Status.
Zachary Turner
2017-05-12
10
-77
/
+78
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
2
-0
/
+2
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Fix windows&darwin builds broken by r297812
Pavel Labath
2017-03-15
1
-1
/
+0
*
Delete LLDB's code for getting / setting thread name.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
3
-4
/
+4
*
Switch "windows" log channel to the new registration mechanism
Pavel Labath
2017-02-23
2
-159
/
+17
*
Replace WINLOG_*** macros with LLDB_LOG
Pavel Labath
2017-02-22
6
-374
/
+244
*
Try to fix windows build (broken by r294939)
Pavel Labath
2017-02-13
2
-6
/
+2
*
Really fix windows build
Pavel Labath
2017-02-10
1
-2
/
+2
*
Fix darwin and windows builds broken by r294736
Pavel Labath
2017-02-10
2
-5
/
+7
*
[CMake] Final dependency cleanup patch!
Chris Bieneman
2017-02-08
1
-0
/
+2
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
2
-4
/
+6
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
5
-5
/
+5
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+9
*
Fix build for mingw.
Hafiz Abid Qadeer
2016-12-15
1
-1
/
+1
*
Fix a typo.
Hafiz Abid Qadeer
2016-11-29
1
-1
/
+1
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-2
/
+1
*
Refactor LLDB's Windows process plugin (NFC)
Adrian McCarthy
2016-11-23
22
-1760
/
+1228
*
Remove Windows-specific minidump plugin
Adrian McCarthy
2016-11-16
9
-1025
/
+0
*
Revert unwanted changes in lldb when updating llvm::Error()
Mehdi Amini
2016-11-11
2
-3
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
2
-3
/
+3
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
7
-112
/
+128
*
Add namespace qualifiers for UTF functions that just moved.
Adrian McCarthy
2016-09-30
1
-5
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
36
-3680
/
+3427
*
Implement GetMemoryRegions() for Windows Minidumps and live processes.
Howard Hellyer
2016-07-18
2
-14
/
+80
*
(Minor tweak) Make RegisterContextWindows_x86/x64::GetRegisterInfoAtIndex
Carlo Kok
2016-06-06
2
-2
/
+9
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-1
/
+1
*
Update for llvm change to add pdb namespace.
Zachary Turner
2016-05-04
1
-1
/
+1
*
Set the architecture type from minidump more precisely. Differentiate i686 v...
Adrian McCarthy
2016-04-04
1
-2
/
+10
*
Unicode support on Win32.
Zachary Turner
2016-03-22
3
-10
/
+23
*
Try to fix windows build after rL262863
Tamas Berghammer
2016-03-08
1
-1
/
+1
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
6
-14
/
+14
*
NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.
Adrian McCarthy
2016-02-29
2
-274
/
+309
*
Get register context for the 32-bit process in a WoW64 process minidump
Adrian McCarthy
2016-02-25
2
-8
/
+93
*
Improve ReadRegister for RegisterContextWindowsx86
Adrian McCarthy
2016-02-11
2
-30
/
+27
[next]