stl containers inspectors for gdb

来源:互联网 发布:中车株洲电力机车知乎 编辑:程序博客网 时间:2024/06/06 07:48


#       std::vector<T> -- via pvector command#       std::list<T> -- via plist command#       std::map<T,T> -- via pmap command#       std::multimap<T,T> -- via pmap command#       std::set<T> -- via pset command#       std::multiset<T> -- via pset command#       std::deque<T> -- via pdequeue command#       std::stack<T> -- via pstack command#       std::queue<T> -- via pqueue command#       std::priority_queue<T> -- via ppqueue command#       std::bitset<n> -- via pbitset command#       std::string -- via pstring command#       std::widestring -- via pwstring command

原创粉丝点击