[Lldb-commits] [lldb] 78ecb42 - [lldb/crashlog] Add test for non-symbolicated report crash
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 1 17:51:57 PDT 2023
Author: Med Ismail Bennani
Date: 2023-06-01T17:50:55-07:00
New Revision: 78ecb428d564d618d785a85743528c2f14397bbf
URL: https://github.com/llvm/llvm-project/commit/78ecb428d564d618d785a85743528c2f14397bbf
DIFF: https://github.com/llvm/llvm-project/commit/78ecb428d564d618d785a85743528c2f14397bbf.diff
LOG: [lldb/crashlog] Add test for non-symbolicated report crash
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
Added:
Modified:
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.ips
Removed:
################################################################################
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.ips b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.ips
index 23ce9d06886af..b5fbe74c7bf9f 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.ips
+++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.ips
@@ -279,7 +279,7 @@
"sourceFile": "thread",
"sourceLine": 298,
"symbol": "void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(int&), std::__1::reference_wrapper<int> > >(void*)",
- "symbolLocation": 84
+ "symbolLocation": null
},
{
"imageIndex": 1,
More information about the lldb-commits
mailing list