[all-commits] [llvm/llvm-project] 4d1655: [lldb] Add support for gdb-style 'x' packet (#124733)
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Feb 6 17:14:59 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 4d16551293fe4a0bf56cebd3f52d2a6e36f166a8
https://github.com/llvm/llvm-project/commit/4d16551293fe4a0bf56cebd3f52d2a6e36f166a8
Author: Pavel Labath <pavel at labath.sk>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M lldb/packages/Python/lldbsuite/test/gdbclientutils.py
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
A lldb/test/API/functionalities/gdb_remote_client/TestReadMemory.py
Log Message:
-----------
[lldb] Add support for gdb-style 'x' packet (#124733)
See also
https://discourse.llvm.org/t/rfc-fixing-incompatibilties-of-the-x-packet-w-r-t-gdb/84288
and https://sourceware.org/pipermail/gdb/2025-January/051705.html
(cherry picked from commit 13d0318a9848ec322ceea4f37fb6b421d70407b0)
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