05 2013 档案

摘要:gdb输出信息过长,需要取前面的数据,下面这种方法好(gdb) set logging file <file name>(gdb) set logging on(gdb) info functions(gdb) set logging off完了就可以去取数据了Num Basename Type Address Reason | | Source | | | | | | | | 1 OpenDoor - 0x74000 e... 阅读全文
posted @ 2013-05-15 11:03 yarpee 编辑
摘要:一、STMFD SP!,{R4-R7,R11,LR}表示依次把R4-R7,R11,LR放入SP中,LR在高位参考:http://blog.chinaunix.net/uid-26435987-id-3073083.html二、学习arm中如何进行参数传递在 ARM 平台上,前4个参数由寄存器 r0-r3 传递,4个后的参数由栈传递。跟 x86 一样也是最后一个参数在栈的最高地址。参考:http://www.360doc.com/content/11/1010/17/7394876_154947299.shtmlhttp://www.yun09.com/blog/post/tigerz/2011 阅读全文
posted @ 2013-05-12 22:02 yarpee 编辑