aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-micmd.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-10-10gdb/python: generalize serialize_mi_result()Jan Vrany1-176/+9
2023-06-20Use unique_xmalloc_ptr for mi_parse::commandTom Tromey1-1/+1
2023-05-23Change mi_parse_argv to a methodTom Tromey1-1/+1
2023-05-23Use accessor for mi_parse::argsTom Tromey1-2/+3
2023-05-23Use field_signed from Python MI commandsTom Tromey1-0/+15
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-2/+6
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-3/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-4/+4
2022-03-18gdb/python: remove gdb._mi_commands dictSimon Marchi1-152/+80
2022-03-16gdb/mi: consistently notify user when GDB/MI client uses -thread-selectJan Vrany1-3/+2
2022-03-14gdb/python/mi: create MI commands using pythonAndrew Burgess1-0/+812