aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-tui.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-30Add keywords to TuiWindow.writeTom Tromey1-3/+6
2023-11-06Fix resizing of TUI python windowsHannes Domani1-0/+10
2023-07-26[gdb/tui] Fix assert in ~gdbpy_tui_window_makerTom de Vries1-1/+2
2023-07-15gdb/tui: make tui_win_info::title privateAndrew Burgess1-1/+1
2023-07-10Update TUI window title when changedTom Tromey1-1/+1
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-2/+4
2023-03-06gdb/python: Fix --disable-tui buildKévin Le Gouguec1-0/+2
2023-02-13gdb/python: deallocate tui window factories at Python shut downAndrew Burgess1-2/+50
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-26Change how Python architecture and language are handledTom Tromey1-9/+9
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-04Forward mouse click to python TUI windowHannes Domani1-0/+17
2021-05-27Add optional full_window argument to TuiWindow.writeHannes Domani1-6/+14
2021-05-24Prevent flickering when redrawing the TUI python windowHannes Domani1-1/+3
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess1-7/+26
2021-02-08gdb/python: don't allow the user to delete window title attributesAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-09-27Use an inner window in tui_py_windowTom Tromey1-27/+32
2020-09-15Don't use PyLong_FromLongTom Tromey1-2/+6
2020-06-16Fix crash when TUI window creation failsTom Tromey1-1/+4
2020-06-05Revert "gdb/python: Avoid use after free in py-tui.c"Andrew Burgess1-1/+1
2020-06-05gdb/python: Avoid use after free in py-tui.cAndrew Burgess1-1/+1
2020-04-20Mark move constructors as "noexcept"Tom Tromey1-1/+1
2020-03-31Fix py-tui.c build problemTom Tromey1-1/+7
2020-02-22Allow TUI windows in PythonTom Tromey1-0/+510