I want to print the full length of a C-string in dbx. How do I force dbx to print the whole string?
if its a long string it gives following msg:
(dbx) p svalue
expression too large to evaluate
(dbx)
From the docs, it says
-e num
Chooses a large size for the evaluation stack (as large as you want). The default stack size is 20,000 bytes. num = number of bytes. If you see the message too large to evaluate, rerun dbx suppling a value greater than 20,000