Home
last modified time | relevance | path

Searched refs:no_memory_thread_raw_context (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump_processor_unittest.cc521 MDRawContextX86 no_memory_thread_raw_context; in TEST_F() local
522 memset(&no_memory_thread_raw_context, 0, in TEST_F()
523 sizeof(no_memory_thread_raw_context)); in TEST_F()
524 no_memory_thread_raw_context.context_flags = MD_CONTEXT_X86_FULL; in TEST_F()
526 no_memory_thread_raw_context.eip = kExpectedEIP; in TEST_F()
527 TestMinidumpContext no_memory_thread_context(no_memory_thread_raw_context); in TEST_F()