Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.10-rc7 10 lines 161 B view raw
1#include <dwarf.h> 2#include <elfutils/libdw.h> 3#include <elfutils/version.h> 4 5int main(void) 6{ 7 Dwarf *dbg = dwarf_begin(0, DWARF_C_READ); 8 9 return (long)dbg; 10}