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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99535
[lldb] Print stack trace when lldb-vscode crashes ClosedPublic Authored by JDevlieghere on Mar 29 2021, 1:20 PM.
Details Summary 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.
Diff Detail
Event TimelineJDevlieghere created this revision. JDevlieghere edited subscribers, added: lldb-commits; removed: Restricted Project.Mar 29 2021, 2:12 PM This revision is now accepted and ready to land.Mar 29 2021, 2:18 PM This revision was landed with ongoing or failed builds.Mar 29 2021, 2:21 PM Closed by commit rG047cbfe2bbf2: [lldb] Print stack trace when lldb-vscode crashes (authored by JDevlieghere). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 333981 lldb/tools/lldb-server/lldb-server.cpp
lldb/tools/lldb-vscode/lldb-vscode.cpp
|