aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-unwind.exp
AgeCommit message (Expand)AuthorFilesLines
2023-06-22gdb/testsuite: fix gdb.python/py-unwind.exp with python >= 3.11Ilya Leoshkevich1-1/+3
2023-04-06gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess1-4/+11
2023-04-03gdb/testsuite: fix failure in gdb.python/py-unwind.expAndrew Burgess1-1/+1
2023-03-30gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess1-0/+36
2023-03-30gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess1-0/+17
2023-03-30gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess1-0/+19
2023-03-30gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess1-1/+32
2023-03-30gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess1-0/+19
2023-03-30gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess1-7/+87
2023-01-26[gdb/testsuite] Add and use is_x86_64_m64_targetTom de Vries1-1/+1
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-08-21Fix crash in gdbpy_parse_register_idTom Tromey1-0/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi1-1/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess1-1/+1
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-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-07-22gdb.python/py-unwind: Disable stack protectionSimon Marchi1-1/+6
2017-07-06Fix Python unwinder frames regressionPedro Alves1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-23Fix more cases of improper test namesLuis Machado1-1/+1
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado1-1/+1
2016-07-20testsuite patch: Skip py-unwind.exp on x86_64 -m32Jan Kratochvil1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-0/+54