<rdar://problem/12750060>
authorGreg Clayton <gclayton@apple.com>
Tue, 4 Dec 2012 02:22:16 +0000 (02:22 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 4 Dec 2012 02:22:16 +0000 (02:22 +0000)
commite14e19253df64b750ced6da0948418f6c80da6c9
tree1b41fd23856f63691ed4ec09cca23977dda7d446
parent15a2860b09c55e2531b1e70b69d7dc56a05060e9
<rdar://problem/12750060>

Add the ability to get a symbol or symbols by name and type from a SBModule, and also the ability to get all symbols by name and type from SBTarget objects.

llvm-svn: 169205
lldb/include/lldb/API/SBModule.h
lldb/include/lldb/API/SBTarget.h
lldb/scripts/Python/interface/SBModule.i
lldb/scripts/Python/interface/SBTarget.i
lldb/source/API/SBModule.cpp
lldb/source/API/SBTarget.cpp