Files
clang-p2996/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp
Jacob Lalonde 361543e410 [LLDB][Minidump] Change expected directories to the correct type; size_t (#96564)
In #95312 I incorrectly set `m_expected_directories` to uint, this broke
the windows build and is the incorrect type.

`size_t` is more accurate because this value only ever represents the
expected upper bound of the directory vector.
2024-06-24 16:33:09 -07:00

44 KiB