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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Avoid using InitializeContext for zero-initializing a CONTEXT. NFC.
Martin Storsjö
2019-11-27
1
-9
/
+2
*
[LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...
Martin Storsjö
2019-10-31
3
-10
/
+5
*
[LLDB] [Windows] Remove a TODO which probably won't be implemented
Martin Storsjö
2019-10-31
1
-2
/
+0
*
[LLDB] [Windows] Initial support for ARM register contexts
Martin Storsjo
2019-10-21
6
-3
/
+1213
*
[LLDB] [Windows] Initial support for ARM64 register contexts
Martin Storsjo
2019-10-15
6
-3
/
+1336
*
[Windows] Introduce a switch for the `lldb-server` mode on Windows
Aleksandr Urakov
2019-10-10
1
-6
/
+17
*
[Windows] Added support of watchpoints to `NativeProcessWindows`
Aleksandr Urakov
2019-10-01
8
-64
/
+835
*
[LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architectures
Martin Storsjo
2019-09-24
1
-1
/
+14
*
[LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...
Martin Storsjo
2019-09-21
2
-6
/
+6
*
[LLDB] Use LLVM_FALLTHROUGH instead of a custom comment
Martin Storsjo
2019-09-21
1
-1
/
+1
*
[LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...
Martin Storsjo
2019-09-21
2
-5
/
+5
*
[LLDB] Fix compilation for MinGW, remove redundant class name on inline member
Martin Storsjo
2019-09-21
1
-1
/
+1
*
[Windows] Add support of watchpoints to `ProcessWindows`
Aleksandr Urakov
2019-09-06
7
-67
/
+259
*
[lldb] Fix x86 compilation
Tatyana Krasnukha
2019-08-27
6
-21
/
+19
*
[ProcessWindows] Remove equivalent macros
Tatyana Krasnukha
2019-08-26
2
-4
/
+4
*
Windows: explicitly cast constants to `DWORD`
Saleem Abdulrasool
2019-08-23
1
-2
/
+2
*
Windows: Include "windows" Instead of "Windows"
Saleem Abdulrasool
2019-08-19
5
-5
/
+5
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
3
-5
/
+5
*
Initial support for native debugging of x86/x64 Windows processes
Aaron Smith
2019-08-13
15
-3
/
+2603
*
[ProcessWindows] Choose a register context file by preprocessor
Tatyana Krasnukha
2019-07-31
5
-10
/
+19
*
[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
5
-455
/
+723
*
[lldb, windows] Update two more locations that use LaunchThread to the new fu...
Stella Stamenova
2019-07-09
1
-14
/
+18
*
Revert "Move common functionality from processwindows into processdebugger"
Stella Stamenova
2019-07-08
5
-716
/
+452
*
Process: generalise Windows thread setup
Saleem Abdulrasool
2019-07-07
1
-10
/
+20
*
Plugins: permit building on Windows ARM64
Saleem Abdulrasool
2019-07-04
1
-15
/
+12
*
[ABI] Implement Windows ABI for x86_64
Alex Langford
2019-06-24
2
-8
/
+183
*
Move common functionality from processwindows into processdebugger
Aaron Smith
2019-06-24
5
-452
/
+716
*
[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'
Konrad Kleine
2019-05-23
1
-3
/
+3
*
Fix LLDB warnings when compiling with Clang 8.0
Alexandre Ganea
2019-05-21
3
-18
/
+56
*
[Windows] Dump more information about access violation exception
Aleksandr Urakov
2019-04-29
2
-0
/
+72
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
12
-36
/
+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
3
-26
/
+19
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Fixes for the ProcessLaunchInfo move
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
20
-80
/
+60
*
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
2
-5
/
+6
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
2
-4
/
+3
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
2
-3
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
3
-3
/
+1
*
[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
2
-7
/
+10
*
[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
2
-0
/
+69
*
[Windows] Define generic arguments registers for Windows x64
Aleksandr Urakov
2018-10-26
1
-6
/
+6
[next]