Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 1997 17:28:47 -0700
From:      Sean Eric Fagan <sef@Kithrup.COM>
To:        pgiffuni@fps.biblos.unal.edu.co, rhh@ct.picker.com
Cc:        emulation@FreeBSD.ORG
Subject:   Re: Fun with DOSCMD (was Re: modifying boot mgrs FROM FREEBSD)
Message-ID:  <199708080028.RAA17158@kithrup.com>

next in thread | raw e-mail | index | archive | help
> |> I also need to figure out how to run doscmd in gdb.  I rebuild libkvm and
> |> gdb for the new kernel, so that's done.  But I'm not sure how to "hook in"
> |> and set breakpoints inside doscmd.kernel after its read and control is
> |> transfered to it by doscmd.  I played with the .gdbinit in the pkg but no
> |> luck.

After you jump through the (rather annoying) jump into doscmd.kernel, you
can do:

	symbol-file doscmd.kernel

That will reload the symbol table.  I've used it before.

Sean.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708080028.RAA17158>