Re: [dev] suckless debugger?

From: Mateusz Piotrowski <0mp_AT_FreeBSD.org>
Date: Thu, 1 Sep 2016 00:50:54 +0200

On 31 Aug 2016, at 21:04, u_AT_netbeisser.de wrote:
>
> do you know of a suckless linux debugger? what is an alternative to ptrace?

I am not sure if you'll be able to compile it on Linux but pjdlog.h is a pretty decent library. I use it a lot in my recent projects.

It is available in the FreeBSD source code but it seems to be quite portable. You'd just have to add pjdlog.h[1] and pjdlog.c[2] to your project + few libraries for compatibility with Linux.

Cheers,

-m

[1]: https://github.com/freebsd/freebsd/blob/master/contrib/openbsm/bin/auditdistd/pjdlog.h
[2]: https://github.com/freebsd/freebsd/blob/master/contrib/openbsm/bin/auditdistd/pjdlog.c
Received on Thu Sep 01 2016 - 00:50:54 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 01 2016 - 01:00:13 CEST