Go to file
Johnny Chen df2963ed46 Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs:
lldb::SymbolType SBSymbol::GetType();

  lldb::SectionType SBAddress::GetSectionType ();
  lldb::SBModule SBAddress::GetModule ();

Also add an lldb::SBModule::GetUUIDString() API which is easier for Python
to work with in the test script.

llvm-svn: 128695
2011-04-01 00:35:55 +00:00
clang Revert r128691, "IRgen: Improve GCC compatibility when dealing with packed 2011-04-01 00:13:33 +00:00
compiler-rt clang/Darwin: Add all the comparison functions, the desire to cherry pick just 2011-03-25 19:19:10 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Provide a more readable error message for <atomic> until it is implemented. 2011-03-31 16:39:39 +00:00
lldb Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs: 2011-04-01 00:35:55 +00:00
llvm Remove unused variables 2011-04-01 00:06:01 +00:00