On 03-Feb-22 20:09, Henrik Holst via curl-library wrote:
the traces only shows that strlen was called, not on which string it was called so the digging is a bit time consuming).

Doesn't have to be too painful; automate:

Set on-the-fly breakpoints where strlen is called, and display the arguments.

e.g. with gdb

break <loc>

commands

silent

backtrace 1

print string

cont

end

Similar capabilities are in other debuggers.



Attachment: OpenPGP_signature
Description: OpenPGP digital signature

-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to