Month: April 2014

  • The Short List #8: Using #lldb with a core file on #FreeBSD

    Debugging qemu this evening and it took me a minute or two to figure out the syntax for debugging a core file with lldb. lldb mips-bsd-user/qemu-mips -c /mipsbuild/qemu-mips.core Make sure you have permissions to access both the binary and the core, else you get a super unhelpful error of: error: Unable to find process plug-in […]

  • Sometimes you have to sit down and write #FreeBSD documentation

    When working on new projects or hacks, sometimes you just have to stop, think and start writing down your processes and discoveries. While working on bootstrapping the DLink DIR-825C1, I realized that I had accumulated a lot of new (to me) knowledge from the FreeBSD Community (namely, Adrian Chadd and Warner Losh). There is a […]