aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-connection.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-5/+5
2022-01-26Change how Python architecture and language are handledTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-30gdb/python: add gdb.RemoteTargetConnection.send_packetAndrew Burgess1-3/+207
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess1-0/+366