Hi folks,
http://lldb.llvm.org/tutorial.html states:
"
The commands that currently work while running include interrupting the
process to halt execution ("process interrupt"), getting the process
status ("process status"), breakpoint setting and clearing (" breakpoint
[set|clear|enable|disable|list] ..."), and memory reading and writing ("
memory [read|write] ...").
"
However, I tried to read memory when my (embedded harvard arch) target
is running:
(lldb) target list
Current targets:
* target #0:
/home/mg11/src/main/devtools/main/heracles/csrgdbserver/test/examples/simple/kalgsd5te.elf
( arch=unknown--linux, platform=host, pid=1, state=running )
(lldb) memory read 0x1000 --count 4
error: Process is running. Use 'process interrupt' to pause execution.
(lldb)
Does my observation reflect a documentation or coding bug?
thanks
Matthew Gardiner
Member of the CSR plc group of companies. CSR plc registered in England and
Wales, registered number 4187346, registered office Churchill House, Cambridge
Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Keep up to date with CSR on our
technical blog, www.csr.com/blog, CSR people blog, www.csr.com/people, YouTube,
www.youtube.com/user/CSRplc, Facebook,
www.facebook.com/pages/CSR/191038434253534, or follow us on Twitter at
www.twitter.com/CSR_plc.
New for 2014, you can now access the wide range of products powered by aptX at
www.aptx.com.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev