能力值:
( LV2,RANK:10 )
|
-
-
2 楼
顶起,寻找高人!
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
!std_map 0012fec0 test!std::pair<int,char const *>
0012fec0 是std::map 变量地址。 后面去掉引号即可
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
首先十分感谢您的回复!
可是,这样会给出如下错误信息:
0:000> dt m Local var @ 0x12ff44 Type std::map<int,char const *,std::less<int>,std::allocator<std::pair<int const ,char const *> > > +0x000 _Myfirstiter : (null) +0x004 comp : std::less<int> +0x008 _Alnod : std::allocator<std::_Tree_nod<std::_Tmap_traits<int,char const *,std::less<int>,std::allocator<std::pair<int const ,char const *> >,0> >::_Node> +0x00c _Alptr : std::allocator<std::_Tree_nod<std::_Tmap_traits<int,char const *,std::less<int>,std::allocator<std::pair<int const ,char const *> >,0> >::_Node *> +0x010 _Alval : std::allocator<std::pair<int const ,char const *> > +0x014 _Myhead : 0x00394df0 std::_Tree_nod<std::_Tmap_traits<int,char const *,std::less<int>,std::allocator<std::pair<int const ,char const *> >,0> >::_Node +0x018 _Mysize : 3 0:000> !std_map 0012ff44 test!std::pair<int,char const *> ReadMemory error for address 35c0b9ec ReadMemory error for address 35c0b9f4 std::map @ 0012ff44 - empty
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
请问wdbxm,你用的是VC6么?
通过查资料,似乎WinDbg的std_map不支持VC8或者VC9...
另外,!stl目前不支持VC10 beta1,逼得我只能用回VC9.
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
请问wdbxm,你用的是VC6么?
通过查资料,似乎WinDbg的std_map不支持VC8或者VC9...
另外,!stl目前不支持VC10 beta1,逼得我只能用回VC9.
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
顶起来,寻求帮助!
|
能力值:
( LV2,RANK:10 )
|
-
-
8 楼
顶起来,寻找高手。
|
能力值:
( LV2,RANK:10 )
|
-
-
9 楼
我用的vc 8哈。windbg是最新版本
|
能力值:
( LV2,RANK:10 )
|
-
-
10 楼
哦,谢谢!
我没有VC8,我在VC9和VC10下测试都失败了!
|
能力值:
( LV2,RANK:10 )
|
-
-
11 楼
还是没有搞定。
一直在期待WinDbg的新版本,可惜,快一年了,也不见更新...
|
|
|