https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196770

--- Comment #7 from [email protected] ---
(In reply to Tony Narlock from comment #6)
Hey there - this may be helpful for you.  This is the method I currently use to
generate a chromium build with debug symbols useable by gdb.  n.b. - enabling
DEBUG in make config does not work (as I think you already know).  The
following method should work though:

> uname -ar
FreeBSD pop.rubicorp.com 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Wed May
13 06:54:13 UTC 2015    
[email protected]:/usr/obj/usr/src/sys/GENERIC  amd64

> cd /usr/ports/www/chromium
> sudo make WITH_DEBUG=yes STRIP=

I let this chug along for a day or so on my 8 core box, then I can run chromium
via gdb like so:
> work/stage/usr/local/share/chromium/chrome-wrapper --gdb

I do not do the "make install" step as I still need to have a non-debug version
on my system.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to