aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-param.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-21GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki1-3/+7
2022-05-28gdb/python: improve formatting of help text for user defined commandsAndrew Burgess1-0/+2
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-8/+8
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-8/+0
2022-01-26gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess1-11/+73
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey1-2/+2
2022-01-26Change how Python architecture and language are handledTom Tromey1-2/+2
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
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