Skip to content

Commit 6189b49

Browse files
authored
Merge pull request #6882 from bulbazord/20221013-qualify-sbdebugger-param
[lldb][NFCI] Qualify param type in SBDebugger::FindTargetWithProcessID
2 parents 37b1524 + e7baff0 commit 6189b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/API/SBDebugger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class LLDB_API SBDebugger {
218218

219219
uint32_t GetIndexOfTarget(lldb::SBTarget target);
220220

221-
lldb::SBTarget FindTargetWithProcessID(pid_t pid);
221+
lldb::SBTarget FindTargetWithProcessID(lldb::pid_t pid);
222222

223223
lldb::SBTarget FindTargetWithFileAndArch(const char *filename,
224224
const char *arch);

0 commit comments

Comments
 (0)