Status: Accepted
Owner: [email protected]
Labels: Type-Enhancement Priority-Medium
New issue 299 by [email protected]: asan should report line number for
definitions of globals
http://code.google.com/p/address-sanitizer/issues/detail?id=299
When asan reports bugs related to globals, it shows the name of the global
variable and the name of the module where it is defined.
But not the line number.
Today in clang the line number is available only with -g in the debug info
metadata. But we need to provide the line number w/o -g,
at least with -gline-tables-only, but preferably w/o any -g* flag.
Alexey, does this look similar to the other work you are planing to do with
the debug info?
Once the LLVM pass knows the line number for the global we'll need to
extent the __asan_global structure to contain the line number (and bump
the ABI version).
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.