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

2020-02-13 Thread kkleine at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25548 --- Comment #2 from Konrad Kleine --- Please hold back with implementing this because from what I heard from LLDB folks, the normalization of paths is not always sound. I wouldn't want to spread this if we're not 100% clear. -- You are recei

[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 debuginfod/25548] New: also support canonicalized source-file name lookups in webapi

2020-02-13 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25548 Bug ID: 25548 Summary: also support canonicalized source-file name lookups in webapi Product: elfutils Version: unspecified Status: NEW Severity: normal