mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Use a real (and compact) list for a filename list; this helps groff
split the lines in more reasonable places too, both in tty/ps output. MFC after: 3 days
This commit is contained in:
parent
af6726e657
commit
a7721a3695
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136282
@ -975,15 +975,23 @@ Perform the following steps to analyse a
|
|||||||
problem:
|
problem:
|
||||||
.Bl -enum
|
.Bl -enum
|
||||||
.It
|
.It
|
||||||
Copy the files
|
Copy the following files to the directory in which you will be
|
||||||
|
performing the analysis, typically
|
||||||
|
.Pa /var/crash :
|
||||||
|
.Pp
|
||||||
|
.Bl -bullet -compact
|
||||||
|
.It
|
||||||
.Pa /usr/src/sys/modules/vinum/.gdbinit.crash ,
|
.Pa /usr/src/sys/modules/vinum/.gdbinit.crash ,
|
||||||
|
.It
|
||||||
.Pa /usr/src/sys/modules/vinum/.gdbinit.kernel ,
|
.Pa /usr/src/sys/modules/vinum/.gdbinit.kernel ,
|
||||||
|
.It
|
||||||
.Pa /usr/src/sys/modules/vinum/.gdbinit.serial ,
|
.Pa /usr/src/sys/modules/vinum/.gdbinit.serial ,
|
||||||
|
.It
|
||||||
.Pa /usr/src/sys/modules/vinum/.gdbinit.vinum
|
.Pa /usr/src/sys/modules/vinum/.gdbinit.vinum
|
||||||
and
|
and
|
||||||
|
.It
|
||||||
.Pa /usr/src/sys/modules/vinum/.gdbinit.vinum.paths
|
.Pa /usr/src/sys/modules/vinum/.gdbinit.vinum.paths
|
||||||
to the directory in which you will be performing the analysis, typically
|
.El
|
||||||
.Pa /var/crash .
|
|
||||||
.It
|
.It
|
||||||
Make sure that you build the
|
Make sure that you build the
|
||||||
.Nm
|
.Nm
|
||||||
|
Loading…
Reference in New Issue
Block a user