Skip to content

gobject_gdb.py: fix regression caused by bfbe7127

Nelson Ben requested to merge fix_gdb_python_helper into main

commit bfbe7127 did a code refactor in gobject_gdb.py and introduced a bug by failing to return the signal name when a signal had no 'detail'.

This was preventing pretty printing the name for signals with no 'detail'.

Current code:
Captura_desde_2023-05-15_14-40-47

With this MR:
Captura_desde_2023-05-15_14-40-02

Edited by Nelson Ben

Merge request reports