[all-commits] [llvm/llvm-project] 86fd95: [lldb] Duplicate Target::Launch resuming logic int...

Dave Lee via All-commits all-commits at lists.llvm.org
Tue Jun 27 15:30:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86fd957af981f146a306831608d7ad2de65b9560
      https://github.com/llvm/llvm-project/commit/86fd957af981f146a306831608d7ad2de65b9560
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M lldb/source/Commands/CommandObjectPlatform.cpp

  Log Message:
  -----------
  [lldb] Duplicate Target::Launch resuming logic into CommandObjectPlatformProcessLaunch

Fix `platform process launch` on macOS where it fails for lack of auto-resuming support.

This change reproduces the resuming logic found in `Target::Launch`.

This issue was identified by @DavidSpickett in D153636. This change relies on the tests
added in that PR. Thanks David.

Differential Revision: https://reviews.llvm.org/D153922




More information about the All-commits mailing list