Allow classes to be intialized using current lldb::SB objects. This can help to impor...
authorGreg Clayton <gclayton@apple.com>
Wed, 28 May 2014 00:21:15 +0000 (00:21 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 28 May 2014 00:21:15 +0000 (00:21 +0000)
commit641c23f33204feb4132f0f4a3a5298578084a96b
tree908c71bf2a95e9fc5278b30a5aa57b7e960bc8c8
parenta4a08d31cf041a889535e23b878cb7a50feaebbb
Allow classes to be intialized using current lldb::SB objects. This can help to import/export the current process state.

llvm-svn: 209702
lldb/examples/python/symbolication.py