<clever>
nh2: strace is using the same api as gdb, so it should be trivial to just look at the instructions the return address points to, and see what it was
<nh2>
clever: you mean the instruction pointer should point at the syscall/int80 instruction at that time?
<clever>
nh2: the IP may point to the opcode after int80, so you have to go backwards a bit and guess
<clever>
nh2: related, it is possible to insert int80 linux syscalls, into windows software (and catch the error windows generates)
<clever>
nh2: so if that ever gets ran on wine, it can just ignore wine and mess with the host!
<disasm>
woohoo! xps 9380 /w sway working :) zfs recv of home directory made it super simple to get going again (aside from debugging intel drm issues related to whiskey lake that were fixed in linuxPackages_latest)
<disasm>
what I'm not sure of is if I should be using any of the 9370 hardware fixes in nixos-hardware, but running well so far, so not messing with it.