aboutsummaryrefslogtreecommitdiff
path: root/clang/.clang-format
diff options
context:
space:
mode:
authorJacob Lalonde <jalalonde@fb.com>2024-09-09 21:07:12 -0700
committerGitHub <noreply@github.com>2024-09-09 21:07:12 -0700
commit492683527eda7ef055660842d9a6b7e2575ae208 (patch)
tree1673dfe564a32bcda3dd5d890980a311f7fa444a /clang/.clang-format
parent094e6b82766a4a3fbe75bd116fd01174518528c3 (diff)
downloadllvm-main.zip
llvm-main.tar.gz
llvm-main.tar.bz2
[LLDB][Minidump] Support minidumps where there are multiple exception streams (#97470)HEADmain
Currently, LLDB assumes all minidumps will have unique sections. This is intuitive because almost all of the minidump sections are themselves lists. Exceptions including Signals are unique in that they are all individual sections with their own directory. This means LLDB fails to load minidumps with multiple exceptions due to them not being unique. This behavior is erroneous and this PR introduces support for an arbitrary number of exception streams. Additionally, stop info was calculated only for a single thread before, and now we properly support mapping exceptions to threads. ~~This PR is starting in DRAFT because implementing testing is still required.~~
Diffstat (limited to 'clang/.clang-format')
0 files changed, 0 insertions, 0 deletions