[all-commits] [llvm/llvm-project] 64c26c: Fix a bug copying the stop hooks from the dummy ta...

jimingham via All-commits all-commits at lists.llvm.org
Mon Mar 3 10:00:03 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64c26c8f16aeff3b4ef99f171c771c08353cfbdf
      https://github.com/llvm/llvm-project/commit/64c26c8f16aeff3b4ef99f171c771c08353cfbdf
  Author: jimingham <jingham at apple.com>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M lldb/source/Target/Target.cpp
    M lldb/test/API/commands/target/stop-hooks/TestStopHooks.py

  Log Message:
  -----------
  Fix a bug copying the stop hooks from the dummy target. (#129340)

We didn't also copy over the next stop hook id, which meant we would
overwrite the stop hooks from the dummy target with stop hooks set after
they are copied over.



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