[all-commits] [llvm/llvm-project] 480f1a: [lldb-dap] fix wrong assembly line number x64 (#13...
Ely Ronnen via All-commits
all-commits at lists.llvm.org
Fri Apr 25 09:34:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 480f1a4980de4d1a3691329bbe0b5b9e4321a3f3
https://github.com/llvm/llvm-project/commit/480f1a4980de4d1a3691329bbe0b5b9e4321a3f3
Author: Ely Ronnen <elyronnen at gmail.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
A lldb/test/API/tools/lldb-dap/stackTrace-x86/Makefile
A lldb/test/API/tools/lldb-dap/stackTrace-x86/TestDAP_source_x86.py
A lldb/test/API/tools/lldb-dap/stackTrace-x86/main.c
M lldb/tools/lldb-dap/JSONUtils.cpp
Log Message:
-----------
[lldb-dap] fix wrong assembly line number x64 (#136486)
Fix wrong assembly line number calculation that assumes the instruction
size is `GetAddressByteSize() / 2`
Fixes #136495
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