[all-commits] [llvm/llvm-project] dc6aac: [Support] [lldb] Fix thread jump #45326 (#135778)

Ebuka Ezike via All-commits all-commits at lists.llvm.org
Wed May 28 02:43:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc6aac5e3cda76c17295bebee6808b413c1051a2
      https://github.com/llvm/llvm-project/commit/dc6aac5e3cda76c17295bebee6808b413c1051a2
  Author: Ebuka Ezike <yerimyah1 at gmail.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

  Changed paths:
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/Options.td
    M lldb/test/API/functionalities/thread/jump/TestThreadJump.py
    M lldb/test/API/functionalities/thread/jump/main.cpp

  Log Message:
  -----------
  [Support] [lldb] Fix thread jump #45326 (#135778)

Fixes #45326 

When you thread jump by calling 
`j +2` or `thread jump --by +2` the offset is not recognised. This
commit fixes that.

---------

Signed-off-by: Ebuka Ezike <yerimyah1 at gmail.com>



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