[all-commits] [llvm/llvm-project] 1617c8: [lldb] Add LLDB_BUG_REPORT_URL macro to allow a di...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Tue Jan 16 07:51:00 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1617c8d3b8c5fc5d1ec54e4e1b2c43679e573065
https://github.com/llvm/llvm-project/commit/1617c8d3b8c5fc5d1ec54e4e1b2c43679e573065
Author: Zequan Wu <zequanwu at google.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M lldb/include/lldb/Host/Config.h.cmake
M lldb/tools/driver/Driver.cpp
M lldb/tools/lldb-dap/lldb-dap.cpp
M lldb/tools/lldb-server/lldb-server.cpp
M llvm/CMakeLists.txt
M llvm/utils/gn/secondary/lldb/include/lldb/Host/BUILD.gn
Log Message:
-----------
[lldb] Add LLDB_BUG_REPORT_URL macro to allow a different URL for lldb bug reporting. (#78210)
This allows release teams to customize the bug report url for lldb. It
also removes unnecessary constructions of
`llvm::PrettyStackTraceProgram` as it's already constructed inside
`llvm::InitLLVM`.
More information about the All-commits
mailing list