bas smit
bas smit
> @fbs > Does that sound right? > > I read the reference docs on `str()` again and it doesn't seem like there's promises the strings will be on stack....
I don't have a proper arm setup to test with but I assume some of it might just work. There might be some issues around 64 bit assumptions but I...
Where did you get your LLVM install from? It sounds like LLVM was compiled without BPF support
`-DLLVM_TARGETS_TO_BUILD=X86` you want to add bpf there
`CIndex.cpp:(.text.clang_createIndex+0x66): undefined reference to `LLVMInitializeX86Target'` sounds like the x86 target didnt compile properly for your llvm build. Not sure why it needs that symbol, you might have to dig a...
Yes good idea, let's fix that :)
Similar to #1801 ?
complexity + lack of review time + big change I think. By decoupling the signal (print event) from the data (now in the map) you do have to be careful...
Would be great if we could offer it as library other projects can use. That way they can target our IR and use it as an easier way to get...
Sounds good. Looks like this need a somewhat modern kernel to work?