Bug 125520

Summary: [WK2] [SOUP] Allow running the network process with an arbitrary prefix command
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch cgarcia: review+

Alberto Garcia
Reported 2013-12-10 10:24:34 PST
Similar to what we did in bug 123201, but for the network process. In short: $ NETWORK_PROCESS_CMD_PREFIX='/usr/bin/gdbserver localhost:8080' WebKitBuild/Debug/Programs/MiniBrowser and in a different terminal: $ libtool --mode=execute gdb WebKitBuild/Debug/Programs/WebKitNetworkProcess (gdb) target remote localhost:8080
Attachments
Patch (1.64 KB, patch)
2013-12-10 10:39 PST, Alberto Garcia
cgarcia: review+
Alberto Garcia
Comment 1 2013-12-10 10:39:19 PST
Created attachment 218881 [details] Patch There it goes.
Carlos Garcia Campos
Comment 2 2013-12-10 10:42:25 PST
Comment on attachment 218881 [details] Patch Excellent!
Alberto Garcia
Comment 3 2013-12-10 10:46:50 PST
Note You need to log in before you can comment on or make changes to this bug.