Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-11-06 | Target FP: Introduce target-float.{c,h} | Ulrich Weigand | 1 | -7/+4 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -1/+2 |
2017-04-05 | -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload | Pedro Alves | 1 | -6/+6 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -1/+1 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -3/+3 |
2017-03-20 | Support rvalue references in the gdb python module (includes doc/) | Artemiy Volkov | 1 | -5/+21 |
2017-03-20 | Add ability to return rvalue reference values from value_ref | Artemiy Volkov | 1 | -1/+1 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 1 | -2/+3 |
2017-03-16 | Fix various python lazy string bugs. | Doug Evans | 1 | -8/+68 |
2017-02-10 | Remove unnecessary local variables | Tom Tromey | 1 | -1/+0 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -6/+6 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -12/+4 |
2017-01-10 | Add scoped_value_mark | Tom Tromey | 1 | -44/+18 |
2017-01-10 | Use gdbpy_ref in py-value.c | Tom Tromey | 1 | -29/+14 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -13/+6 |
2016-11-08 | Use ui_file_as_string in gdb/python/ | Pedro Alves | 1 | -4/+3 |
2016-11-07 | Fix ext lang calls to value_struct_elt. | Doug Evans | 1 | -1/+2 |
2016-10-06 | Fix gdb.Value->python conversion for large unsigned ints. | Doug Evans | 1 | -1/+4 |
2016-09-20 | Avoid -Wduplicated-cond warnings in gdb/python | Tom Tromey | 1 | -0/+2 |