summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/gdb.python/py-parameter.exp
Commit message (Collapse)AuthorAgeFilesLines
* 2012-01-16 Pedro Alves <palves@redhat.com>Pedro Alves2012-01-161-4/+0
| | | | Remove all calls to strace.
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
| | | | | | gdb/ChangeLog: Copyright year update in most files of the GDB Project.
* 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-03-101-29/+90
| | | | | | | | | | | | | | | | | | | | * python/py-param.c (add_setshow_generic): Add set/show callback parameters. Register Python object context. (get_show_value): New function. (get_set_value): New function. (call_doc_function): New function. (get_doc_string): Move behind get_show_value/get_set_value. 2011-03-10 Phil Muldoon <pmuldoon@redhat.com> * gdb.texinfo (Parameters In Python): Document get_set_string and get_show_string methods. 2011-03-10 Phil Muldoon <pmuldoon@redhat.com> * gdb.python/py-parameter.exp: Update tests to the new Python parameter API. Add "no documentation" test. Add deprecated API backward compatibility test.
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
|
* * gdb.python/py-param.exp: Delete, contents moved to ...Doug Evans2010-11-051-1/+84
| | | | | * gdb.python/py-parameter.exp: ... here. New file. Add test for gdb.parameter ("directories").
* Make gdb.parameter("directories") work.Doug Evans2010-11-051-0/+33
New command "set directories". * NEWS: Document them. * source.c (set_directories_command): New function. (show_directories_1): Renamed from show_directories. All callers updated. (show_directories_command): New function. (_initialize_source): Install "directories" as a set/show variable instead of just a show command. doc/ * gdb.texinfo (Source Path): Document "set directories". testsuite/ * gdb.base/help.exp: Update expected output. * gdb.python/py-parameter.exp: New file.
OpenPOWER on IntegriCloud