This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi there, Nick Roberts suggested me to publish this in your wiki. Since I have no clue what so even how to deal with web-sites (I am a compiler engineer), if you find these gdb command macros useful, please feel free to post them. Nick Roberts asked me "Are you claiming sole authorship?" I do not claim anything, just tried to put together a set of useful ways to inspect stl containers. Currently, the following containers are supported: # 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 See attached. Best Regards, Daniel ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
Attachment:
stl-views.gdb
Description: 3795497655-stl-views.gdb
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |