gdb: show typeinfo of some data

前端 未结 4 1372
轻奢々
轻奢々 2020-12-14 05:53

Basically, I want to get typeid(*this).name(), i.e. the real type of this.

I want to get this in GDB (without modifying the source code). I

4条回答
提交回复
热议问题