This fixes shm_open() decoding on recent -HEAD, which is now implemented as a C wrapper for shm_open2().
Details
Details
truss excerpt:
shm_open2(SHM_ANON,O_RDWR|O_CLOEXEC,00,SHM_ALLOW_SEALING,0x7fffffffe980) = 3 (0x3)
kdump excerpt:
40660 a.out CALL shm_open2(0x1,0x100002<O_RDWR|O_CLOEXEC>,0,0x1<SHM_ALLOW_SEALING>,0x7fffffffe990) 40660 a.out RET shm_open2 3
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
LGTM.
Although it'd be nice to decode the first argument in ktrace/kdump case just like truss does it here.