Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
It should be possible to attach to the WebProcess in gdb during startup
https://bugs.webkit.org/show_bug.cgi?id=42853 Reviewed by Adam Roben. Create an unique bootstrap service name and pass it to the web process, instead of registering a per process name (which was incorrect anyway). This lets us get rid of the requirement that the UI process always should be the parent process of the web process, something which is false when running under the debugger. * UIProcess/Launcher/mac/ProcessLauncherMac.mm: (WebKit::ProcessLauncher::launchProcess): * WebProcess/mac/WebProcessMainMac.mm: (WebKit::WebProcessMain): Canonical link: https://commits.webkit.org/54754@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63917 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
33 additions
and 5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters