]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-unwind.c
Updated translations for various sub-directories
[thirdparty/binutils-gdb.git] / gdb / python / py-unwind.c
2025-06-26  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-23  Andrew Burgessgdb/python: don't use PyObject_IsInstance in py-unwind.c
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-01-17  Guinevere Larsengdb: Migrate frame unwinders to use C++ classes
2025-01-17  Guinevere Larsengdb: add "unwinder class" to frame unwinders
2025-01-10  Thiago Jung BauermannGDB: trad-frame: Store length of value_bytes in trad_fr...
2024-09-24  Tom de Vries[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION
2024-09-23  Tom TromeyAutomatically add types to Python modules
2024-05-10  Tom de Vries[gdb/python] Make gdb.UnwindInfo.add_saved_register...
2024-05-08  Tom de Vries[gdb/python] Make gdb.UnwindInfo.add_saved_register...
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-12  Andrew Burgessgdb/python: hoist common invalid object repr code into...
2023-12-24  Simon Marchigdb: remove VALUE_REGNUM, add value::regnum
2023-12-21  Pedro AlvesFix Clang build issue with flexible array member and...
2023-12-20  Pedro AlvesMake cached_reg_t own its data
2023-12-14  Simon Marchigdb: change value_of_register and value_of_register_laz...
2023-10-16  Andrew Burgessgdb: replace architecture_changed with new_architecture...
2023-10-10  Simon Marchigdb: add inferior parameter to architecture_changed...
2023-05-05  Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-04-06  Andrew Burgessgdb/python: have PendingFrame methods accept keyword...
2023-04-06  Andrew Burgessgdb/python: have UnwindInfo.add_saved_register accept...
2023-03-30  Andrew Burgessgdb/python: Allow gdb.UnwindInfo to be created with...
2023-03-30  Andrew Burgessgdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfo
2023-03-30  Andrew Burgessgdb/python: add __repr__ for PendingFrame and UnwindInfo
2023-03-30  Andrew Burgessgdb/python: add some additional methods to gdb.PendingFrame
2023-03-30  Andrew Burgessgdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro...
2023-02-27  Tom TromeyFix value chain use-after-free
2023-02-13  Tom TromeyRemove deprecated_lval_hack
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-08-21  Tom TromeyFix crash in gdbpy_parse_register_id
2022-08-04  Tom TromeyUse registry in gdbarch
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-23  Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-01-26  Tom TromeyChange how Python architecture and language are handled
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-06-29  Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-22  Simon Marchigdb/python: print name of unwinder that claimed frame...
2021-06-21  Andrew Burgessgdb/python: add PendingFrame.level and Frame.level...
2021-06-21  Andrew Burgessgdb/python: handle saving user registers in a frame...
2021-05-09  Andrew Burgessgdb/py: convert debug logging in py-unwind to use new...
2021-05-09  Andrew Burgessgdb: replace fprint_frame_id
2021-04-28  Andrew Burgessgdb: delay python initialisation until gdbpy_finish_ini...
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04  Tom TromeyRemove redundant typedefs
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-07-28  Andrew Burgessgdb/python: make more use of RegisterDescriptors
2020-07-06  Andrew Burgessgdb/python: Add architecture method to gdb.PendingFrame
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-08-15  Christian BiesingerRename internal Python functions to start with an under...
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-01-23  Tom TromeyDo not include py-ref.h in most files
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyConsolidate some Python exception-printing functions
2018-07-22  Tom TromeySimple unused variable removals
2018-06-27  Tom TromeyRemove a VEC from py-unwind.c
2018-03-19  Tom TromeyConvert observers to C++
2018-03-08  Alan HaywardRemove MAX_REGISTER_SIZE define
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-16  Pedro AlvesPython unwinder sniffer: PyExc_KeyboardInterrupt -...
2017-07-05  Pedro AlvesFix Python unwinder frames regression
2017-06-22  Alan HaywardFix cached_frame allocation in py-unwind
2017-06-22  Alan HaywardRemove MAX_REGISTER_SIZE from py-unwind.c
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11  Tom TromeyUse gdbpy_ref in pyuw_object_attribute_to_pointer
2017-01-11  Tom TromeyUse gdbpy_enter in py-unwind.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-16  Kevin BuettnerMake gdb.PendingFrame.read_register handle "user" regis...
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/python/
2016-11-07  Doug Evanspython/py-unwind.c (unwind_infopy_str): Fix use of...
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-13  Pedro AlvesFix Python frame unwinder issue caught by Valgrind
2015-05-15  Yuanhui ZhangFix a couple C++ build issues
2015-04-01  Sasha SmundakAdd support for writing unwinders in Python.