Add `set print array-indexes' tests for C/C++ arrays
[binutils-gdb.git] / gdb / python / py-value.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
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...
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-05-10 Siva Chandra[Python] Add methods reference_value and const_value...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-04 Jan KratochvilFix Python 3 build error on 32-bit hosts
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-07 Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-10 Siva ChandraWrap PyObject_Get/HasAttrString in a function with...
2014-04-07 Siva Chandra[python] Fix gdb.Value.dynamic_type for reference values.
2014-03-16 Ulrich WeigandFix Python 2.4 build break
2014-02-19 Siva ChandraCall overloaded operators to perform operations on...
2014-02-06 Doug EvansExtension Language API
2014-01-15 Joel BrobeckerFix small style violation in py-value.c:get_field_type
2014-01-14 Siva ChandraUse bitpos and type to lookup a gdb.Field object when...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-12 Siva Chandra2013-12-12 Siva Chandra Reddy <sivachandra@google...
2013-11-29 Doug EvansRemove trailing whitespace.
2013-11-20 Joel Brobeckerget rid of py-value.c:is_intlike (use is_integral_type...
2013-11-19 Joel BrobeckerFix int() builtin with range type gdb.Value objects.
2013-10-03 Phil Muldoon2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2013-05-30 Tom Tromeyfix py-value.c
2013-05-20 Tom Tromey * python/py-value.c (valpy_get_dynamic_type): Simplify
2013-05-20 Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20 Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-04-19 Pedro Alves-Wpointer-sign: python/.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12 Paul KoningAdd support for Python 3.
2012-03-30 Tom Tromey * python/python.c (gdbpy_decode_line): Move cleanup...
next