diff options
author | Amy Huang <akhuang@google.com> | 2020-12-17 07:48:20 -0800 |
---|---|---|
committer | Amy Huang <akhuang@google.com> | 2020-12-17 07:57:36 -0800 |
commit | 7e13694ac745f6cd4008dd354f2fcfc417b1e1e9 (patch) | |
tree | 3c6568c535177bcff94ffc8632757a1f838752eb /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 4bb10be9a6e06a6c51cc1695ff5dc9d68c953334 (diff) | |
download | llvm-7e13694ac745f6cd4008dd354f2fcfc417b1e1e9.zip llvm-7e13694ac745f6cd4008dd354f2fcfc417b1e1e9.tar.gz llvm-7e13694ac745f6cd4008dd354f2fcfc417b1e1e9.tar.bz2 |
[llvm-symbolizer][Windows] Add start line when searching in line table sections.
Fixes issue where if a line section doesn't start with a line number
then the addresses at the beginning of the section don't have line numbers.
For example, for a line section like this
```
0001:00000010-00000014, line/column/addr entries = 1
7 00000013 !
```
a line number wouldn't be found for addresses from 10 to 12.
This matches behavior when using the DIA SDK.
Differential Revision: https://reviews.llvm.org/D93306
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions