[Lldb-commits] [PATCH] D71237: [FormatEntity] Add mangled function name support

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 9 17:16:36 PST 2019


xiaobai added inline comments.


================
Comment at: lldb/test/Shell/Settings/Inputs/main.cpp:95
+
+    //virtual
+    ~C()
----------------
nit: comment unneeded.


================
Comment at: lldb/test/Shell/Settings/TestFrameFormatMangling.test:9
+frame info
+# CHECK: frame #0: {{.*}}_ZN1CC2Eiii
+c
----------------
jasonmolenda wrote:
> Is this mangled name going to be the same on windows?
This will definitely be different on windows, so this will fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71237





More information about the lldb-commits mailing list