[all-commits] [llvm/llvm-project] 32d35f: [lldb] Remove unused argument (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jul 13 13:45:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 32d35fb74b2672ddf3674188423b71837afea8c4
https://github.com/llvm/llvm-project/commit/32d35fb74b2672ddf3674188423b71837afea8c4
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/source/API/SBTarget.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
M lldb/source/Target/Platform.cpp
M lldb/source/Target/Process.cpp
Log Message:
-----------
[lldb] Remove unused argument (NFC)
Nobody is writing to the stream so there's no point in passing it
around.
More information about the All-commits
mailing list