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-01-19 | GDB: Allow arbitrary keywords in integer set commands | Maciej W. Rozycki | 1 | -111/+185 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-21 | GDB/Python: Make `None' stand for `unlimited' in setting integer parameters | Maciej W. Rozycki | 1 | -3/+7 |
2022-05-28 | gdb/python: improve formatting of help text for user defined commands | Andrew Burgess | 1 | -0/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -8/+8 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 1 | -8/+0 |
2022-01-26 | gdb/python: improve the auto help text for gdb.Parameter | Andrew Burgess | 1 | -11/+73 |
2022-01-26 | Fix another crash with gdb parameters in Python | Tom Tromey | 1 | -2/+2 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -2/+2 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -20/+25 |
2021-10-03 | gdb: Introduce setting construct within cmd_list_element | Lancelot SIX | 1 | -1/+25 |
2021-06-25 | gdb: add context getter/setter to cmd_list_element | Simon Marchi | 1 | -4/+4 |
2021-05-27 | gdb/python: use return values of add_setshow functions in add_setshow_generic | Simon Marchi | 1 | -67/+66 |
2021-05-12 | gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr | Simon Marchi | 1 | -26/+26 |
2021-03-18 | gdb/doc: fix the example for get_set_string in Python API docs | Andrew Burgess | 1 | -5/+4 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -5/+2 |
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 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -3/+6 |
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-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-09-23 | Allow setting a parameter to raise gdb.GdbError | Tom Tromey | 1 | -4/+1 |
2018-06-20 | Fix a memory leak in py-param.c | Tom Tromey | 1 | -11/+9 |
2018-05-31 | Fix "set" handling of Python parameters | Tom Tromey | 1 | -8/+3 |
2018-05-02 | Handle var_zuinteger and var_zuinteger_unlimited from Python | Tom Tromey | 1 | -9/+45 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-08-03 | Use gdb_argv in Python | Tom Tromey | 1 | -17/+7 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -6/+6 |
2017-01-10 | Use gdbpy_ref in py-param.c | Tom Tromey | 1 | -10/+8 |
2017-01-10 | Use gdbpy_enter in py-param.c | Tom Tromey | 1 | -40/+35 |
2017-01-10 | Use gdbpy_ref in call_doc_function | Tom Tromey | 1 | -6/+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 | -26/+20 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
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 |