文章分类 -  Trace32

恢复call stack的办法
摘要:Question: How to reconstruct call stack?Answer: There are multiple ways to check the call stack, detail is belowDetail:This is complete procedure for Stack Recovery, which I want to share. I think most of the skills here might be applicable to HLOS as well.1) Using T32 functionalityAs all of you kno 阅读全文

posted @ 2012-01-27 11:46 不知道 阅读(1933) 评论(0) 推荐(0)

Trace32命令
摘要:Var.Break.Set v.b.s v.b.s struct1 ; set Read/write breakpoints to the whole structure struct1 v.b.s struct1.x /w ; set Write Breakpoint to struct1 element x v.b.s ast.right -> left ;set read/write breakpoints to the element ast.right is currently pointing toy.b symbol.browse 阅读全文

posted @ 2012-01-27 11:13 不知道 阅读(997) 评论(0) 推荐(0)

导航