We have a tricky problem which looks like it needs some tracing. In VisualGDB Properties, I turned Software tracing on and selected a function to trace. All good so far. The debugger had to be restarted and now a cryptic debugging failed message issues. Any help would be much appreciated.
Sorry, this looks like the ELF file you are trying to trace contains some non-standard relocation records, so VisualGDB won’t know how to patch it. We can update VisualGDB to dump the exact address of the relocation record so you could try to adjust the code to avoid it, but it may turn out that there are multiple similar records with no easy fix.
We are using a bin file not an elf file. It looks like the relocation is caused by the live tracing. I searched the code for relocate and can only find standard code.