]> Git Repo - binutils.git/history - gdb/python/py-cmd.c
gdb: remove SYMTAB_COMPUNIT macro, add getter/setter
[binutils.git] / gdb / python / py-cmd.c
2022-01-26 Tom TromeyChange how Python architecture and language are handled
2022-01-01 Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-07-23 Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-06-26 Simon Marchigdb: add context getter/setter to cmd_list_element
2021-05-17 Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17 Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-12 Simon Marchigdb: make gdbpy_parse_command_name return a unique_xmal...
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Tom TromeyRemove redundant typedefs
2020-06-22 Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-04-28 Tom TromeyAllow Python commands to be in class_tui
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-30 Philippe WaroquiersAllow . character as part of command names.
2019-11-26 Tom TromeyLet commands free "name"
2019-11-26 Tom TromeyUse cmd_list_element::doc_allocated for Python commands
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-01-23 Tom TromeyDo not include py-ref.h in most files
2019-01-03 Tom TromeyRemove more uses of explicit reference counting in...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27 Tom TromeyUse gdbpy_convert_exception in a few more spots
2018-12-27 Tom TromeyRemove more calls to xfree from Python
2018-10-25 Andrew Burgessgdb/python: Make cmdpy_completer_helper return gdbpy_ref<>
2018-09-24 Tom TromeyConsolidate gdb.GdbError handling
2018-04-30 Tom TromeyChange Python code to use new_reference
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07 Tom TromeyConstify execute_command
2017-09-27 Tom TromeyAdd add_cmd function overloads
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17 Pedro AlvesClean up "completer_handle_brkchars" callback handling
2017-07-17 Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-02-10 Tom TromeyUse gdbpy_ref to simplify some logic
2017-02-10 Tom TromeyTurn gdbpy_ref into a template
2017-01-11 Tom TromeyUse gdbpy_ref in py-cmd.c
2017-01-11 Tom TromeyUse gdbpy_enter in cmdpy_function
2017-01-11 Tom TromeyUse gdbpy_enter in py-cmd.c
2017-01-11 Tom TromeyUse gdbpy_ref in gdbpy_string_to_argv
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-10 Tom TromeyUse unique_xmalloc_ptr in Python code
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
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 <[email protected]>
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 <[email protected]>
2011-01-26 Tom Tromey * python/python.c (gdbpy_solib_name): Use gdb_py_longe...
2011-01-06 Michael Snyder2011-01-05 Michael Snyder <[email protected]>
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 <[email protected]>
2010-05-07 Michael Snyder2010-05-07 Michael Snyder <[email protected]>
2010-04-29 Phil Muldoon2010-04-29 Phil Muldoon <[email protected]>
2010-04-14 Phil Muldoon2010-04-14 Phil Muldoon <[email protected]>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-09-09 Joel BrobeckerChecking in this patch for Thiago: Rename python-*...
This page took 5.867158 seconds and 97 git commands to generate.