summaryrefslogtreecommitdiff
path: root/gdb/python/py-param.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+3
* GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki2023-01-191-111/+185
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki2022-10-211-3/+7
* gdb/python: improve formatting of help text for user defined commandsAndrew Burgess2022-05-281-0/+2
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-8/+8
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-8/+0
* gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess2022-01-261-11/+73
* Fix another crash with gdb parameters in PythonTom Tromey2022-01-261-2/+2
* Change how Python architecture and language are handledTom Tromey2022-01-261-2/+2
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-20/+25
* gdb: Introduce setting construct within cmd_list_elementLancelot SIX2021-10-031-1/+25
* gdb: add context getter/setter to cmd_list_elementSimon Marchi2021-06-251-4/+4
* gdb/python: use return values of add_setshow functions in add_setshow_genericSimon Marchi2021-05-271-67/+66
* gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptrSimon Marchi2021-05-121-26/+26
* gdb/doc: fix the example for get_set_string in Python API docsAndrew Burgess2021-03-181-5/+4
* gdb: make some variables staticSimon Marchi2021-01-201-5/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-2/+0
* default-args: allow to define default arguments for aliasesPhilippe Waroquiers2020-06-221-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+6
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdbpy_convert_exception in a few more spotsTom Tromey2018-12-271-3/+1
* Allow setting a parameter to raise gdb.GdbErrorTom Tromey2018-09-231-4/+1
* Fix a memory leak in py-param.cTom Tromey2018-06-201-11/+9
* Fix "set" handling of Python parametersTom Tromey2018-05-311-8/+3
* Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey2018-05-021-9/+45
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Use gdb_argv in PythonTom Tromey2017-08-031-17/+7
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-6/+6
* Use gdbpy_ref in py-param.cTom Tromey2017-01-101-10/+8
* Use gdbpy_enter in py-param.cTom Tromey2017-01-101-40/+35
* Use gdbpy_ref in call_doc_functionTom Tromey2017-01-101-6/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-26/+20
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+4
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0