[Lldb-commits] [PATCH] D148846: [lldb] Let Mangled decide whether a name is mangled or not
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 21 08:38:33 PDT 2023
aprantl added inline comments.
================
Comment at: lldb/test/API/macosx/format/TestFunctionNameWithoutArgs.py:1
+import os
+import lldb
----------------
why?
================
Comment at: lldb/test/API/macosx/format/main.c:2
+#include <assert.h>
+#include <stdio.h>
+
----------------
why?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148846/new/
https://reviews.llvm.org/D148846
More information about the lldb-commits
mailing list