[Lldb-commits] [PATCH] D71052: [lldb][NFC] Move Address and AddressRange functions out of Stream and let them take raw_ostream

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 5 03:43:43 PST 2019


teemperor updated this revision to Diff 232301.
teemperor retitled this revision from "[lldb][NFC] Move Address and AddressRange functions out of Stream into namespace and let them take raw_ostream" to "[lldb][NFC] Move Address and AddressRange functions out of Stream and let them take raw_ostream".
teemperor edited the summary of this revision.
teemperor added a comment.

- Removed unrelated change to std-vector test.
- Moved from namespace to Dump* prefix.
- Renamed some function in FormatEntity that already had that name and made Clang very unhappy.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71052/new/

https://reviews.llvm.org/D71052

Files:
  lldb/include/lldb/Utility/Stream.h
  lldb/source/Core/Address.cpp
  lldb/source/Core/AddressRange.cpp
  lldb/source/Core/DumpDataExtractor.cpp
  lldb/source/Core/FormatEntity.cpp
  lldb/source/Expression/DWARFExpression.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  lldb/source/Symbol/Block.cpp
  lldb/source/Target/ThreadPlanRunToAddress.cpp
  lldb/source/Target/ThreadPlanStepInRange.cpp
  lldb/source/Target/ThreadPlanStepInstruction.cpp
  lldb/source/Target/ThreadPlanStepOverRange.cpp
  lldb/source/Target/ThreadPlanStepThrough.cpp
  lldb/source/Utility/Stream.cpp
  lldb/source/Utility/VMRange.cpp
  lldb/unittests/Utility/StreamTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71052.232301.patch
Type: text/x-patch
Size: 24898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191205/7baac171/attachment-0001.bin>


More information about the lldb-commits mailing list