]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-value.c
gdb: building inferior strings from within GDB
[thirdparty/binutils-gdb.git] / gdb / python / py-value.c
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}
2017-09-04  Pedro AlvesStop assuming no-debug-info functions return int
2017-04-05  Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-20  Artemiy VolkovSupport rvalue references in the gdb python module...
2017-03-20  Artemiy VolkovAdd ability to return rvalue reference values from...
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-03-16  Doug EvansFix various python lazy string bugs.
2017-02-10  Tom TromeyRemove unnecessary local variables
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 TromeyAdd scoped_value_mark
2017-01-11  Tom TromeyUse gdbpy_ref in py-value.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
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 EvansFix ext lang calls to value_struct_elt.
2016-10-06  Doug EvansFix gdb.Value->python conversion for large unsigned...
2016-09-20  Tom TromeyAvoid -Wduplicated-cond warnings in gdb/python
2016-05-25  Tom Tromeyfix spelling of HAVE_LIBPYTHON2_4 in py-value.c
2016-05-24  Tom TromeyFix PR python/17386 - add __index__ method to gdb.Value
2016-05-24  Tom Tromeyadd nb_inplace_divide for python 2
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-29  Pedro AlvesDon't assume break/continue inside a TRY block works
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
next