gdb -ex "thread apply all bt full" truncates C++ classes
Reza Roboubi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAA51LV47YeMN81Sk9CjNhFNxQfCGZAtoSfViDtnLM1wXXzV22g@mail.gmail.com> |
When I run gdb <executable-file> --core core --batch --quiet -ex "where" -ex "thread apply all bt full" -ex "quit" Things like C++ or STL classes(as function parameters) are truncated(they show up as "...") in the backtrace. Can gdb treat them like C structs and print the contents? Version: gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Many thanks in advance, Reza.