Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+3 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-06-23 | Use PyBool_FromLong | Tom Tromey | 1 | -2/+1 |
2022-05-28 | gdb/python: improve formatting of help text for user defined commands | Andrew Burgess | 1 | -0/+1 |
2022-05-28 | gdb: use gdb::unique_xmalloc_ptr<char> for docs in cmdpy_init | Andrew Burgess | 1 | -8/+7 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -5/+5 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-07-23 | gdb: remove cmd_list_element::function::sfunc | Simon Marchi | 1 | -2/+1 |
2021-06-25 | gdb: add context getter/setter to cmd_list_element | Simon Marchi | 1 | -3/+3 |
2021-05-17 | gdb: add cmd_list_element::is_prefix | Simon Marchi | 1 | -2/+2 |
2021-05-17 | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 1 | -3/+3 |
2021-05-12 | gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr | Simon Marchi | 1 | -25/+22 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -39/+12 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -2/+0 |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 1 | -1/+1 |
2020-04-28 | Allow Python commands to be in class_tui | Tom Tromey | 1 | -4/+5 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-30 | Allow . character as part of command names. | Philippe Waroquiers | 1 | -4/+1 |
2019-11-26 | Let commands free "name" | Tom Tromey | 1 | -2/+2 |
2019-11-26 | Use cmd_list_element::doc_allocated for Python commands | Tom Tromey | 1 | -3/+2 |
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 |