llvm-project/lldb/source
Stella Stamenova 975814a7c7 [windows] Fix two minor bugs on Windows
1. In ProcessWindows if we fail to allocate memory, we need to return LLDB_INVALID_ADDRESS rather than 0 or nullptr as that is the invalid address that LLDB looks for
2. In RegisterContextWindows in ReadAllRegisterValues, always create a new buffer. This is what the other platforms do and data_sp is always null in all tested scenarios on Windows as well

llvm-svn: 348055
2018-12-01 00:18:19 +00:00
..
API [Target] Do not skip a stop on a breakpoint if a plan was completed 2018-11-30 09:45:52 +00:00
Breakpoint Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
Commands [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for objc_exception_throw for Obj-C runtimes 2018-11-28 22:01:52 +00:00
Core [Symbol] Search symbols with name and type in a symbol file 2018-11-30 06:56:37 +00:00
DataFormatters Remove header grouping comments. 2018-11-11 23:17:06 +00:00
Expression Revert "[PDB] Support PDB-backed expressions evaluation" 2018-11-30 17:29:54 +00:00
Host [CMake] Pass full libedit path to linker 2018-11-27 19:41:30 +00:00
Initialization [FileSystem] Extend file system and have it use the VFS. 2018-10-31 21:49:27 +00:00
Interpreter Add GDB remote packet reproducer. 2018-11-13 19:18:16 +00:00
Plugins [windows] Fix two minor bugs on Windows 2018-12-01 00:18:19 +00:00
Symbol [Symbol] Search symbols with name and type in a symbol file 2018-11-30 06:56:37 +00:00
Target [Target] Do not skip a stop on a breakpoint if a plan was completed 2018-11-30 09:45:52 +00:00
Utility [Reproducers] Improve reproducer API and add unit tests. 2018-11-27 22:11:02 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00