Re: svn commit: r317094 - head/share/mk

2017-04-20 Thread Slawa Olhovchenkov
On Thu, Apr 20, 2017 at 09:58:10AM -0700, John Baldwin wrote: > > Well it seems it can do some rather important trivial things, like post > > mortem process kernel dumps during savecore processing helping users > > submit a kernel panic bugzilla with more than just traceback info. > > Only somewh

Re: svn commit: r317094 - head/share/mk

2017-04-20 Thread John Baldwin
On Thursday, April 20, 2017 09:08:28 AM Rodney W. Grimes wrote: > > On Wednesday, April 19, 2017 03:51:24 PM Ngie Cooper wrote: > > > > > > > On Apr 19, 2017, at 15:22, Warner Losh wrote: > > > > > > ... > > > > > > >> Actually this is exactly what I would expect from Linux! > > > >> > > > >>

Re: svn commit: r317094 - head/share/mk

2017-04-20 Thread Rodney W. Grimes
> On Wednesday, April 19, 2017 03:51:24 PM Ngie Cooper wrote: > > > > > On Apr 19, 2017, at 15:22, Warner Losh wrote: > > > > ... > > > > >> Actually this is exactly what I would expect from Linux! > > >> > > >> Why do we need to pull the trigger on GDB other than to pull the trigger > > >> to

Re: svn commit: r317094 - head/share/mk

2017-04-20 Thread John Baldwin
On Wednesday, April 19, 2017 09:33:32 AM Rodney W. Grimes wrote: > > On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote: > > > On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: > > > > > > > On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote: > > > > > On Tu

Re: svn commit: r317094 - head/share/mk

2017-04-20 Thread John Baldwin
On Wednesday, April 19, 2017 03:51:24 PM Ngie Cooper wrote: > > > On Apr 19, 2017, at 15:22, Warner Losh wrote: > > ... > > >> Actually this is exactly what I would expect from Linux! > >> > >> Why do we need to pull the trigger on GDB other than to pull the trigger > >> to say we are GPL free

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Julian Elischer
On 20/4/17 3:13 am, Justin Hibbits wrote: On Wed, Apr 19, 2017 at 11:33 AM, Rodney W. Grimes wrote: On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote: On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Julian Elischer
On 20/4/17 3:13 am, Justin Hibbits wrote: On Wed, Apr 19, 2017 at 11:33 AM, Rodney W. Grimes wrote: On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote: On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Pedro Giffuni
On 19/4/2017 17:18, Rodney W. Grimes wrote: [ Charset windows-1252 unsupported, converting... ] Generating core.txt now complety broken? No. crashinfo has supported gdb from ports for quite a while now. If you 'pkg install gdb' crashinfo defaults to using the ports gdb over the base one alrea

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Ngie Cooper
> On Apr 19, 2017, at 15:22, Warner Losh wrote: ... >> Actually this is exactly what I would expect from Linux! >> >> Why do we need to pull the trigger on GDB other than to pull the trigger >> to say we are GPL free, if that is the reason then this is the wrong >> way to go about it. > > I t

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Mark Linimon
At this point is there anything that the gdb port does not do, that the base version does? I know a lot of work has gone into making it a strict superset. mcl ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-al

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Warner Losh
On Wed, Apr 19, 2017 at 4:18 PM, Rodney W. Grimes wrote: > [ Charset windows-1252 unsupported, converting... ] >> > Generating core.txt now complety broken? >> >> No. crashinfo has supported gdb from ports for quite a while now. >> If you 'pkg install gdb' crashinfo defaults to

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Rodney W. Grimes
[ Charset windows-1252 unsupported, converting... ] > > Generating core.txt now complety broken? > > No. crashinfo has supported gdb from ports for quite a while now. > If you 'pkg install gdb' crashinfo defaults to using the ports gdb over > the base one already. > >>> > >

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Eric van Gyzen
> Generating core.txt now complety broken? No. crashinfo has supported gdb from ports for quite a while now. If you 'pkg install gdb' crashinfo defaults to using the ports gdb over the base one already. >>> >>> I am about clean install, w/o ports. >> >> Until we get some so

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Justin Hibbits
On Wed, Apr 19, 2017 at 11:33 AM, Rodney W. Grimes wrote: >> On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote: >> > On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: >> > >> > > On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote: >> > > > On Tue, Apr 18, 2

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Rodney W. Grimes
> On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote: > > On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: > > > > > On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote: > > > > On Tue, Apr 18, 2017 at 04:27:48PM +, John Baldwin wrote: > > > > > > > > >

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread John Baldwin
On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote: > On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: > > > On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote: > > > On Tue, Apr 18, 2017 at 04:27:48PM +, John Baldwin wrote: > > > > > > > Author: jhb >

Re: svn commit: r317094 - head/share/mk

2017-04-18 Thread Slawa Olhovchenkov
On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: > On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote: > > On Tue, Apr 18, 2017 at 04:27:48PM +, John Baldwin wrote: > > > > > Author: jhb > > > Date: Tue Apr 18 16:27:48 2017 > > > New Revision: 317094 > > > URL: https

Re: svn commit: r317094 - head/share/mk

2017-04-18 Thread John Baldwin
On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote: > On Tue, Apr 18, 2017 at 04:27:48PM +, John Baldwin wrote: > > > Author: jhb > > Date: Tue Apr 18 16:27:48 2017 > > New Revision: 317094 > > URL: https://svnweb.freebsd.org/changeset/base/317094 > > > > Log: > > Disable in-tr

Re: svn commit: r317094 - head/share/mk

2017-04-18 Thread Slawa Olhovchenkov
On Tue, Apr 18, 2017 at 04:27:48PM +, John Baldwin wrote: > Author: jhb > Date: Tue Apr 18 16:27:48 2017 > New Revision: 317094 > URL: https://svnweb.freebsd.org/changeset/base/317094 > > Log: > Disable in-tree GDB by default on x86, mips, and powerpc. > > GDB in ports contains all of

svn commit: r317094 - head/share/mk

2017-04-18 Thread John Baldwin
Author: jhb Date: Tue Apr 18 16:27:48 2017 New Revision: 317094 URL: https://svnweb.freebsd.org/changeset/base/317094 Log: Disable in-tree GDB by default on x86, mips, and powerpc. GDB in ports contains all of the functionality as GDB in base (including kgdb) for these platforms along wit