debugging - Jtag Trace 32 - setting breakpoint in range of addresses -


this question on jtag.

i trying set read/write breakpoint in range of addresses.

command give in b.set window follows(and selecting read/write)

a:0x8500000..0xd300000 

but when list it(b.list) shows follows :

an:0x0:0x8500000--0xd300000 

why 0x0 getting appended? so, original range of addresses @ wanted put breakpoint altered?

additional information : using lauterbach trace 32. cpu arm krait

thank you.

0x00 space id. 0 complete kernel space. user spaces space id process id. space id's nothing address space identifiers, used tlb differentiate pagetable ebtries.


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -