aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-27[gdb/python] Use GDB_PY_HANDLE_EXCEPTION more oftenTom de Vries1-2/+1
2024-08-22[gdb] Add const to catch gdb_exceptionTom de Vries1-2/+2
2024-07-24[gdb/exp] Allow internal function to indicate return typeTom de Vries1-1/+2
2024-06-03Enable call of overloaded subscript operator from pythonHannes Domani1-1/+5
2024-06-03Allow calling of convenience functions with pythonHannes Domani1-5/+13
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-14Remove 'if' from GDB_PY_HANDLE_EXCEPTIONTom Tromey1-11/+5
2024-02-08Allow calling of C++ methods from pythonHannes Domani1-2/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess1-19/+103
2023-10-16Fix register-setting response from DAPTom Tromey1-1/+7
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-09-05Add new Python APIs to support DAP value displayTom Tromey1-0/+37
2023-09-05Use ada_value_subscript in valpy_getitemTom Tromey1-0/+3
2023-06-12Add gdb.Value.assign methodTom Tromey1-0/+30
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-5/+3
2023-06-03[gdb/python] Fix doc string of valpy_const_valueTom de Vries1-1/+1
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+3
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