mchoo7 wrote: > Please look into the test cases that exist for this. I know some of them > require a FreeBSD core parsing library to be installed, so watch out for > that. If you have trouble getting them to work, I can look at least the > corefile based ones (getting a FreeBSD system is extra steps for me).
This will pass the test case since the test core dump was created by `sysctl debug.kernel.panic=1`. To test this exact behaviour, I need to create core dump again, which requires a dedicated machine (My machine has 96GB ram so minidump will be fine but full dump will be ridiculously large). There will be other PRs that would require updating test cases anyways, so I prefer writing a complete test case once everything is done. https://github.com/llvm/llvm-project/pull/178069 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
