[all-commits] [llvm/llvm-project] 45c3fc: [lldb][NFC] Make GetResumeCountForLaunchInfo retur...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Tue Oct 27 08:25:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 45c3fc97a2a5af760a55e72eb081aa5f977e9609
      https://github.com/llvm/llvm-project/commit/45c3fc97a2a5af760a55e72eb081aa5f977e9609
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M lldb/include/lldb/Host/ProcessLaunchInfo.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/ProcessLaunchInfo.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
    M lldb/source/Target/Platform.cpp

  Log Message:
  -----------
  [lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned.

The number of resumes should always be positive to let's make this an
unsigned everywhere. Also remove the unused 'localhost' parameter from
ConvertArgumentsForLaunchingInShell.




More information about the All-commits mailing list