GNOME Bugzilla – Bug 793422
debug-viewer: Fix C++ lambda detection as functions
Last modified: 2018-02-14 00:44:16 UTC
Created attachment 368309 [details] [review] Patch Lambda functions are not properly detected and it always adds the whole line as message for these.
Thanks! There's a bigger issue here that's not covered and that would also cover this case which is that sometimes it prints the full function/method signature instead of just the name, but we can fix that when someone runs into that :) commit 50db93006e14c7310837f5ad4c48aa3c7afbc400 Author: Xabier Rodriguez Calvar <calvaris@igalia.com> Date: Tue Feb 13 14:02:39 2018 +0100 debug-viewer: Fix C++ detection of lambdas as function https://bugzilla.gnome.org/show_bug.cgi?id=793422