Bug 143342

Summary: Developer's handbook contains stale information.
Product: Documentation Reporter: Edward Tomasz Napierala <trasz>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Edward Tomasz Napierala freebsd_committer freebsd_triage 2010-01-29 12:10:08 UTC
The following pages:

http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-post-mortem.html
http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-kld.html

can be removed altogether, because steps described on them are not neccessary for a long time - MAKEOPTIONS -g is default since at least 7.2, and kgdb(1) already knows how to load kernel modules and symbols without any configuration or user intervention.
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2010-08-30 22:03:35 UTC
State Changed
From-To: open->analyzed

Take this one and set it to analyzed as there was some work 
done offline on this issue already. 


Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2010-08-30 22:03:35 UTC
Responsible Changed
From-To: freebsd-doc->bcr

Take this one and set it to analyzed as there was some work 
done offline on this issue already.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-09-19 19:15:07 UTC
bcr         2010-09-19 18:15:04 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/developers-handbook/kerneldebug 
                                                          chapter.sgml 
  Log:
  Remove two sections about kerneldebugging (post mortem analysis and
  loadable modules using gdb) because the steps described in them are
  not necessary anymore for quite a long time.
  
  A rewrite would be in order, but since this goes beyond the scope of
  the PR, I'll just remove them for now.
  
  PR:             docs/143342
  Submitted by:   trasz@
  Reviewed by:    jhb@ via trasz@
  
  Revision  Changes    Path
  1.79      +0 -97     doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Benedict Reuschling freebsd_committer freebsd_triage 2010-09-19 19:30:05 UTC
State Changed
From-To: analyzed->closed

Patch committed. Thanks for submitting this and doing the research on it. 
PR closed!