This file implements some general purpose data structures, and so it
belongs to the Utility module.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58970
Move RangeMap.h into Utility ClosedPublic Authored by labath on Mar 5 2019, 8:17 AM.
Details Summary This file implements some general purpose data structures, and so it
Diff Detail
Event Timelinelabath added a child revision: D58971: Move MemoryRegionInfo into the Utility module.Mar 5 2019, 8:18 AM This revision is now accepted and ready to land.Mar 5 2019, 8:25 AM Closed by commit rL355509: Move RangeMap.h into Utility (authored by labath). · Explain WhyMar 6 2019, 6:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 189501 lldb/trunk/include/lldb/Core/RangeMap.h
lldb/trunk/include/lldb/Core/dwarf.h
lldb/trunk/include/lldb/Symbol/ArmUnwindInfo.h
lldb/trunk/include/lldb/Symbol/Block.h
lldb/trunk/include/lldb/Symbol/CompactUnwindInfo.h
lldb/trunk/include/lldb/Symbol/DWARFCallFrameInfo.h
lldb/trunk/include/lldb/Symbol/LineTable.h
lldb/trunk/include/lldb/Symbol/Symtab.h
lldb/trunk/include/lldb/Symbol/Variable.h
lldb/trunk/include/lldb/Target/Memory.h
lldb/trunk/include/lldb/Target/MemoryRegionInfo.h
lldb/trunk/include/lldb/Utility/RangeMap.h
lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/trunk/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
lldb/trunk/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
lldb/trunk/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
lldb/trunk/source/Target/Memory.cpp
lldb/trunk/unittests/Core/CMakeLists.txt
lldb/trunk/unittests/Core/RangeMapTest.cpp
lldb/trunk/unittests/Core/RangeTest.cpp
lldb/trunk/unittests/Utility/CMakeLists.txt
lldb/trunk/unittests/Utility/RangeMapTest.cpp
lldb/trunk/unittests/Utility/RangeTest.cpp
|