Skip to content

Commit b11a703

Browse files
committed
[lldb] Fixed a typo in llvm#107388
1 parent a918fa1 commit b11a703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ FileSpec GDBRemoteCommunication::GetDebugserverPath(Platform *platform) {
940940

941941
Status GDBRemoteCommunication::StartDebugserverProcess(
942942
const char *url, Platform *platform, ProcessLaunchInfo &launch_info,
943-
uint16_t *port, const Args *inferior_args, shared_fd_t pass_comm_fd) {
943+
uint16_t *port, const Args *inferior_args, int pass_comm_fd) {
944944
Log *log = GetLog(GDBRLog::Process);
945945
LLDB_LOGF(log, "GDBRemoteCommunication::%s(url=%s, port=%" PRIu16 ")",
946946
__FUNCTION__, url ? url : "<empty>", port ? *port : uint16_t(0));

0 commit comments

Comments
 (0)