[Lldb-commits] [PATCH] D129603: [lldb/crashlog] Fix interactive crashlog test

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 12 15:56:57 PDT 2022


mib created this revision.
mib added a reviewer: JDevlieghere.
mib added a project: LLDB.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.

This patch should fix the interactive crashlog test by checking in the
binary and debug info so that the addresses and offsets don't change and
to make sure we can always symbolicate the backtraces.

rdar://93655633

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129603

Files:
  lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test
  lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.cc
  lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.dSYM/Contents/Info.plist
  lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.dSYM/Contents/Resources/DWARF/multithread-test
  lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.ips
  lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/multithread-test.cc
  lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/scripted_crashlog.ips
  lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129603.444100.patch
Type: text/x-patch
Size: 37515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220712/1f0c18bc/attachment-0001.bin>


More information about the lldb-commits mailing list