[Webkit-unassigned] [Bug 125520] New: [WK2] [GTK] Allow running the network process with an arbitrary prefix command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 10 10:26:21 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125520

           Summary: [WK2] [GTK] Allow running the network process with an
                    arbitrary prefix command
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: berto at igalia.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list