[Lldb-commits] [PATCH] D12888: Add first tests for mini-dump debugging.

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 14:40:41 PDT 2015


amccarth created this revision.
amccarth added a reviewer: zturner.
amccarth added a subscriber: lldb-commits.

This includes a dump file captured using Visual Studio, of the enclosed sample program, which was also build with Visual Studio.

The tests just verify that LLDB can access some very basic information from the mini-dump.

http://reviews.llvm.org/D12888

Files:
  test/functionalities/minidump/TestMiniDump.py
  test/functionalities/minidump/fizzbuzz.cpp
  test/functionalities/minidump/fizzbuzz_no_heap.dmp
  test/lldbtest.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12888.34840.patch
Type: text/x-patch
Size: 3290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/914a83b7/attachment.bin>


More information about the lldb-commits mailing list