aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Python QUIT processing updatesKevin Buettner1-0/+5
2023-02-27Fix value chain use-after-freeTom Tromey1-32/+22
2023-02-13Turn record_latest_value into a methodTom Tromey1-1/+1
2023-02-13Turn preserve_one_value into methodTom Tromey1-1/+1
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_copy into a methodTom Tromey1-2/+2
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_incref and value_decref into methodsTom Tromey1-2/+2
2023-02-13Turn value_fetch_lazy into a methodTom Tromey1-1/+1
2023-02-13Turn value_zero into static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-17/+17
2023-01-19GDB: Add a character string limiting optionAndrew Burgess1-1/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-2/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-5/+5
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