aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-mi.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-11Emit stop reason details in Python stop eventsTom Tromey1-1/+1
2023-12-11Move py_ui_out to a new headerTom Tromey1-128/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six1-1/+1
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany1-0/+74
2023-10-10gdb/python: generalize serialize_mi_result()Jan Vrany1-0/+159
2023-08-23gdb: remove mi_parse::make functionsAndrew Burgess1-2/+2
2023-05-23Implement gdb.execute_miTom Tromey1-0/+298