diff options
author | Med Ismail Bennani <ismail@bennani.ma> | 2023-06-01 17:50:55 -0700 |
---|---|---|
committer | Med Ismail Bennani <ismail@bennani.ma> | 2023-06-01 17:50:55 -0700 |
commit | 78ecb428d564d618d785a85743528c2f14397bbf (patch) | |
tree | 921fad029a68bba4a6eff4019704aecd8028c871 /lldb/test/Shell/ScriptInterpreter/Python | |
parent | 0b080260541dc7942500092b300aee6901647056 (diff) | |
download | llvm-78ecb428d564d618d785a85743528c2f14397bbf.zip llvm-78ecb428d564d618d785a85743528c2f14397bbf.tar.gz llvm-78ecb428d564d618d785a85743528c2f14397bbf.tar.bz2 |
[lldb/crashlog] Add test for non-symbolicated report crash
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/multithread-test.ips | 2 |
1 files changed, 1 insertions, 1 deletions
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 23ce9d0..b5fbe74 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, |