It's no good saying that you can send an email - you can't because most people don't have their phones set up to receive email (and you can't assume all your mates will have iPhones). 2, High res camera: 2Mp just doesn't cut the mustard for a high-end phone. It needs to ...
This used to work when this code was written, but then GDB started to validate si_code and now it simply can't use breakpoints if the tracee has an active uprobe: # cat test.c void unused_func(void) { } int main(void) { return 0; } # gcc -g test.c -o test # perf prob...