aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-inferior.exp
AgeCommit message (Expand)AuthorFilesLines
2024-10-07[gdb/testsuite] Fix gdb.python/py-inferior.exp with -fsanitize=threadTom de Vries1-1/+2
2024-04-26gdb_is_target_native -> gdb_protocol_is_nativePedro Alves1-1/+1
2024-04-18[gdb/testsuite] Use allocator_may_return_null=1 in two test-casesTom de Vries1-1/+9
2024-04-16[gdb/python] Throw MemoryError in inferior.read_memory if malloc failsTom de Vries1-0/+6
2024-02-27Rewrite "python" command exception handlingTom Tromey1-12/+12
2024-01-12gdb/testsuite: fix failure in gdb.python/py-inferior.expAndrew Burgess1-13/+18
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess1-0/+17
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess1-0/+19
2024-01-12gdb/python: add gdb.InferiorThread.__repr__() methodAndrew Burgess1-1/+15
2023-07-19Fix gdb.Inferior.read_memory without execution (PR dap/30644)Pedro Alves1-0/+10
2023-07-14Use correct inferior in Inferior.read_memory et alTom Tromey1-0/+27
2023-07-14Rename Python variable in py-inferior.expTom Tromey1-5/+6
2023-07-14Refactor py-inferior.expTom Tromey1-14/+29
2023-07-14Minor cleanups in py-inferior.expTom Tromey1-4/+3
2023-05-24Add attributes and methods to gdb.InferiorTom Tromey1-0/+36
2023-01-13Rename to allow_python_testsTom Tromey1-1/+1
2023-01-13Use "require" for Python testsTom Tromey1-3/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28gdb/testsuite: remove use of then keyword from gdb.python/*.expAndrew Burgess1-1/+1
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-5/+1
2022-01-26Change how Python architecture and language are handledTom Tromey1-0/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess1-2/+18
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi1-1/+0
2021-05-14gdb/python: add a 'connection_num' attribute to Inferior objectsTankut Baris Aktemur1-1/+24
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-06-30Fix test breakages caused by removal of gdb_py_test_multiple.Philippe Waroquiers1-2/+2
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-06Add Inferior.architecture methodTom Tromey1-0/+8
2018-09-13python: Add Inferior.progspace propertySimon Marchi1-0/+5
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi1-1/+16
2018-09-12python: Add tests for trying to use an invalid Inferior objectSimon Marchi1-0/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey1-0/+24
2017-06-13gdb/testsuite: Add "get_endianness" convenience procAndreas Arnez1-9/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado1-1/+1
2016-01-12Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+2
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+2
2015-11-24Make gdb.python/py-inferior.exp test names uniquePedro Alves1-100/+117
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-06-07Remove superfluous semicolons from testsuite throughout.Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-102012-12-10 Paul Koning <paul_koning@dell.com>Paul Koning1-32/+37