We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f5f50 commit f212122Copy full SHA for f212122
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
@@ -214,7 +214,6 @@ def test_breakpad_overflow_hash_match(self):
214
cmd = 'settings set target.exec-search-paths "%s"' % (os.path.dirname(so_path))
215
self.dbg.HandleCommand(cmd)
216
modules = self.get_minidump_modules("linux-arm-breakpad-uuid-match.yaml")
217
- import pdb; pdb.set_trace()
218
self.assertEqual(1, len(modules))
219
# LLDB makes up it own UUID as well when there is no build ID so we
220
# will check that this matches.
0 commit comments