hanchenye-llvm-project/lldb/unittests
Zachary Turner 74e08ca05c Add support for reading line tables from PDB files.
PDB is Microsoft's debug information format, and although we
cannot yet generate it, we still must be able to consume it.
Reason for this is that debug information for system libraries
(e.g. kernel32, C Runtime Library, etc) only have debug info
in PDB format, so in order to be able to support debugging
of system code, we must support it.

Currently this code should compile on every platform, but on
non-Windows platforms the PDB plugin will return 0 capabilities,
meaning that for now PDB is only supported on Windows.  This
may change in the future, but the API is designed in such a way
that this will require few (if any) changes on the LLDB side.
In the future we can just flip a switch and everything will
work.

This patch only adds support for line tables.  It does not return
information about functions, types, global variables, or anything
else.  This functionality will be added in a followup patch.

Differential Revision: http://reviews.llvm.org/D17363
Reviewed by: Greg Clayton

llvm-svn: 262528
2016-03-02 22:05:52 +00:00
..
Core Change `CoreTests` to LLDBCoreTests to avoid name clash. 2016-02-09 23:45:21 +00:00
Editline added test fixture to EditlineTest gtest 2016-01-22 21:58:55 +00:00
Expression Fix build for go parser unittest. 2015-11-03 22:46:37 +00:00
Host Fix SocketTest on Windows. 2016-02-18 18:49:56 +00:00
Interpreter
ScriptInterpreter Fix PythonDataObjectsTests for python 2 2016-02-25 17:41:59 +00:00
SymbolFile Add support for reading line tables from PDB files. 2016-03-02 22:05:52 +00:00
Utility Add a new task pool class to LLDB 2015-10-20 12:42:05 +00:00
CMakeLists.txt Add support for reading line tables from PDB files. 2016-03-02 22:05:52 +00:00
gtest_common.h