aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-unwind.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess1-1/+1
2023-12-24gdb: remove VALUE_REGNUM, add value::regnumSimon Marchi1-1/+1
2023-12-21Fix Clang build issue with flexible array member and non-trivial dtorPedro Alves1-1/+9
2023-12-20Make cached_reg_t own its dataPedro Alves1-7/+6
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi1-2/+2
2023-10-16gdb: replace architecture_changed with new_architecture observerAndrew Burgess1-3/+2
2023-10-10gdb: add inferior parameter to architecture_changed observableSimon Marchi1-1/+1
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-15/+19
2023-04-06gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess1-9/+14
2023-04-06gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess1-42/+42
2023-03-30gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess1-48/+65
2023-03-30gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess1-1/+1
2023-03-30gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess1-2/+65
2023-03-30gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess1-0/+221
2023-03-30gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess1-26/+27
2023-02-27Fix value chain use-after-freeTom Tromey1-3/+8
2023-02-13Remove deprecated_lval_hackTom Tromey1-1/+1
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-4/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-6/+6
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-3/+3
2022-08-21Fix crash in gdbpy_parse_register_idTom Tromey1-8/+2
2022-08-04Use registry in gdbarchTom Tromey1-13/+5
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-3/+3
2022-01-26Change how Python architecture and language are handledTom Tromey1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+3
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+1
2021-06-22gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi1-7/+29
2021-06-21gdb/python: add PendingFrame.level and Frame.level methodsAndrew Burgess1-0/+19
2021-06-21gdb/python: handle saving user registers in a frame unwinderAndrew Burgess1-0/+21
2021-05-09gdb/py: convert debug logging in py-unwind to use new schemeAndrew Burgess1-16/+38
2021-05-09gdb: replace fprint_frame_idAndrew Burgess1-7/+3
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess1-9/+14
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-6/+6
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-79/+79
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess1-34/+2
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess1-0/+20
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1