[all-commits] [llvm/llvm-project] def770: [lldb] Fix typo in SBUnixSignals.get_unix_signals_...

Nerixyz via All-commits all-commits at lists.llvm.org
Sun Aug 2 08:53:58 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: def770df8325fb60107c24a2de3068aa762754ab
      https://github.com/llvm/llvm-project/commit/def770df8325fb60107c24a2de3068aa762754ab
  Author: Nerixyz <nerixdev at outlook.de>
  Date:   2026-08-02 (Sun, 02 Aug 2026)

  Changed paths:
    M lldb/bindings/interface/SBUnixSignalsExtensions.i
    M lldb/test/API/python_api/signals/TestSignalsAPI.py

  Log Message:
  -----------
  [lldb] Fix typo in SBUnixSignals.get_unix_signals_list (#213527)

Found when looking through the generated Python file. `sig` doesn't
exist in that context, it should be `idx`.



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