summaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-66/+0
* gdb/python: allow Value.format_string to return styled outputAndrew Burgess2022-02-071-2/+5
* gdb/python: add gdb.history_count functionAndrew Burgess2022-01-261-0/+8
* Change how Python architecture and language are handledTom Tromey2022-01-261-9/+12
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess2021-12-081-47/+69
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-3/+3
* Change pointer_type to a method of struct typeTom Tromey2021-09-231-2/+2
* gdb/python: new function to add values into GDB's historyAndrew Burgess2021-09-071-0/+27
* gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess2021-06-251-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Add address keyword to Value.format_stringHannes Domani2020-12-181-1/+6
* Remove redundant typedefsTom Tromey2020-12-041-2/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-18/+18
* Don't use PyInt_FromLongTom Tromey2020-09-151-1/+1
* Don't use gdb_py_long_from_ulongestTom Tromey2020-09-151-1/+1
* Don't use gdb_py_long_from_longestTom Tromey2020-09-151-1/+1
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-25/+25
* Change extension language pretty-printers to use value APITom Tromey2020-03-131-0/+21
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove la_get_string memberTom Tromey2019-11-051-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Fix indentation in value_has_fieldTom Tromey2019-08-191-1/+1
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-291-2/+5
* Make exception handling more efficientTom Tromey2019-04-251-4/+4
* Remove exception_noneTom Tromey2019-04-251-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-31/+31
* Rewrite TRY/CATCHTom Tromey2019-04-081-93/+62
* Add gdb.Value.format_string ()Marco Barisione2019-04-011-0/+164
* gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2019-03-071-5/+1
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-271-3/+0
* Define gdb.Value(bufobj, type) constructorKevin Buettner2019-02-261-10/+62
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Remove more uses of explicit reference counting in PythonTom Tromey2019-01-031-11/+2
* Use a wrapper for PyErr_FetchTom Tromey2019-01-031-5/+5
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdbpy_convert_exception in a few more spotsTom Tromey2018-12-271-3/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-3/+3
* Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey2018-11-041-2/+2
* Allow conversion of pointers to Python intTom Tromey2018-09-231-1/+2
* Preserve sign when converting gdb.Value to Python intTom Tromey2018-09-231-1/+4
* Allow more Python scalar conversionsTom Tromey2018-09-231-3/+22
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-181-8/+4
* Add basic Python API for convenience variablesTom Tromey2018-05-311-0/+77
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-5/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Target FP: Handle interfaces to scripting languagesUlrich Weigand2017-11-061-3/+7
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-7/+4