]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-value.c
libsframe: fix error code in sframe_decode
[thirdparty/binutils-gdb.git] / gdb / python / py-value.c
2025-04-17  Tom TromeyClean up value_struct_elt_bitpos
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-19  Jan Vranygdb/python: do not hold on gdb.Type object from gdb...
2024-12-09  Tom TromeyReject non-string types in gdb.Value.lazy_string
2024-11-26  Simon MarchiConvert type copying to new hash table
2024-11-14  Andrew Burgessgdb/python: remove some additional PyObject_IsTrue...
2024-09-24  Tom de Vries[gdb/python] Use gdbpy_handle_gdb_exception in valpy_as...
2024-09-24  Tom de Vries[gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTION
2024-09-24  Tom de Vries[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION
2024-09-23  Tom TromeyAutomatically add types to Python modules
2024-08-27  Tom de Vries[gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often
2024-08-22  Tom de Vries[gdb] Add const to catch gdb_exception
2024-07-24  Tom de Vries[gdb/exp] Allow internal function to indicate return...
2024-06-03  Hannes DomaniEnable call of overloaded subscript operator from python
2024-06-03  Hannes DomaniAllow calling of convenience functions with python
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-14  Tom TromeyRemove 'if' from GDB_PY_HANDLE_EXCEPTION
2024-02-08  Hannes DomaniAllow calling of C++ methods from python
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-10-26  Andrew Burgessgdb/python: Add new gdb.Value.bytes attribute
2023-10-16  Tom TromeyFix register-setting response from DAP
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-09-05  Tom TromeyAdd new Python APIs to support DAP value display
2023-09-05  Tom TromeyUse ada_value_subscript in valpy_getitem
2023-06-12  Tom TromeyAdd gdb.Value.assign method
2023-06-05  Andrew Burgessgdb: building inferior strings from within GDB
2023-06-03  Tom de Vries[gdb/python] Fix doc string of valpy_const_value
2023-05-05  Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-02-27  Kevin BuettnerPython QUIT processing updates
2023-02-27  Tom TromeyFix value chain use-after-free
2023-02-13  Tom TromeyTurn record_latest_value into a method
2023-02-13  Tom TromeyTurn preserve_one_value into method
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn value_copy into a method
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_incref and value_decref into methods
2023-02-13  Tom TromeyTurn value_fetch_lazy into a method
2023-02-13  Tom TromeyTurn value_zero into static "constructor"
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-13  Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-01-19  Andrew BurgessGDB: Add a character string limiting option
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19  Tom TromeyUse bool constants for value_print_options
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-07-15  Tom TromeyAdd 'summary' mode to Value.format_string
2022-07-15  Tom TromeyExpose current 'print' settings to Python
2022-06-18  Enze Ligdb/python: Export nibbles to python layer
2022-06-05  Tom TromeyRemove obsolete Python 2 comment
2022-03-23  Simon Marchigdb/python: remove Python 2 support
2022-02-07  Andrew Burgessgdb/python: allow Value.format_string to return styled...
2022-01-26  Andrew Burgessgdb/python: add gdb.history_count function
2022-01-26  Tom TromeyChange how Python architecture and language are handled
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-08  Andrew Burgessgdb/python: Use tp_init instead of tp_new to setup...
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-09-23  Tom TromeyChange pointer_type to a method of struct type
2021-09-07  Andrew Burgessgdb/python: new function to add values into GDB's history
2021-06-25  Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-18  Hannes DomaniAdd address keyword to Value.format_string
2020-12-04  Tom TromeyRemove redundant typedefs
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-15  Tom TromeyDon't use PyInt_FromLong
2020-09-15  Tom TromeyDon't use gdb_py_long_from_ulongest
2020-09-15  Tom TromeyDon't use gdb_py_long_from_longest
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-03-14  Tom TromeyChange extension language pretty-printers to use value API
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-05  Tom TromeyRemove la_get_string member
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-19  Tom TromeyFix indentation in value_has_field
2019-04-29  Andrew Burgessgdb: Introduce 'print max-depth' feature
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-01  Marco BarisioneAdd gdb.Value.format_string ()
2019-03-07  Andrew Burgessgdb: Move value_from_host_double into value.c and make...
2019-02-27  Tom TromeyRemove Python 2.4 and 2.5 support
2019-02-26  Kevin BuettnerDefine gdb.Value(bufobj, type) constructor
2019-01-23  Tom TromeyDo not include py-ref.h in most files
2019-01-03  Tom TromeyRemove more uses of explicit reference counting in...
2019-01-03  Tom TromeyUse a wrapper for PyErr_Fetch
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyUse gdbpy_convert_exception in a few more spots
2018-11-21  Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-04  Tom TromeyReturn gdbpy_ref from gdb_py_object_from_*longest
2018-09-24  Tom TromeyAllow conversion of pointers to Python int
2018-09-24  Tom TromeyPreserve sign when converting gdb.Value to Python int
2018-09-24  Tom TromeyAllow more Python scalar conversions
2018-06-18  Tom TromeyUse unique_xmalloc_ptr for read_string
2018-05-31  Tom TromeyAdd basic Python API for convenience variables
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-06  Ulrich WeigandTarget FP: Handle interfaces to scripting languages
2017-11-06  Ulrich WeigandTarget FP: Introduce target-float.{c,h}
next