Actions
Feature #5629
closedmdb ::ucontext should print uc_flags symbols
Start date:
2015-02-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The ::ucontext command currently prints the uc_flags member of a ucontext_t as a hexadecimal value. We should additionally break out the symbolic names of each of the flags in the bitfield.
Updated by Electric Monk almost 9 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 8f88a51fa5d22e056a70484fd9496b2dee9876b0
commit 8f88a51fa5d22e056a70484fd9496b2dee9876b0 Author: Joshua M. Clulow <jmc@joyent.com> Date: 2015-02-19T15:29:01.000Z 5628 mdb ::regs could print registers from a ucontext 5629 mdb ::ucontext should print uc_flags symbols Reviewed by: Timothy J Fontaine <tj.fontaine@joyent.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions