diff options
| author | George Rimar <grimar@accesssoftek.com> | 2018-09-13 17:06:47 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2018-09-13 17:06:47 +0000 |
| commit | c6c7bfc4d2bc37f55f57504c19d47deb7645dd76 (patch) | |
| tree | 6b91de969146aa3ee45fefe56ad20b2c0a9ac672 /lldb/include | |
| parent | f353ae184877a2d78aaa1f63646709de54fa0e76 (diff) | |
| download | bcm5719-llvm-c6c7bfc4d2bc37f55f57504c19d47deb7645dd76.tar.gz bcm5719-llvm-c6c7bfc4d2bc37f55f57504c19d47deb7645dd76.zip | |
[LLDB] - Improved DWARF5 support.
This patch improves the support of DWARF5.
Particularly the reporting of source code locations.
Differential revision: https://reviews.llvm.org/D51935
llvm-svn: 342153
Diffstat (limited to 'lldb/include')
| -rw-r--r-- | lldb/include/lldb/lldb-enumerations.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h index 8cf4f94b340..249cc032bc2 100644 --- a/lldb/include/lldb/lldb-enumerations.h +++ b/lldb/include/lldb/lldb-enumerations.h @@ -57,7 +57,7 @@ enum StateType { eStateSuspended, ///< Process or thread is in a suspended state as far ///< as the debugger is concerned while other processes ///< or threads get the chance to run. - kLastStateType = eStateSuspended + kLastStateType = eStateSuspended }; //---------------------------------------------------------------------- @@ -672,7 +672,8 @@ enum SectionType { eSectionTypeDWARFGNUDebugAltLink, eSectionTypeDWARFDebugTypes, // DWARF .debug_types section eSectionTypeDWARFDebugNames, // DWARF v5 .debug_names - eSectionTypeOther + eSectionTypeOther, + eSectionTypeDWARFDebugLineStr, // DWARF v5 .debug_line_str }; FLAGS_ENUM(EmulateInstructionOptions){ |

