[all-commits] [llvm/llvm-project] fa6984: [LLDB] Don't install the pretty stack trace handle...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Nov 13 17:36:34 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa6984a3de81b74bf03325bea71416d8bf483efb
https://github.com/llvm/llvm-project/commit/fa6984a3de81b74bf03325bea71416d8bf483efb
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M lldb/tools/driver/Driver.cpp
Log Message:
-----------
[LLDB] Don't install the pretty stack trace handler twice.
I noticed that currently we are printing LLVM's pretty stack trace
twice. The reason is that we're calling PrintStackTraceOnErrorSignal in
addition to InitLLVM, which besides some other useful things, also
register LLVM's pretty stack trace handler.
Differential revision: https://reviews.llvm.org/D70216
More information about the All-commits
mailing list