summaryrefslogtreecommitdiff
path: root/gdb/python/py-tui.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-2/+4
* gdb/python: Fix --disable-tui buildKévin Le Gouguec2023-03-061-0/+2
* gdb/python: deallocate tui window factories at Python shut downAndrew Burgess2023-02-131-2/+50
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change how Python architecture and language are handledTom Tromey2022-01-261-9/+9
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Forward mouse click to python TUI windowHannes Domani2021-06-041-0/+17
* Add optional full_window argument to TuiWindow.writeHannes Domani2021-05-271-6/+14
* Prevent flickering when redrawing the TUI python windowHannes Domani2021-05-241-1/+3
* gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess2021-02-081-7/+26
* gdb/python: don't allow the user to delete window title attributesAndrew Burgess2021-02-081-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Use an inner window in tui_py_windowTom Tromey2020-09-271-27/+32
* Don't use PyLong_FromLongTom Tromey2020-09-151-2/+6
* Fix crash when TUI window creation failsTom Tromey2020-06-161-1/+4
* Revert "gdb/python: Avoid use after free in py-tui.c"Andrew Burgess2020-06-051-1/+1
* gdb/python: Avoid use after free in py-tui.cAndrew Burgess2020-06-051-1/+1
* Mark move constructors as "noexcept"Tom Tromey2020-04-201-1/+1
* Fix py-tui.c build problemTom Tromey2020-03-311-1/+7
* Allow TUI windows in PythonTom Tromey2020-02-221-0/+510