我可以显示VxWorks中所有系统对象(信号量、队列...)的列表吗?
我想知道我的 vxWorks 6.x 系统中哪些信号量、消息队列等处于活动状态。 我可以通过调试器访问此信息,但我想从 shell 访问它。
有办法吗?
I would like to know what semaphores, messageQueues, etc... are active in my vxWorks 6.x system. I have access to this information via the debugger, but I would like access to it from the shell.
Is there a way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VxWorks 6.x 提供了一个名为 classShow() 的函数,它将列出特定类的所有对象(例如信号量、消息队列、任务...)。
以下调用将为您提供给定类的对象列表:
VxWorks 6.x provides a function called classShow() which will list all the objects of a specific class (e.g. semaphores, message queues, tasks, ...).
The following call will give you a list of objects for a given class: