Re: vkernel & GSoC, some questions




M. Warner Losh wrote:
In message: <200803191633.m2JGXuBt088272@xxxxxxxxxxxxxxxxx>
Oliver Fromme <olli@xxxxxxxxxxxxxxxxx> writes:
: The vkernel feature has certainly benefits, e.g. the fact
: that you can attach to it with standard gdb and use the
: familiar debugging facilities, which can attract more

Can't you say qemu -s and attach gdb to that port as well?

Good point. According to the manpage it would work,
but I've never tried it myself. (I'm rather careful
with the qemu manpage because it also contains a few
things that only work on Linux.)

For loader work (i.e. non-kernel), the good old
printf debugging was sufficient for me so far. :)

(Or maybe I was just lucky that my bugs were easy
enough to fix, so that I didn't need other debugging
facilities. I'll certainly keep qemu -s in mind.)

Best regards
Oliver

--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart

FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd

We're sysadmins. To us, data is a protocol-overhead.
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: VS2005, Debugging my CustomInstaller.dll
    ... to "Attach a Process", MSIEXEC.EXE, for debugging. ... x86" and now you can attach this process for debugging. ... CustomInstaller.dll during the app's Uninstall process. ... my CustomInstaller code. ...
    (microsoft.public.dotnet.framework.compactframework)
  • RE: Anyone else seeing this kind of debugger hang?
    ... Open a second Visual studio and attach the debugger to ... Now start debugging your project. ... >>Regards, Walter ... > other times depending on ...
    (microsoft.public.vsnet.debugging)
  • RE: "The object exporter specified was not found"
    ... When you debug a ASP.NET app on a remote machine, ... "attatches" to the debugging components on the web server. ... you want to attach to. ... debugging a remote web app, service, process or gui application. ...
    (microsoft.public.vsnet.debugging)
  • Re: Microsoft CLR Debugger in Compact dot net framework
    ... I use Visual Studio 2005 for development and it allows to run a PPC ... application in debug mode and do everything as if you ... attach the debugger to the process. ... debugging features are now probably exceeding those in WinDbg. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: vkernel & GSoC, some questions
    ... Oliver Fromme writes: ... The vkernel feature has certainly benefits, ... that you can attach to it with standard gdb and use the ... Can't you say qemu -s and attach gdb to that port as well? ...
    (freebsd-hackers)