[all-commits] [llvm/llvm-project] e0466a: [lldb][NFCI] Qualify param type in SBDebugger::Fin...

Alex via All-commits all-commits at lists.llvm.org
Wed May 17 17:36:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0466a7463ecbd6a3bbe3296f5f7c5ece749564f
      https://github.com/llvm/llvm-project/commit/e0466a7463ecbd6a3bbe3296f5f7c5ece749564f
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M lldb/include/lldb/API/SBDebugger.h

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list