aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove more uses of explicit reference counting in PythonTom Tromey1-11/+2
2019-01-03Use a wrapper for PyErr_FetchTom Tromey1-5/+5
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Use gdbpy_convert_exception in a few more spotsTom Tromey1-3/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-3/+3
2018-11-04Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey1-2/+2
2018-09-23Allow conversion of pointers to Python intTom Tromey1-1/+2
2018-09-23Preserve sign when converting gdb.Value to Python intTom Tromey1-1/+4
2018-09-23Allow more Python scalar conversionsTom Tromey1-3/+22
2018-06-18Use unique_xmalloc_ptr for read_stringTom Tromey1-8/+4
2018-05-31Add basic Python API for convenience variablesTom Tromey1-0/+77
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-5/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand1-3/+7
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-7/+4
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+2
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