Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -9/+12 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-08 | gdb/python: Use tp_init instead of tp_new to setup gdb.Value | Andrew Burgess | 1 | -47/+69 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -3/+3 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -2/+2 |
2021-09-07 | gdb/python: new function to add values into GDB's history | Andrew Burgess | 1 | -0/+27 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-18 | Add address keyword to Value.format_string | Hannes Domani | 1 | -1/+6 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -18/+18 |
2020-09-15 | Don't use PyInt_FromLong | Tom Tromey | 1 | -1/+1 |
2020-09-15 | Don't use gdb_py_long_from_ulongest | Tom Tromey | 1 | -1/+1 |
2020-09-15 | Don't use gdb_py_long_from_longest | Tom Tromey | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -2/+2 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -25/+25 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 1 | -0/+21 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-05 | Remove la_get_string member | Tom Tromey | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-08-19 | Fix indentation in value_has_field | Tom Tromey | 1 | -1/+1 |
2019-04-29 | gdb: Introduce 'print max-depth' feature | Andrew Burgess | 1 | -2/+5 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -4/+4 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -31/+31 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -93/+62 |
2019-04-01 | Add gdb.Value.format_string () | Marco Barisione | 1 | -0/+164 |
2019-03-07 | gdb: Move value_from_host_double into value.c and make more use of it | Andrew Burgess | 1 | -5/+1 |
2019-02-27 | Remove Python 2.4 and 2.5 support | Tom Tromey | 1 | -3/+0 |
2019-02-26 | Define gdb.Value(bufobj, type) constructor | Kevin Buettner | 1 | -10/+62 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-03 | Remove more uses of explicit reference counting in Python | Tom Tromey | 1 | -11/+2 |
2019-01-03 | Use a wrapper for PyErr_Fetch | Tom Tromey | 1 | -5/+5 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-27 | Use gdbpy_convert_exception in a few more spots | Tom Tromey | 1 | -3/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -3/+3 |
2018-11-04 | Return gdbpy_ref from gdb_py_object_from_*longest | Tom Tromey | 1 | -2/+2 |
2018-09-23 | Allow conversion of pointers to Python int | Tom Tromey | 1 | -1/+2 |
2018-09-23 | Preserve sign when converting gdb.Value to Python int | Tom Tromey | 1 | -1/+4 |
2018-09-23 | Allow more Python scalar conversions | Tom Tromey | 1 | -3/+22 |
2018-06-18 | Use unique_xmalloc_ptr for read_string | Tom Tromey | 1 | -8/+4 |
2018-05-31 | Add basic Python API for convenience variables | Tom Tromey | 1 | -0/+77 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -5/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-06 | Target FP: Handle interfaces to scripting languages | Ulrich Weigand | 1 | -3/+7 |