Splitting up the symbol database code to make it easier to work with.

This commit is contained in:
Ben Vanik
2013-02-03 00:50:39 -08:00
parent 63f0785ecf
commit a020072ed7
11 changed files with 773 additions and 600 deletions

View File

@@ -5,12 +5,12 @@
'exec_module.cc',
'llvm_exports.cc',
'processor.cc',
'sdb.cc',
'thread_state.cc',
],
'includes': [
'codegen/sources.gypi',
'ppc/sources.gypi',
'sdb/sources.gypi',
],
}