Age | Commit message (Expand) | Author | Files | Lines |
2024-12-09 | Reject non-string types in gdb.Value.lazy_string | Tom Tromey | 1 | -11/+2 |
2024-11-25 | Convert type copying to new hash table | Simon Marchi | 1 | -1/+2 |
2024-11-14 | gdb/python: remove some additional PyObject_IsTrue calls | Andrew Burgess | 1 | -4/+5 |
2024-09-24 | [gdb/python] Use gdbpy_handle_gdb_exception in valpy_assign_core | Tom de Vries | 1 | -2/+1 |
2024-09-24 | [gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTION | Tom de Vries | 1 | -2/+2 |
2024-09-24 | [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION | Tom de Vries | 1 | -30/+30 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 1 | -5/+1 |
2024-08-27 | [gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often | Tom de Vries | 1 | -2/+1 |
2024-08-22 | [gdb] Add const to catch gdb_exception | Tom de Vries | 1 | -2/+2 |
2024-07-24 | [gdb/exp] Allow internal function to indicate return type | Tom de Vries | 1 | -1/+2 |
2024-06-03 | Enable call of overloaded subscript operator from python | Hannes Domani | 1 | -1/+5 |
2024-06-03 | Allow calling of convenience functions with python | Hannes Domani | 1 | -5/+13 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-14 | Remove 'if' from GDB_PY_HANDLE_EXCEPTION | Tom Tromey | 1 | -11/+5 |
2024-02-08 | Allow calling of C++ methods from python | Hannes Domani | 1 | -2/+3 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-10-26 | gdb/python: Add new gdb.Value.bytes attribute | Andrew Burgess | 1 | -19/+103 |
2023-10-16 | Fix register-setting response from DAP | Tom Tromey | 1 | -1/+7 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-09-05 | Add new Python APIs to support DAP value display | Tom Tromey | 1 | -0/+37 |
2023-09-05 | Use ada_value_subscript in valpy_getitem | Tom Tromey | 1 | -0/+3 |
2023-06-12 | Add gdb.Value.assign method | Tom Tromey | 1 | -0/+30 |
2023-06-05 | gdb: building inferior strings from within GDB | Andrew Burgess | 1 | -5/+3 |
2023-06-03 | [gdb/python] Fix doc string of valpy_const_value | Tom de Vries | 1 | -1/+1 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+3 |
2023-02-27 | Python QUIT processing updates | Kevin Buettner | 1 | -0/+5 |
2023-02-27 | Fix value chain use-after-free | Tom Tromey | 1 | -32/+22 |
2023-02-13 | Turn record_latest_value into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn preserve_one_value into method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_copy into a method | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_incref and value_decref into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_zero into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -17/+17 |
2023-01-19 | GDB: Add a character string limiting option | Andrew Burgess | 1 | -1/+3 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Use bool constants for value_print_options | Tom Tromey | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -5/+5 |
2022-07-15 | Add 'summary' mode to Value.format_string | Tom Tromey | 1 | -1/+6 |
2022-07-15 | Expose current 'print' settings to Python | Tom Tromey | 1 | -2/+2 |
2022-06-18 | gdb/python: Export nibbles to python layer | Enze Li | 1 | -1/+6 |
2022-06-05 | Remove obsolete Python 2 comment | Tom Tromey | 1 | -7/+0 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 1 | -66/+0 |
2022-02-07 | gdb/python: allow Value.format_string to return styled output | Andrew Burgess | 1 | -2/+5 |
2022-01-26 | gdb/python: add gdb.history_count function | Andrew Burgess | 1 | -0/+8 |