summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authoryonghong-song <ys114321@gmail.com>2024-02-12 20:08:01 -0800
committerGitHub <noreply@github.com>2024-02-12 20:08:01 -0800
commitc43ad6c0fddac0bbed5e881801dd2bc2f9eeba2d (patch)
tree3c70bc581da3f9786f932fd8cd16409ebd1e653a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent4af24d4ab76539706bfbceec4b3923426fb1b9e7 (diff)
BPF: Change callx insn encoding (#81546)
Currently, the kernel verifier unsupported callx insn used the 32-bit imm field to store the target register. On the other hand, gcc used the dst_reg field to store the target register. The gcc encoding is better. This patch adjusted the coding to be the same as gcc. Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions