aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-cmd.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-11Remove --xdbJan Kratochvil1-1/+1
2015-04-08Fix Python completion when using the "complete" commandSergio Durigan Junior1-67/+52
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-09-08Replace use of magic number with named constant.Doug Evans1-1/+1
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior1-28/+148
2014-07-24constify command docsTom Tromey1-1/+1
2014-07-24constify command prefixTom Tromey1-1/+1
2014-05-13* python/py-cmd.c (cmdpy_completer): Add comment.Doug Evans1-2/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-5/+5
2013-11-072013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+1
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-1/+1
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-6/+13
2013-05-20 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.Tom Tromey1-21/+28
2013-05-20 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.Tom Tromey1-0/+3
2013-05-20 * py-cmd.c (gdbpy_string_to_argv): Check result ofTom Tromey1-0/+2
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-3/+5
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/+1
2012-06-13 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey1-7/+6
2012-06-13 * breakpoint.c (add_catch_command): Use completer_ftype.Tom Tromey1-1/+1
2012-03-01 * NEWS: Mention new python command class gdb.COMMAND_USER.Doug Evans1-2/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-09-15* python/py-cmd.c (gdbpy_string_to_argv): Decrement referencePaul Koning1-4/+2
2011-09-08 * py-cmd.c: Some minor formatting fixes.Doug Evans1-21/+19
2011-08-05 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move theEli Zaretskii1-1/+1
2011-06-24 * varobj.c (update_dynamic_varobj_children): Make 'name' const.Tom Tromey1-3/+6
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+3
2011-01-26 * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey1-2/+7
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+6
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-10-19 * python/py-cmd.c (cmdpy_function): Unreference exception state.Tom Tromey1-1/+6
2010-10-13gdb/Jan Kratochvil1-2/+19
2010-05-25 Add python gdb.GdbError and gdb.string_to_argv.Doug Evans1-10/+85
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+5
2010-05-072010-05-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+0
2010-04-292010-04-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-5/+9
2010-04-142010-04-14 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-6/+6
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-09-09Checking in this patch for Thiago: Rename python-* files into py-*,Joel Brobecker1-0/+585