diff options
| author | George Rimar <grimar@accesssoftek.com> | 2018-11-14 12:04:31 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2018-11-14 12:04:31 +0000 |
| commit | 7cdb22b1efff78076189f81480fb700fa840cce9 (patch) | |
| tree | 0d0823cf66e947f4989ae5cc9ce557982ae16612 /lldb/source/Core | |
| parent | ee54a2b501cf1d3e7e722d63c00463103a3b9cc4 (diff) | |
| download | bcm5719-llvm-7cdb22b1efff78076189f81480fb700fa840cce9.tar.gz bcm5719-llvm-7cdb22b1efff78076189f81480fb700fa840cce9.zip | |
Revert r346848 "[LLDB] - Support the single file split DWARF."
It broke BB:
http://green.lab.llvm.org/green/job/lldb-cmake/12522/testReport/junit/LLDB/Breakpoint/single_file_split_dwarf_test/
llvm-svn: 346853
Diffstat (limited to 'lldb/source/Core')
| -rw-r--r-- | lldb/source/Core/Section.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Core/Section.cpp b/lldb/source/Core/Section.cpp index 87f75e1f50a..62687817509 100644 --- a/lldb/source/Core/Section.cpp +++ b/lldb/source/Core/Section.cpp @@ -61,8 +61,6 @@ const char *Section::GetTypeAsCString() const { return "objc-cfstrings"; case eSectionTypeDWARFDebugAbbrev: return "dwarf-abbrev"; - case eSectionTypeDWARFDebugAbbrevDwo: - return "dwarf-abbrev-dwo"; case eSectionTypeDWARFDebugAddr: return "dwarf-addr"; case eSectionTypeDWARFDebugAranges: @@ -73,8 +71,6 @@ const char *Section::GetTypeAsCString() const { return "dwarf-frame"; case eSectionTypeDWARFDebugInfo: return "dwarf-info"; - case eSectionTypeDWARFDebugInfoDwo: - return "dwarf-info-dwo"; case eSectionTypeDWARFDebugLine: return "dwarf-line"; case eSectionTypeDWARFDebugLineStr: @@ -97,12 +93,8 @@ const char *Section::GetTypeAsCString() const { return "dwarf-rnglists"; case eSectionTypeDWARFDebugStr: return "dwarf-str"; - case eSectionTypeDWARFDebugStrDwo: - return "dwarf-str-dwo"; case eSectionTypeDWARFDebugStrOffsets: return "dwarf-str-offsets"; - case eSectionTypeDWARFDebugStrOffsetsDwo: - return "dwarf-str-offsets-dwo"; case eSectionTypeDWARFDebugTypes: return "dwarf-types"; case eSectionTypeDWARFDebugNames: |

