Writing a Debugger from Scratch
timdbg.com
Writing a Debugger from Scratch
1–9 of 9 posts
Re: Writing a Debugger from Scratch
#2Re: Writing a Debugger from Scratch
#3Re: Writing a Debugger from Scratch
#4They were working on a debugger for OS/2, which was quite notable at the time for being multitasking.
And at one point they got to enough of a base feature set that they could use the debugger on itself. Debugging the debugger.
While debugging the debugger, they would inevitably encounter other bugs in the debugging debugger.
So, with OS/2, they had a bit of an epiphany when they were able to debug the debugger debugging the debugger.
Re: Writing a Debugger from Scratch
#5A favorite developing a debugger story was from a friend of mine. They were working on a debugger for OS/2, which was quite notable at the time for being multitasking. And at one point they got to enough of a base feature set that they could use the debugger on itself. Debugging the debugger. While debugging the debugger, they would inevitably encounter other bugs in the debugging debugger. So, with OS/2, they had a…
Re: Writing a Debugger from Scratch
#6https://eli.thegreenplace.net/2011/01/23/how-debuggers-work-...
https://eli.thegreenplace.net/2011/01/27/how-debuggers-work-...
https://eli.thegreenplace.net/2011/02/07/how-debuggers-work-...
(Unfortunately, the articles don't include links to their respective follow-ups, but I'm pretty sure it ends after part 3...)
Re: Writing a Debugger from Scratch
#7A favorite developing a debugger story was from a friend of mine. They were working on a debugger for OS/2, which was quite notable at the time for being multitasking. And at one point they got to enough of a base feature set that they could use the debugger on itself. Debugging the debugger. While debugging the debugger, they would inevitably encounter other bugs in the debugging debugger. So, with OS/2, they had a…
(Allegedly. Shout out to +fravia, RIP.)
Re: Writing a Debugger from Scratch
#8A favorite developing a debugger story was from a friend of mine. They were working on a debugger for OS/2, which was quite notable at the time for being multitasking. And at one point they got to enough of a base feature set that they could use the debugger on itself. Debugging the debugger. While debugging the debugger, they would inevitably encounter other bugs in the debugging debugger. So, with OS/2, they had a…
And I used to use the Numega SoftIce debugger to debug the anti-copying protection of itself, back in the day. (Allegedly. Shout out to +fravia, RIP.)
Re: Writing a Debugger from Scratch
#9For linux, there's this excellent series of articles by Eli Bendersky: https://eli.thegreenplace.net/2011/01/23/how-debuggers-work-... https://eli.thegreenplace.net/2011/01/27/how-debuggers-work-... https://eli.thegreenplace.net/2011/02/07/how-debuggers-work-... (Unfortunately, the articles don't include links to their respective follow-ups, but I'm pretty sure it ends after part 3...)