On 17:14 Wed 10 Jul, Juan Francisco Cantero Hurtado wrote: > On Wed, Jul 10, 2019 at 09:30:56AM +0300, Consus wrote: > > On 18:56 Tue 09 Jul, Roderick wrote: > > > > > > On Tue, 9 Jul 2019, cho...@jtan.com wrote: > > > > > > > Perhaps rather than whining that OpenBSD lacks some specific feature, > > > > those who want it could write it? > > > > > > Or perhaps better not. All depends on what is a feature and for whom. > > > > > > I, as normal user, am glad that packages are not inflated with debugging > > > symbols. > > > > That's why redhat and others offer *-debuginfo packages with DWARF > > symbols. It's really helpful. It would be nice to have such in OpenBSD, > > especially for base, because rebuilding something on my router is not > > something I would like to do. > > The symbols are included in the base libraries. We only strip the > symbols in the packages. Try this on your router: > objdump -x /usr/lib/libedit.so.* (just an example)
Yeah, but it's still stripped for tools (try gdb $(which smtpd) for example).