Re: Documentation for makeoptions DEBUG="-g" may need improvement

2018-06-16 Thread Jason McIntyre
On Thu, Jun 14, 2018 at 03:33:57AM +0300, IL Ka wrote: > Hello, > > config(8) says: > "To debug kernels and their crash dumps with gdb, add ???makeoptions > DEBUG="-g"??? to the kernel configuration file. Refer to options(4) for > further details." > > 1) kernel Makefile has DEBUG?= -g so you

Documentation for makeoptions DEBUG="-g" may need improvement

2018-06-13 Thread IL Ka
Hello, config(8) says: "To debug kernels and their crash dumps with gdb, add “makeoptions DEBUG="-g"” to the kernel configuration file. Refer to options(4) for further details." 1) kernel Makefile has DEBUG?= -g so you do not need to add anything to have it: you just need not to overwrite it