[all-commits] [llvm/llvm-project] 4d3513: [lldb] Strip objc superclass pointer in trampoline...

Alex Langford via All-commits all-commits at lists.llvm.org
Mon Jun 1 13:38:19 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d3513075df51a2cb579e3d82e9593aac42a4bce
      https://github.com/llvm/llvm-project/commit/4d3513075df51a2cb579e3d82e9593aac42a4bce
  Author: Alex Langford <alangford at apple.com>
  Date:   2026-06-01 (Mon, 01 Jun 2026)

  Changed paths:
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp

  Log Message:
  -----------
  [lldb] Strip objc superclass pointer in trampoline handler (#200490)

The pointer needs to be stripped before being handed off to any objc
runtime functions. Otherwise the utility expression will hit a PAC
exception and the thread plan will fail to execute correctly.

This fixes TestObjCStepping.py on arm64e.



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