Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
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 | -3/+2 |
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-12-27 | Remove more calls to xfree from Python | Tom Tromey | 1 | -10/+4 |
2018-10-25 | gdb/python: Make cmdpy_completer_helper return gdbpy_ref<> | Andrew Burgess | 1 | -8/+8 |
2018-09-23 | Consolidate gdb.GdbError handling | Tom Tromey | 1 | -47/+1 |
2018-04-30 | Change Python code to use new_reference | Tom Tromey | 1 | -4/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -2/+1 |
2017-09-27 | Add add_cmd function overloads | Tom Tromey | 1 | -1/+1 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -10/+4 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -18/+27 |
2017-07-17 | Clean up "completer_handle_brkchars" callback handling | Pedro Alves | 1 | -2/+5 |
2017-07-17 | Rename make_symbol_completion_list_fn -> symbol_completer | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -5/+5 |
2017-04-05 | -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload | Pedro Alves | 1 | -5/+5 |
2017-02-10 | Use gdbpy_ref to simplify some logic | Tom Tromey | 1 | -4/+1 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -21/+21 |
2017-01-10 | Use gdbpy_ref in py-cmd.c | Tom Tromey | 1 | -51/+30 |
2017-01-10 | Use gdbpy_enter in cmdpy_function | Tom Tromey | 1 | -16/+10 |
2017-01-10 | Use gdbpy_enter in py-cmd.c | Tom Tromey | 1 | -10/+3 |
2017-01-10 | Use gdbpy_ref in gdbpy_string_to_argv | Tom Tromey | 1 | -8/+5 |
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 | -9/+8 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+3 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -1/+1 |
2015-04-08 | Fix Python completion when using the "complete" command | Sergio Durigan Junior | 1 | -67/+52 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+4 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-08 | Replace use of magic number with named constant. | Doug Evans | 1 | -1/+1 |
2014-09-03 | PR python/16699: GDB Python command completion with overriden complete vs. co... | Sergio Durigan Junior | 1 | -28/+148 |
2014-07-24 | constify command docs | Tom Tromey | 1 | -1/+1 |
2014-07-24 | constify command prefix | Tom Tromey | 1 | -1/+1 |
2014-05-13 | * python/py-cmd.c (cmdpy_completer): Add comment. | Doug Evans | 1 | -2/+4 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 1 | -5/+5 |
2013-11-07 | 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -0/+1 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Use | Tom Tromey | 1 | -3/+2 |
2013-05-20 | * python/py-cmd.c (cmdpy_completer): Use explicit decref. | Tom Tromey | 1 | -1/+1 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. | Tom Tromey | 1 | -6/+13 |
2013-05-20 | * python/py-cmd.c (cmdpy_completer): Use iterator protocol. | Tom Tromey | 1 | -21/+28 |
2013-05-20 | * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'. | Tom Tromey | 1 | -0/+3 |
2013-05-20 | * py-cmd.c (gdbpy_string_to_argv): Check result of | Tom Tromey | 1 | -0/+2 |
2013-05-20 | * python/py-arch.c (arch_object_type): Use | Tom Tromey | 1 | -1/+2 |