diff --git a/lldb/examples/python/symbolication.py b/lldb/examples/python/symbolication.py --- a/lldb/examples/python/symbolication.py +++ b/lldb/examples/python/symbolication.py @@ -379,7 +379,7 @@ return None resolved_path = self.get_resolved_path() self.module = target.AddModule( - resolved_path, str(self.arch), uuid_str, self.symfile) + resolved_path, None, uuid_str, self.symfile) if not self.module: return 'error: unable to get module for (%s) "%s"' % ( self.arch, self.get_resolved_path())