[Bug debuginfod/25548] also support canonicalized source-file name lookups in webapi

2020-02-13 Thread jan.kratochvil at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25548 --- Comment #1 from Jan Kratochvil --- // g++ -o x x.cpp -Wall $(llvm-config --cxxflags --libs) #include #include #include int main(int argc, char **argv) { while (*++argv) { llvm::SmallString<128> path(*argv); if (llvm::sys::path

[Bug libdw/21602] dwfl_addrmodule reports bogus modules for unmapped areas

2017-06-15 Thread jan.kratochvil at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21602 Jan Kratochvil changed: What|Removed |Added CC||jan.kratochvil at redhat dot com

[Bug libdw/21602] New: dwfl_addrmodule reports bogus modules for unmapped areas

2017-06-15 Thread jan.kratochvil at redhat dot com
Priority: P2 Component: libdw Assignee: unassigned at sourceware dot org Reporter: jan.kratochvil at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- LD_LIBRARY_PATH=./libdw/ ./src/addr2line -p $p 0x7f7d33043000 Actual