aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-6/+6
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-3/+3
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov1-5/+21
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov1-1/+1
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-2/+3
2017-03-16Fix various python lazy string bugs.Doug Evans1-8/+68
2017-02-10Remove unnecessary local variablesTom Tromey1-1/+0
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-6/+6
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-12/+4
2017-01-10Add scoped_value_markTom Tromey1-44/+18
2017-01-10Use gdbpy_ref in py-value.cTom Tromey1-29/+14
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-13/+6
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves1-4/+3
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans1-1/+2
2016-10-06Fix gdb.Value->python conversion for large unsigned ints.Doug Evans1-1/+4
2016-09-20Avoid -Wduplicated-cond warnings in gdb/pythonTom Tromey1-0/+2
2016-05-25fix spelling of HAVE_LIBPYTHON2_4 in py-value.cTom Tromey1-2/+2
2016-05-24Fix PR python/17386 - add __index__ method to gdb.ValueTom Tromey1-1/+7
2016-05-24add nb_inplace_divide for python 2Tom Tromey1-0/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves1-155/+185
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-7/+7
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra1-0/+57
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-75/+153
2015-02-04Fix Python 3 build error on 32-bit hostsJan Kratochvil1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-10Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra1-2/+1
2014-04-07[python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra1-1/+4
2014-03-16Fix Python 2.4 build breakUlrich Weigand1-1/+2
2014-02-19Call overloaded operators to perform operations on gdb.Value objects.Siva Chandra1-11/+29
2014-02-05Extension Language APIDoug Evans1-13/+2
2014-01-15Fix small style violation in py-value.c:get_field_typeJoel Brobecker1-5/+3
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra1-14/+66
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra1-2/+124
2013-11-29Remove trailing whitespace.Doug Evans1-5/+5
2013-11-20get rid of py-value.c:is_intlike (use is_integral_type instead)Joel Brobecker1-15/+3
2013-11-19Fix int() builtin with range type gdb.Value objects.Joel Brobecker1-0/+1
2013-10-032013-10-03 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-7/+14
2013-05-30fix py-value.cTom Tromey1-2/+8
2013-05-20 * python/py-value.c (valpy_get_dynamic_type): SimplifyTom Tromey1-9/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-5/+4
2013-04-19-Wpointer-sign: python/.Pedro Alves1-1/+2