mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
debug-viewer: Fixed C++ destructors detection
https://bugzilla.gnome.org/show_bug.cgi?id=793447
This commit is contained in:
parent
32d146b7de
commit
47415e50e1
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ def default_log_line_regex_():
|
|||
PID = r"(\d+)\s*"
|
||||
FILENAME = r"([^:]*):"
|
||||
LINE = r"(\d+):"
|
||||
FUNCTION = "([A-Za-z0-9_]*|operator\(\)):"
|
||||
FUNCTION = "(~?[A-Za-z0-9_]*|operator\(\)):"
|
||||
# FIXME: When non-g(st)object stuff is logged with *_OBJECT (like
|
||||
# buffers!), the address is printed *without* <> brackets!
|
||||
OBJECT = "(?:<([^>]+)>)?"
|
||||
|
|
Loading…
Reference in a new issue