[all-commits] [llvm/llvm-project] 047cbf: [lldb] Print stack trace when lldb-vscode crashes
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Mar 29 14:21:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 047cbfe2bbf22a9da1bd27cafcee4eb1453965dc
https://github.com/llvm/llvm-project/commit/047cbfe2bbf22a9da1bd27cafcee4eb1453965dc
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M lldb/tools/lldb-server/lldb-server.cpp
M lldb/tools/lldb-vscode/lldb-vscode.cpp
Log Message:
-----------
[lldb] Print stack trace when lldb-vscode crashes
Print LLVM's pretty stack trace when lldb-vscode crashes. Also removes
the unnecessary call to PrintStackTraceOnErrorSignal in lldb-server as
it's already part of InitLLVM.
Differential revision: https://reviews.llvm.org/D99535
More information about the All-commits
mailing list