[all-commits] [llvm/llvm-project] f40934: [lldb-dap] Return an llvm::Error instead of callin...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Feb 26 16:34:42 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f409340cc217c55c3960a375054a17b2bc927e53
      https://github.com/llvm/llvm-project/commit/f409340cc217c55c3960a375054a17b2bc927e53
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-02-26 (Wed, 26 Feb 2025)

  Changed paths:
    M lldb/tools/lldb-dap/lldb-dap.cpp

  Log Message:
  -----------
  [lldb-dap] Return an llvm::Error instead of calling exit directly (NFC) (#128951)

Return an `llvm::Error` from `LaunchRunInTerminalTarget` instead of
calling `exit()` directly.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list