[all-commits] [llvm/llvm-project] af3853: [lldb] Refactor CrashReason

David Spickett via All-commits all-commits at lists.llvm.org
Wed Mar 15 02:44:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af38530ee29c285f3827e33a41edf27c9c3a6767
      https://github.com/llvm/llvm-project/commit/af38530ee29c285f3827e33a41edf27c9c3a6767
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp
    M lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
    M lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
    M lldb/source/Plugins/Process/POSIX/CrashReason.cpp
    M lldb/source/Plugins/Process/POSIX/CrashReason.h

  Log Message:
  -----------
  [lldb] Refactor CrashReason

So that there is only one function that NativeThreads call,
which takes a siginfo. Everything else is an internal detail.

Reviewed By: labath, JDevlieghere

Differential Revision: https://reviews.llvm.org/D146043




More information about the All-commits mailing list