--- - branch: MAIN date: Sun Jun 30 21:20:04 UTC 2019 files: - new: '1.57' old: '1.56' path: src/tests/lib/libc/sys/Makefile pathrev: src/tests/lib/libc/sys/Makefile@1.57 type: modified - new: '1.130' old: '1.129' path: src/tests/lib/libc/sys/t_ptrace_wait.c pathrev: src/tests/lib/libc/sys/t_ptrace_wait.c@1.130 type: modified id: 20190630T212004Z.eba16eb7a5c145e6df13952bae9c7825a86e4932 log: | Add a test for verifying procinfo note inside coredumps. Add a first test for triggering a core dump in the debugged process (via PT_DUMPCORE) and verifying it. The test finds procinfo note and checks its contents. The core dump is processed through libelf. However, it only provides for finding all note segments (or sections?). I had to implement finding and processing individual notes myself. I've added a core_find_note() function that will be reused in future tests. Reviewed by kamil. module: src subject: 'CVS commit: src/tests/lib/libc/sys' unixtime: '1561929604' user: mgorny