You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
473 B
26 lines
473 B
add_lldb_unittest(LLDBMinidumpTests
|
|
MinidumpParserTest.cpp
|
|
RegisterContextMinidumpTest.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbHost
|
|
lldbTarget
|
|
lldbPluginProcessUtility
|
|
lldbPluginProcessMinidump
|
|
lldbUtilityHelpers
|
|
LLVMTestingSupport
|
|
LINK_COMPONENTS
|
|
ObjectYAML
|
|
Support
|
|
)
|
|
|
|
set(test_inputs
|
|
fizzbuzz_no_heap.dmp
|
|
fizzbuzz_wow64.dmp
|
|
linux-x86_64.dmp
|
|
regions-memlist64.dmp
|
|
)
|
|
|
|
add_unittest_inputs(LLDBMinidumpTests "${test_inputs}")
|