[Lldb-commits] [PATCH] D85068: [intel-pt] Refactor 1: rename the namespace
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 31 23:34:58 PDT 2020
wallace created this revision.
wallace added a reviewer: clayborg.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
wallace requested review of this revision.
Herald added a subscriber: JDevlieghere.
Depends on D84810 <https://reviews.llvm.org/D84810>.
The existing namespace name ptdecoder is really not good, as this extension
does more things beyond decoding, and will have even more features soon.
So I'm renaming the namespace to intelpt, which is clearer.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85068
Files:
lldb/tools/intel-features/intel-pt/Decoder.cpp
lldb/tools/intel-features/intel-pt/Decoder.h
lldb/tools/intel-features/intel-pt/PTDecoder.cpp
lldb/tools/intel-features/intel-pt/PTDecoder.h
lldb/tools/intel-features/intel-pt/cli-wrapper-pt.cpp
lldb/tools/intel-features/scripts/lldb-intel-features.swig
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85068.282375.patch
Type: text/x-patch
Size: 10857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200801/c3e678d9/attachment-0001.bin>
More information about the lldb-commits
mailing list