[llvm-commits] [PATCH] llvm-symbolizer: symbolize global variables
Evgeniy Stepanov
eugenis at google.com
Thu Jan 10 01:32:57 PST 2013
I've got zero knowledge of lldb interface, so that part of the change should be reviewed by someone else (getNameFromSymbolTable, etc).
I'm a bit worried about llvm-symbolizer interface becoming more complicated. Why do we need this CODE/DATA distinction anyway? Is it not possible to figure out if we are looking at code or data section just by the module offset?
http://llvm-reviews.chandlerc.com/D277
More information about the llvm-commits
mailing list