[all-commits] [llvm/llvm-project] ed9a14: [lldb] Add missing const to NativeRegisterContextL...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Apr 5 14:27:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed9a14f912c034c6a7177d4bc8a2d41a22b3e129
https://github.com/llvm/llvm-project/commit/ed9a14f912c034c6a7177d4bc8a2d41a22b3e129
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
Log Message:
-----------
[lldb] Add missing const to NativeRegisterContextLinux_x86_64
Fixes error: invalid conversion from ‘const uint8_t*’ {aka ‘const
unsigned char*’} to ‘uint8_t*’ {aka ‘unsigned char*’}
More information about the All-commits
mailing list