frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
734 stars 242 forks source link

debug-symbol: Ensure path is absolute and add column field #692

Closed mrmacete closed 1 year ago

mrmacete commented 1 year ago

The file_name field is now an absolute path on Darwin too, the column field has also been added to all existing backends.

file_name is now also canonicalized in darwin and libdwarf backends.

mrmacete commented 1 year ago

hmm this job fails consistently (tried to rerun it a few times too) https://github.com/frida/frida-gum/actions/runs/3575216331/jobs/6013659816

but if it's related to these changes then i don't know how