llvm-project/lldb/test/Shell/Process
Saleem Abdulrasool f1585a4b47 Windows: support `DoLoadImage`
This implements `DoLoadImage` and `UnloadImage` in the Windows platform
plugin modelled after the POSIX platform plugin.  This was previously
unimplemented and resulted in a difficult to decipher error without any
logging.

This implementation is intended to support enables the use of LLDB's
Swift REPL on Windows.

Paths which are added to the library search path are persistent and
applied to all subsequent loads.  This can be adjusted in the future by
storing all the cookies and restoring the path prior to returning from
the helper.  However, the dynamic path count makes this a bit more
challenging.

Reviewed By: @JDevlieghere
Differential Revision: https://reviews.llvm.org/D77287
2021-12-04 11:11:47 -08:00
..
Inputs [lldb] Replace TestAbortExitCode with a debugserver specific test 2020-11-12 17:33:21 +01:00
Windows Windows: support `DoLoadImage` 2021-12-04 11:11:47 -08:00
Optimization.test
TestEnvironment.test
UnsupportedLanguage.test Rename human-readable name for DW_LANG_Mips_Assembler 2021-05-12 19:13:58 -07:00