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

2020-03-26 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25548 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2020-03-24 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25548 --- Comment #5 from Frank Ch. Eigler --- https://sourceware.org/pipermail/elfutils-devel/2020q1/002522.html -- You are receiving this mail because: You are on the CC list for the bug.

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

2020-03-01 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25548 --- Comment #4 from Frank Ch. Eigler --- Related to this, Eli Schwartz helped identify two separate outright bugs in the code that touch on this problem. The debuginfod-client.c curl api code neglects to pass CURLOPT_PATH_AS_IS, so source fil

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

2020-02-14 Thread labath at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25548 Pavel Labath changed: What|Removed |Added CC||labath at google dot com --- Comment #

[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