]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-cmd.c
Add casts to memory allocation related calls
[thirdparty/binutils-gdb.git] / gdb / python / py-cmd.c
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-04-11  Jan KratochvilRemove --xdb
2015-04-08  Sergio Durigan JuniorFix Python completion when using the "complete" command
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-11  Tom TromeyFix redefinition errors in C++ mode
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-09  Doug EvansReplace use of magic number with named constant.
2014-09-03  Sergio Durigan JuniorPR python/16699: GDB Python command completion with...
2014-07-24  Tom Tromeyconstify command docs
2014-07-24  Tom Tromeyconstify command prefix
2014-05-14  Doug Evans* python/py-cmd.c (cmdpy_completer): Add comment.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-29  Doug EvansRemove trailing whitespace.
2013-11-07  Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_completer): Use explicit...
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_completer): Use iterator...
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
2013-05-20  Tom Tromey * py-cmd.c (gdbpy_string_to_argv): Check result of
2013-05-20  Tom Tromey * python/py-arch.c (arch_object_type): Use
2013-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12  Paul KoningAdd support for Python 3.
2012-06-13  Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Return...
2012-06-13  Tom Tromey * breakpoint.c (add_catch_command): Use completer_ftype.
2012-03-01  Doug Evans * NEWS: Mention new python command class gdb.COMMAND_USER.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-09-15  Paul Koning* python/py-cmd.c (gdbpy_string_to_argv): Decrement...
2011-09-08  Doug Evans * py-cmd.c: Some minor formatting fixes.
2011-08-05  Eli Zaretskii * python/py-breakpoint.c (gdbpy_initialize_breakpoints...
2011-06-24  Tom Tromey * varobj.c (update_dynamic_varobj_children): Make...
2011-02-28  Michael Snyder2011-02-28 Michael Snyder <msnyder@vmware.com>
2011-01-26  Tom Tromey * python/python.c (gdbpy_solib_name): Use gdb_py_longe...
2011-01-06  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-10-19  Tom Tromey * python/py-cmd.c (cmdpy_function): Unreference except...
2010-10-13  Jan Kratochvilgdb/
2010-05-25  Doug Evans Add python gdb.GdbError and gdb.string_to_argv.
2010-05-17  Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-05-07  Michael Snyder2010-05-07 Michael Snyder <msnyder@vmware.com>
2010-04-29  Phil Muldoon2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2010-04-14  Phil Muldoon2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-09-09  Joel BrobeckerChecking in this patch for Thiago: Rename python-*...