代码段(.text) | 数据段(.data)/数据段(.bss) | 堆(heap) | 栈(stack) | |
开始 | 0x400000 | 0x600000 | 0x602000 | 0x7ffffffde000 |
结束 | 0x401000 | 0x602000 | 0x623000 | 0x7ffffffff000 |
符号名 | 类型 | 位置 | 所属 |
main | 函数 | 0x40056d | 代码段(.text) |
func | 函数 | 0x40055d | 代码段(.text) |
argc | 参数 | 0x7fffffffe4fc | 栈(stack) |
argv | 参数 | 0x7fffffffe4f0 | 栈(stack) |
a | 全局变量 | 0x601034 | 数据段(.data) |
b | 局部变量 | 0x7fffffffe50c | 栈(stack) |
p | 局部指针变量 | 0x602010 | 堆(heap) |
layout src | Standard layout—source on top, command window on the bottom |
layout asm | Just like the "src" layout, except it's an assembly window on top |
layout split | Three windows: source on top, assembly in the middle, and command at the bottom |
layout reg | Opens the register window on top of either source or assembly, whichever was opened last |
tuireggeneral | Show the general registers |
tui reg float | Show the floating point registers |
tuiregsystem | Show the "system" registers |
tui reg next | Show the next page of registers—this is important because there might be pages of registers that aren't in the "general", "float", or "system" sets |
欢迎光临 嵌入式开发交流网论坛 (http://www.dianzixuexi.com/bbs/) | Powered by Discuz! X3.2 |