aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-param.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-20/+25
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-1/+25
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-4/+4
2021-05-27gdb/python: use return values of add_setshow functions in add_setshow_genericSimon Marchi1-67/+66
2021-05-12gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptrSimon Marchi1-26/+26
2021-03-18gdb/doc: fix the example for get_set_string in Python API docsAndrew Burgess1-5/+4
2021-01-20gdb: make some variables staticSimon Marchi1-5/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-2/+0
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+6
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Use gdbpy_convert_exception in a few more spotsTom Tromey1-3/+1
2018-09-23Allow setting a parameter to raise gdb.GdbErrorTom Tromey1-4/+1
2018-06-20Fix a memory leak in py-param.cTom Tromey1-11/+9
2018-05-31Fix "set" handling of Python parametersTom Tromey1-8/+3
2018-05-02Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey1-9/+45
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-08-03Use gdb_argv in PythonTom Tromey1-17/+7
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-6/+6
2017-01-10Use gdbpy_ref in py-param.cTom Tromey1-10/+8
2017-01-10Use gdbpy_enter in py-param.cTom Tromey1-40/+35
2017-01-10Use gdbpy_ref in call_doc_functionTom Tromey1-6/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-26/+20
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+4
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-12/+12
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-cmd.c (cmdpy_completer): Use explicit decref.Tom Tromey1-6/+5
2013-05-20 * python/py-param.c (compute_enum_values): Decref 'item'.Tom Tromey1-0/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-7/+7
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-1/+2
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-2/+9
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-10-242011-10-24 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+2
2011-09-08 * py-cmd.c: Some minor formatting fixes.Doug Evans1-9/+3