]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move py_ui_out to a new header
authorTom Tromey <tromey@adacore.com>
Tue, 14 Nov 2023 17:47:54 +0000 (10:47 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 11 Dec 2023 17:51:10 +0000 (10:51 -0700)
commitf2e2493b1f892bd377b772307c5ad37bdcda4e12
tree60e533e8d5b5463b87453ea7540514fce1e8cbb4
parent7e383deb468812e400167f6b40988015f9352200
Move py_ui_out to a new header

This moves the declaration of py_ui_out to a new header, so that it
can more readily be used by other code.
gdb/python/py-mi.c
gdb/python/py-uiout.h [new file with mode: 0644]