[all-commits] [llvm/llvm-project] 683c36: [lldb][lldb-server][Darwin] Error when gdbserver m...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Jun 1 01:43:16 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 683c367c21d8595a45a97e0439540d3efcd29b25
https://github.com/llvm/llvm-project/commit/683c367c21d8595a45a97e0439540d3efcd29b25
Author: David Spickett <david.spickett at arm.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
A lldb/test/Shell/lldb-server/TestGdbserverErrorDarwin.test
M lldb/test/Shell/lldb-server/TestGdbserverErrorMessages.test
M lldb/tools/lldb-server/lldb-server.cpp
Log Message:
-----------
[lldb][lldb-server][Darwin] Error when gdbserver mode is requested (#199654)
Fixes #199035
lldb-server's platform mode works on Apple platforms but the gdbserver
mode does not. Users should use debugserver instead, and platform mode
knows to spawn debugserver instead of lldb-server.
I'm adding an error to state this, because until now it would maybe
appear to work, or crash in strange ways. None of which can be fixed by
a user and are a waste of our time dealing with the bug reports.
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