Bug 185774 - "debug-safari --ios-simulator" creates lldb target to launch Mac Safari
Summary: "debug-safari --ios-simulator" creates lldb target to launch Mac Safari
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-18 11:25 PDT by Daniel Bates
Modified: 2018-05-18 12:35 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.75 KB, patch)
2018-05-18 11:36 PDT, Daniel Bates
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2018-05-18 11:25:17 PDT
$ Tools/Scripts/debug-safari --ios-simulator
Starting SafariForWebKitDevelopment under lldb with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Volumes/.../OpenSource/WebKitBuild/Debug-iphonesimulator.
(lldb) target create --arch=x86_64 "/Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment"
Current executable set to '/Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment' (x86_64).
(lldb)
Comment 1 Daniel Bates 2018-05-18 11:25:30 PDT
We do not support debug-safari for iOS simulator at this time.
Comment 2 Daniel Bates 2018-05-18 11:36:53 PDT
Created attachment 340718 [details]
Patch
Comment 3 Daniel Bates 2018-05-18 12:34:09 PDT
Committed r231978: <https://trac.webkit.org/changeset/231978>
Comment 4 Radar WebKit Bug Importer 2018-05-18 12:35:24 PDT
<rdar://problem/40374173>