[all-commits] [llvm/llvm-project] 1e7300: [PPC64][Linux] Watchpoint configuration for PPC64 ...

Dhruv Srivastava via All-commits all-commits at lists.llvm.org
Mon Mar 9 03:41:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e7300fddcc6fa5e40fb770cb9a88e4f8c1f694d
      https://github.com/llvm/llvm-project/commit/1e7300fddcc6fa5e40fb770cb9a88e4f8c1f694d
  Author: Dhruv Srivastava <dhruv.srivastava at ibm.com>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp

  Log Message:
  -----------
  [PPC64][Linux] Watchpoint configuration for PPC64 (#185192)

On PPC64, SIGTRAP is delivered before the triggering instruction
completes. The previous implementation wrongly assumed that the
instruction gets executed and due to that qHostInfo has the wrong info,
causing the SingleStep being avoided on Linux for PPC64, and the
execution being stuck at the store instruction.
This patch corrects this, making watchpoint work.



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