[Lldb-commits] [PATCH] D12755: Improve the arm/aarch64 mapping symbol handling
Stephane Sezer via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 10 11:28:17 PDT 2015
sas added a subscriber: sas.
sas accepted this revision.
sas added a reviewer: sas.
================
Comment at: source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:1857
@@ -1856,1 +1856,3 @@
+// Find the arm/aarch64 maping symbol character in the given symbol name. Maping symbols have the
+// form of "$<char>[.<any>]*". Additionally we recognize cases when the mapping symbol prefixed by
----------------
Not very important, but maping vs mapping.
http://reviews.llvm.org/D12755
More information about the lldb-commits
mailing list