[all-commits] [llvm/llvm-project] a8d0ae: [lldb][test][NFC] Add LLDB test for UBSan trap fra...

Anthony Tran via All-commits all-commits at lists.llvm.org
Wed Jul 30 17:14:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8d0ae3412bdbbf3248192c31f94f6649a217b3a
      https://github.com/llvm/llvm-project/commit/a8d0ae3412bdbbf3248192c31f94f6649a217b3a
  Author: Anthony Tran <atran881 at usc.edu>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    A lldb/test/Shell/Recognizer/Inputs/ubsan_add_overflow.c
    A lldb/test/Shell/Recognizer/ubsan_add_overflow.test

  Log Message:
  -----------
  [lldb][test][NFC] Add LLDB test for UBSan trap frame recognizer (#151231)

In #145967 Clang was taught to emit trap reasons on UBSan traps in debug
info using the same method as `__builtin_verbose_trap`. This patch adds
a test case to make sure that the existing "Verbose Trap StackFrame
Recognizer" recognizes the trap reason and sets the stop reason and
stack frame appropriately.

Part of a GSoC 2025 Project.



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