包含线程和方法调用堆栈框架。
图1显示了一个典型的调用堆栈。
如何:使用“调用堆栈”窗口。
这个参数定义希望获取返回地址的调用堆栈级别。
The argument defines the level of the call stack for which you want to obtain the return address.
相反,程序员需要手动列出调用堆栈中的每个调用。
Instead, the programmer needs to manually list each call in the call stack of interest.
注意,这个调用堆栈当然将会按前面描述的过程优化。
Note, of course, that this call stack will be optimized in the ways described earlier.
NSD在运行时,会附加到每个进程和线程,以转储调用堆栈。
When NSD runs, it attaches to each process and thread, to dump the calls stacks.
但是,对于原因相同的两个崩溃,有可能具有不同的调用堆栈。
However, it is possible for two crashes to have the same root cause, but not have identical call stacks.
这个buffer显示调用堆栈,对当前frame反色显示。
This buffer displays the call stack, with the current frame displayed in inverse video.
在调用堆栈让你看看你有你的调试会话在一定破发点。
The Call Stack allows you to see how you got to a certain break point in your debug session.
命令或步骤列出调用堆栈的线程在一个特定的指针时?
Command or steps to list out the callstack of other threads where a particular pointer is used?
注意,直到现在我还没有提到图1 中描述的调用堆栈的线程起源。
Note that until now I have made no mention of the origins of the thread whose call stack was depicted in Figure 1.
有调用堆栈提供与但并不总是显示被用户的编码功能的序列。
There is call stack provided in VS but isn't always show the sequence of functions called by user's code.
注意,所有这些异常是如何捕获的,因此它们不会被向上传播到调用堆栈。
Note how all of the exceptions are caught, so that none of them are propagated upward to the call stack.
如果字符串传递到整数的函数,你会看到调用堆栈中的这一点。
If the string is being passed to the integer function, you'll see this in the call stack.
在性能分析器,调用堆栈,代码覆盖率,加强在能力不详。
The Performance Analyzer , Call Stack , Code Coverage , and Step Outcapabilities are not available.
“显示调用堆栈”链接,这将进一步扩展此错误以显示调用堆栈。
Show call stack link, which further expands the error to show the call stack.
当我的SCA应用程序遇到问题时,如何解释运行时调用堆栈上出现的各种类?
When my SCA application encounters a problem, can someone explain the various classes I see on the runtime call stack?
如果在遇到断点之前有很多组件调用,将会在Debug视图中看到调用堆栈。
If there were many component calls before your breakpoint was hit, you would see the call stack in the Debug view.
SystemTap还提供许多其他函数,提供对调用堆栈和当前注册表的访问。
SystemTap provides a number of other functions, as well, providing access to the call stack and current registers.
这条经验规则的目标是为下游组件提供在调用堆栈的上游组件超时之前超时的机会。
What this rule of thumb tries to accomplish is to give a downstream component the opportunity to time out on a request before a component further up the call stack does.
NSD给出服务器状态的所有当前信息(所有线程的调用堆栈、内存信息,等等)。
NSD gives you all current information about the state of the server (call stacks for all threads, memory information, and so on).
因为状态不依赖于给定的调用堆栈,所以这种方式对于长期工作流这样的东西更稳定。
Because the state isn't dependent on a given call stack, the approach is more stable for things like long-duration workflows.
程序“调用堆栈”是当前函数之前的所有已调用函数的列表(包括当前函数)。
The program "call stack" is a list of functions which led up to the current one.
运行时探测器对于将调用堆栈作为执行的应用程序功能进行重新记录非常重要。
The runtime profiler is valuable for recording call stacks as the application functionality is executed.
除了Thread对象所需的内存之外,每个线程都需要两个可能很大的执行调用堆栈。
Besides the memory required for the thread object, each thread requires two execution call stacks, which can be large.
为了判断两个堆栈是否是部分匹配,使用基于两个调用堆栈的平均堆栈长度的截止百分数。
To determine whether or not two stacks are a partial match, we use a percentage cut-off based on the average stack length of the two call stacks.
本质上,调用这个方法所发生的事情是对那一瞬间调用堆栈和一组相互交叠的权限进行快照。
In essence, what happens upon calling this method is that a snapshot of the state of the call stack is taken at that very instant and the sets of permissions intersected with each other.
要想查看malloc调用的调用堆栈,可以在前面的脚本中调用stktrace探测函数。
To find out the call stack for the malloc call, stktrace probe function can be called in the previous script.
要想查看malloc调用的调用堆栈,可以在前面的脚本中调用stktrace探测函数。
To find out the call stack for the malloc call, stktrace probe function can be called in the previous script.
应用推荐