Skip to content

gobject_gdb.py: adapt to recent gsignal changes

Nelson Ben requested to merge adapt_gsignal_changes into main

Add to script the new functions added in commit 2368187e and commit e5ee6e14 which are:

signal_emitv_unlocked()
signal_emit_valist_unlocked()

so that the <emit signal 'blabla'> line keeps showing after them.

Merge request reports