Fixing an issue in the OS sample

llvm-svn: 162531
This commit is contained in:
Enrico Granata
2012-08-24 01:53:47 +00:00
parent 2443cbd7f5
commit b710b8db3d

View File

@@ -10,6 +10,7 @@ class PlugIn(object):
if type(process) is lldb.SBProcess and process.IsValid():
self.process = process
self.registers = None # Will be an dictionary containing info for each register
self.threads = None # Will be an dictionary containing info for each thread
def get_thread_info(self):
if not self.threads: