[lldb][NFCI] Qualify param type in SBDebugger::FindTargetWithProcessID
authorAlex Langford <alangford@apple.com>
Thu, 18 May 2023 00:33:13 +0000 (17:33 -0700)
committerAlex Langford <alangford@apple.com>
Thu, 18 May 2023 00:34:36 +0000 (17:34 -0700)
commite0466a7463ecbd6a3bbe3296f5f7c5ece749564f
tree2c5d6450b1c3e410f63086e95324a40331ee9611
parentf56a7383f0a51392b925a976812feb78f55486bf
[lldb][NFCI] Qualify param type in SBDebugger::FindTargetWithProcessID

We should specify that this is the pid_t as defined in the lldb
namespace, not some other pid_t. This doesn't really affect builds but
it makes writing tooling against the SBAPI easier.

I have verified that this does not change the emitted mangled name and
does not break ABI.
lldb/include/lldb/API/SBDebugger.h