aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-unwind.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Run isortTom Tromey1-2/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-06-17[gdb/testsuite] Remove f-string in gdb.python/py-unwind.pyTom de Vries1-1/+1
2023-04-18gdb: re-format Python code with black 23Simon Marchi1-0/+1
2023-04-06gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess1-2/+2
2023-04-06gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess1-8/+20
2023-03-30gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess1-15/+1
2023-03-30gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess1-2/+4
2023-03-30gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess1-1/+15
2023-03-30gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess1-0/+104
2023-03-30gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess1-0/+7
2023-03-30gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess1-1/+12
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-21Fix crash in gdbpy_parse_register_idTom Tromey1-0/+16
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi1-12/+14
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess1-1/+10
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess1-1/+9
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-01-01update copyright year range in GDB filesJoel Brobecker1-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/+99