aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15Add 'summary' mode to Value.format_stringTom Tromey1-1/+6
2022-07-15Expose current 'print' settings to PythonTom Tromey1-2/+2
2022-06-18gdb/python: Export nibbles to python layerEnze Li1-1/+6
2022-06-05Remove obsolete Python 2 commentTom Tromey1-7/+0
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-66/+0
2022-02-07gdb/python: allow Value.format_string to return styled outputAndrew Burgess1-2/+5
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess1-0/+8
2022-01-26Change how Python architecture and language are handledTom Tromey1-9/+12
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-08gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess1-47/+69
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-3/+3
2021-09-23Change pointer_type to a method of struct typeTom Tromey1-2/+2
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess1-0/+27
2021-06-25gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-18Add address keyword to Value.format_stringHannes Domani1-1/+6
2020-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-18/+18
2020-09-15Don't use PyInt_FromLongTom Tromey1-1/+1
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey1-1/+1
2020-09-15Don't use gdb_py_long_from_longestTom Tromey1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-25/+25
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-0/+21
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-05Remove la_get_string memberTom Tromey1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-19Fix indentation in value_has_fieldTom Tromey1-1/+1
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-2/+5
2019-04-25Make exception handling more efficientTom Tromey1-4/+4
2019-04-25Remove exception_noneTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-31/+31
2019-04-08Rewrite TRY/CATCHTom Tromey1-93/+62
2019-04-01Add gdb.Value.format_string ()Marco Barisione1-0/+164
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess1-5/+1
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-3/+0
2019-02-26Define gdb.Value(bufobj, type) constructorKevin Buettner1-10/+62
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
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