summaryrefslogtreecommitdiff
path: root/gdb/python/py-cmd.c
AgeCommit message (Expand)Author
2020-01-05Copyright year range updates after running gdb/copyright.pyJoel Brobecker
2019-11-30Allow . character as part of command names.Philippe Waroquiers
2019-11-26Let commands free "name"Tom Tromey
2019-11-26Use cmd_list_element::doc_allocated for Python commandsTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-01-22Do not include py-ref.h in most filesTom Tromey
2019-01-03Remove more uses of explicit reference counting in PythonTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-27Use gdbpy_convert_exception in a few more spotsTom Tromey
2018-12-27Remove more calls to xfree from PythonTom Tromey
2018-10-25gdb/python: Make cmdpy_completer_helper return gdbpy_ref<>Andrew Burgess
2018-09-23Consolidate gdb.GdbError handlingTom Tromey
2018-04-30Change Python code to use new_referenceTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify execute_commandTom Tromey
2017-09-27Add add_cmd function overloadsTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey
2017-02-10Turn gdbpy_ref into a templateTom Tromey
2017-01-10Use gdbpy_ref in py-cmd.cTom Tromey
2017-01-10Use gdbpy_enter in cmdpy_functionTom Tromey
2017-01-10Use gdbpy_enter in py-cmd.cTom Tromey
2017-01-10Use gdbpy_ref in gdbpy_string_to_argvTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-04-11Remove --xdbJan Kratochvil
2015-04-08Fix Python completion when using the "complete" commandSergio Durigan Junior
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-11Fix redefinition errors in C++ modeTom Tromey
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-08Replace use of magic number with named constant.Doug Evans
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior
2014-07-24constify command docsTom Tromey
2014-07-24constify command prefixTom Tromey
2014-05-13* python/py-cmd.c (cmdpy_completer): Add comment.Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-29Remove trailing whitespace.Doug Evans
2013-11-072013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey
2013-05-20 * python/py-cmd.c (cmdpy_completer): Use explicit decref.Tom Tromey
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey