Re: vax/ddb(4): clean up machine dependent code and improve usability
Anders Magnusson <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.vax |
|---|---|
| Message-ID | <[email protected]> |
Den 2025-03-10 kl. 13:08, skrev Hans Rosenfeld: > Hi, > > I've recently fixed a few bugs on VAX, and while I did that I noticed > that ddb(4) on VAX is a pain to work with. Here's my attempt fix this: > > https://github.com/NetBSD/src/compare/trunk...hrosenfeld:NetBSD-src:vax-ddb > > Since this is a rather large change, I'd like to give anyone interested > a chance to do a proper code review before I commit this. I've been > working with and on this for the past two weeks and tested this > extensively. Nice! Really needed. I actually adapted kdb initially when writing the vax port, but since that code was tainted it stayed in my development source. The ddb was slowly added some 30 years ago to give basic functionality, so it do really need some love. Thanks for your work! -- R