包含线程和方法调用堆栈框架。
这个参数定义希望获取返回地址的调用堆栈级别。
The argument defines the level of the call stack for which you want to obtain the return address.
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.
当我的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.
调试器可能要将所有线程的物理调用堆栈都重新安排为逻辑调用堆栈。
A debugger may want to rearrange the physical call stacks of all threads into logical call stacks.
这条经验规则的目标是为下游组件提供在调用堆栈的上游组件超时之前超时的机会。
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).
对于每个间隔,探查器分析都重新构造在此间隔结束时存在的调用堆栈。
For each interval, the profiler analysis reconstructs the call stack that was present at the end of the interval.
因为状态不依赖于给定的调用堆栈,所以这种方式对于长期工作流这样的东西更稳定。
Because the state isn't dependent on a given call stack, the approach is more stable for things like long-duration workflows.
因此,在调用事件处理程序方法时调用堆栈可能只有高度受信任的调用方。
Therefore, the call stack might have only highly trusted callers when the event handler method is invoked.
程序“调用堆栈”是当前函数之前的所有已调用函数的列表(包括当前函数)。
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.
但是,假定所有框架都有符号,则在调用堆栈上看到的框架几乎总是正确的。
The frames that you see on the call stack are almost always correct, however, assuming you have symbols for all frames.
除了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.
这就使得Emacs可以显示更多的信息,包括调用堆栈、当前栈的局部变量以及各断点的状态。
This allowed Emacs to display more information, including the call stack, local variables of the current stack and the status of any breakpoints.
在运行阶段对成员的每次调用都会提出此要求,此要求将检查调用堆栈中每个调用方的权限。
This demand occurs at run time for every invocation of the member, and checks every caller in the call stack for permission.
在运行阶段对成员的每次调用都会提出此要求,此要求将检查调用堆栈中每个调用方的权限。
This demand occurs at run time for every invocation of the member, and checks every caller in the call stack for permission.
应用推荐