On Thu, Feb 03, 2022 at 08:35:13PM -0500, Timothe Litt via curl-library wrote: > 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). > Set on-the-fly breakpoints where strlen is called, and display the arguments.
Also, ltrace can be compiled to enable the --where N option that shows a backtrace N levels deep for each traced function. -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html