由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - gdb里怎么call member function
相关主题
C++ static member method with default argumentsajax小问题
A simple question on FlexCalling order of functions as arguments
Default function template argumentsfunction declaration
用vim + gdb 调试的人牛屄轰轰的c的函数指针能不能弄得像matlab的function handle一样?
【贴图】这个人的Emacs + GDB 是怎么做出来的? (转载)python 问题,急,在线等。
有没有工具自动描绘C++程序的Call flowjs: 怎么来监听某个function被call的次数?
gvim 的问题如何定义 Javascript overload function ?
static如何作为函数?matlab: how to set defaul value for function arguments
相关话题的讨论汇总
话题: gdb话题: member话题: call话题: function话题: buggy
进入Programming版参与讨论
1 (共1页)
h****e
发帖数: 2125
1
比如有个local varaible “stack”,怎么在gdb里面看stack.top()的返回值?
谢谢。
t****t
发帖数: 6806
2
p stack.top()
you must have a running process though (i.e. core dump mode doesn't work),
and it's buggy

【在 h****e 的大作中提到】
: 比如有个local varaible “stack”,怎么在gdb里面看stack.top()的返回值?
: 谢谢。

h****e
发帖数: 2125
3
有这么简单我还来问什么?每次我这么做gdb就说too few arguments to call,咋回事?

【在 t****t 的大作中提到】
: p stack.top()
: you must have a running process though (i.e. core dump mode doesn't work),
: and it's buggy

t****t
发帖数: 6806
4
that's why i said it's buggy

事?

【在 h****e 的大作中提到】
: 有这么简单我还来问什么?每次我这么做gdb就说too few arguments to call,咋回事?
h****e
发帖数: 2125
5
faint,gnu的东东做了这么久还是这么烂啊。

【在 t****t 的大作中提到】
: that's why i said it's buggy
:
: 事?

t****t
发帖数: 6806
6
嗯,我也对这个很不满
或者是我不会用...反正gdb对C++的支持很一般.

【在 h****e 的大作中提到】
: faint,gnu的东东做了这么久还是这么烂啊。
h****e
发帖数: 2125
7
那推荐个好点儿的debugger吧,Unix上能用就行。

【在 t****t 的大作中提到】
: 嗯,我也对这个很不满
: 或者是我不会用...反正gdb对C++的支持很一般.

t****t
发帖数: 6806
8
不知道, 我不大调试
有人写过GDB的STL helper, 那个看着还行, 不过我也没试过

【在 h****e 的大作中提到】
: 那推荐个好点儿的debugger吧,Unix上能用就行。
p****o
发帖数: 1340
9
it works for me though.

事?

【在 h****e 的大作中提到】
: 有这么简单我还来问什么?每次我这么做gdb就说too few arguments to call,咋回事?
b********n
发帖数: 609
10
你那程序应该比人家的小多了吧。

【在 p****o 的大作中提到】
: it works for me though.
:
: 事?

p****o
发帖数: 1340
11
that's true.

【在 b********n 的大作中提到】
: 你那程序应该比人家的小多了吧。
1 (共1页)
进入Programming版参与讨论
相关主题
matlab: how to set defaul value for function arguments【贴图】这个人的Emacs + GDB 是怎么做出来的? (转载)
来几个C++测试题有没有工具自动描绘C++程序的Call flow
C -- sample without replacementgvim 的问题
C里面有没有default argument这么一说,是不是只有在C++里有这个feature?static如何作为函数?
C++ static member method with default argumentsajax小问题
A simple question on FlexCalling order of functions as arguments
Default function template argumentsfunction declaration
用vim + gdb 调试的人牛屄轰轰的c的函数指针能不能弄得像matlab的function handle一样?
相关话题的讨论汇总
话题: gdb话题: member话题: call话题: function话题: buggy