Commit 9ca41b6
authored
[LLDB][Minidump] Fix bug in generating 64b memory minidumps (#141995)
In #129307, we introduced read write in chunks, and during the final
revision of the PR I changed the behavior for 64b memory regions and did
not test an actual 64b memory range.
This caused LLDB to crash whenever we generated a 64b memory region.
64b regions has been a problem in testing for some time as it's a waste
of test resources to generation a 5gb+ Minidump. I will work with
@clayborg and @labath to come up with a way to specify creating a 64b
list instead of a 32b list (likely via the yamilizer).1 parent b411f70 commit 9ca41b6
File tree
1 file changed
+2
-1
lines changed- lldb/source/Plugins/ObjectFile/Minidump
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
1173 | | - | |
1174 | 1173 | | |
1175 | 1174 | | |
1176 | 1175 | | |
| |||
1186 | 1185 | | |
1187 | 1186 | | |
1188 | 1187 | | |
| 1188 | + | |
| 1189 | + | |
1189 | 1190 | | |
1190 | 1191 | | |
1191 | 1192 | | |
| |||
0 commit comments