================ @@ -10,8 +10,16 @@ add_lldb_unittest(DAPTests VariablesTest.cpp LINK_LIBS + liblldb lldbDAP + lldbUtilityHelpers LLVMTestingSupport LINK_COMPONENTS Support ) + +set(test_inputs + linux-x86_64.out + linux-x86_64.core ---------------- ashgti wrote:
I used minidump to make the linux-x86_64.core.yaml file (it starts with `--- !minidump`). I just needed to load the exiting target + core and use `(lldb) process save-core --plugin-name=minidump <path>` to get the file. https://github.com/llvm/llvm-project/pull/140738 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits