[all-commits] [llvm/llvm-project] b75b9d: [lldb] Correct function names in ProcessGDBRemote:...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Jan 18 08:47:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b75b9d82f576fecbdec98f7cd076be7a72f70dbf
https://github.com/llvm/llvm-project/commit/b75b9d82f576fecbdec98f7cd076be7a72f70dbf
Author: David Spickett <david.spickett at linaro.org>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Log Message:
-----------
[lldb] Correct function names in ProcessGDBRemote::ParseFlagsFields log messages
This has to be specified in the string because otherwise we'd get the
lambda's name, and I incorrectly used the name of the calling function here.
More information about the All-commits
mailing list