summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Avoid using InitializeContext for zero-initializing a CONTEXT. NFC.Martin Storsjö2019-11-271-9/+2
* [LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...Martin Storsjö2019-10-313-10/+5
* [LLDB] [Windows] Remove a TODO which probably won't be implementedMartin Storsjö2019-10-311-2/+0
* [LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo2019-10-216-3/+1213
* [LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo2019-10-156-3/+1336
* [Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov2019-10-101-6/+17
* [Windows] Added support of watchpoints to `NativeProcessWindows`Aleksandr Urakov2019-10-018-64/+835
* [LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architecturesMartin Storsjo2019-09-241-1/+14
* [LLDB] Use SetErrorStringWithFormatv for cases that use LLVM style format str...Martin Storsjo2019-09-212-6/+6
* [LLDB] Use LLVM_FALLTHROUGH instead of a custom commentMartin Storsjo2019-09-211-1/+1
* [LLDB] Check for the GCC/MinGW compatible arch defines for windows, in additi...Martin Storsjo2019-09-212-5/+5
* [LLDB] Fix compilation for MinGW, remove redundant class name on inline memberMartin Storsjo2019-09-211-1/+1
* [Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov2019-09-067-67/+259
* [lldb] Fix x86 compilationTatyana Krasnukha2019-08-276-21/+19
* [ProcessWindows] Remove equivalent macrosTatyana Krasnukha2019-08-262-4/+4
* Windows: explicitly cast constants to `DWORD`Saleem Abdulrasool2019-08-231-2/+2
* Windows: Include "windows" Instead of "Windows"Saleem Abdulrasool2019-08-195-5/+5
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-5/+5
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-1315-3/+2603
* [ProcessWindows] Choose a register context file by preprocessorTatyana Krasnukha2019-07-315-10/+19
* [Windows] Fix race condition between state changesAdrian McCarthy2019-07-221-11/+10
* Try again to move common functionality from ProcessWindows into ProcessDebuggerAaron Smith2019-07-105-455/+723
* [lldb, windows] Update two more locations that use LaunchThread to the new fu...Stella Stamenova2019-07-091-14/+18
* Revert "Move common functionality from processwindows into processdebugger"Stella Stamenova2019-07-085-716/+452
* Process: generalise Windows thread setupSaleem Abdulrasool2019-07-071-10/+20
* Plugins: permit building on Windows ARM64Saleem Abdulrasool2019-07-041-15/+12
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-242-8/+183
* Move common functionality from processwindows into processdebuggerAaron Smith2019-06-245-452/+716
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-231-3/+3
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-213-18/+56
* [Windows] Dump more information about access violation exceptionAleksandr Urakov2019-04-292-0/+72
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1012-36/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+2
* [win] Resolve the module only if there isn't one alreadyStella Stamenova2019-02-151-4/+2
* Fix for build bot problem from last changeAaron Smith2019-02-151-3/+3
* Implement GetLoadAddress for the Windows process pluginAaron Smith2019-02-153-26/+19
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Fixes for the ProcessLaunchInfo movePavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1920-80/+60
* Check that a pointer is valid and fix a log message on WindowsAaron Smith2019-01-031-2/+2
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-2/+3
* [windows] Fix two minor bugs on WindowsStella Stamenova2018-12-012-5/+6
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-302-4/+3
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-302-3/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-113-3/+1
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-1/+1
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-022-7/+10
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-011-1/+2
* [Windows] A basic implementation of memory allocations in a debuggee processAleksandr Urakov2018-11-012-0/+69
* [Windows] Define generic arguments registers for Windows x64Aleksandr Urakov2018-10-261-6/+6
OpenPOWER on IntegriCloud