If no address is provided, it takes the current registers to traceback the stack.
如果没有提供地址,那么它采用当前寄存器来回溯堆栈。
It is important to set this limit so the stack and Shared memory address space do not collide with each other.
设置这个限制,使堆栈和共享内存地址空间不会相互冲突,这一点很重要。
Remember that when a program makes a function call (especially for recursive ones), it has to store its return address and local variables on the stack.
记住当程序进行函数调用(特别是针对递归函数)时,它必须在堆栈上存储返回地址和本地变量。
The topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.
进程地址空间的首段地址便是栈,它储存了局部变量以及大多数编程语言的函数参数。
Its only argument is the address of the string to be displayed, which is passed on to it by pushing the address of the string in the stack (line 30).
它惟一的参数是要显示的字符串的地址,通过将字符串的地址压入堆栈(第30行),将这个参数传递给它。
An analyzer that simply reports information it finds in the dump; for example, the number of address Spaces found, the stack information for all threads found, and so on.
一种报告在转储中查找到的信息的分析程序;例如,找到的地址空间数量、所有找到线程的堆栈信息,等等。
So this instruction stores the link register (which holds the return address) into the proper location in the calling function's stack frame.
所以该指令会将链接寄存器(存有返回地址)存储到调用函数堆栈框架的恰当位置。
Otherwise, it assumes the provided address as a valid stack frame start address and attempts to traceback.
否则,它假定所提供的地址是有效的堆栈帧起始地址并设法进行回溯。
The address at the top of the stack represents the function that was last called (that is, the active function).
栈顶的地址就代表最后一次被调用的函数(也就是当前的活动函数)。
If another entry address follows, it means that the address on the stack called the address last read from the trace file.
如果后面紧接着是另外一个入口地址,这说明堆栈中的地址调用了这个刚从跟踪文件处读出的地址。
Furthermore, this stack should be easy to grow, so as to address any remaining developer needs.
更进一步,这一技术栈应该易于成长,以解决其余开发者的需求。
The computer refers to this point as the return address and keeps track of it in the stack frame.
计算机引用这一点作为返回地址,会在堆栈框架中跟踪它。
The distinct bands in the address space correspond to memory segments like the heap, stack, and so on.
内存地址空间是由诸如堆、栈等段式内存管理 方式进行管理的。
The argument defines the level of the call stack for which you want to obtain the return address.
这个参数定义希望获取返回地址的调用堆栈级别。
LR_OFFSET is the offset into the stack frame of the return address.
LR_OFFSET是返回地址的堆栈框架的偏移量。
Some instructions in Rexx may explicitly specify a stack to operate on; but other instructions operate within an environment which you configure with the ADDRESS instruction.
Rexx中有一些指令可以显式地指定要操作的栈;但是其他指令操作是在您用ADDRESS指令配置的环境中进行。
When an exit address is encountered, the current active function has returned and the top element on the stack is discarded.
在碰到退出函数时,当前的活动函数就会返回,并释放栈顶元素。
A change that introduces some sort of index that allows access to random elements of the large retransmission queue is critical to address the find-first attacks against the TCP stack.
这个改变引入一些索引,允许对大的重传队列中的元素进行随机访问,这个改变对于解决TCP协议栈的find - first攻击问题很重要。
Because we are just jumping into the same function, the return address and old % ebp will be the same and the stack size won't change.
由于我们只是跳转到同一个函数,所以返回地址和旧的%ebp是相同的,栈的大小也不会改变。
Jakarta Struts was a vast improvement over previous efforts to address Web application frameworks-to address the whole model view controller (MVC) stack.
JakartaStruts是解决以前Web应用程序框架问题(即解决整个模型视图控制器(MVC)堆栈问题)的一大改进。
After this, the address of the string usort_str is pushed onto the stack (line 30).
在此之后,字符串的地址usort_str被压入堆栈(第30行)。
For example, a (trivial) new command called hari could be defined that would display one line of memory starting at address 0xc000000, display the contents of the registers, and dump the stack.
例如,可以定义一个(简单的)新命令hari,它显示从地址0xc000000开始的一行内存、显示寄存器的内容并转储堆栈。
mbackchain and -mno-backchain: These options control whether the address of the caller's frame is stored as so-called "backchain" pointer into the callee's stack frame.
mbackchain和 -mno-backchain:这些选项控制调用方帧的地址是否作为 “backchain”指针存储到被调用方的堆栈帧。
This code replaces the return address on the stack with the trampoline address-the Kretprobe address.
这段代码使用trampoline地址替换堆栈上的返回地址——Kretprobe地址。
It optionally takes a stack frame address as an argument.
它可以有选择地将堆栈帧地址作为参数。
This means that we have to manually rewrite the stack to fake a return address so that the tail-called function will return directly to our parent.
这意味着我们必须手工重新编写栈来仿造一个返回地址,以使得尾部调用的函数能直接返回到调用它的函数。
Each time an entry address is encountered in the trace file, it's pushed onto the stack.
每次在跟踪文件中碰到一个入口地址时,就将其压入堆栈。
On 32-bit systems, the default address-space model is that it USES a single segment for user and stack data with a maximum aggregate size close to 256 MB.
在32位系统上,默认的地址空间模型是对于用户和堆栈数据使用单一数据段,最大总大小接近256MB。
On 32-bit systems, the default address-space model is that it USES a single segment for user and stack data with a maximum aggregate size close to 256 MB.
在32位系统上,默认的地址空间模型是对于用户和堆栈数据使用单一数据段,最大总大小接近256MB。
应用推荐