aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-cmd.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-28Allow Python commands to be in class_tuiTom Tromey1-4/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-4/+1
2019-11-26Let commands free "name"Tom Tromey1-2/+2
2019-11-26Use cmd_list_element::doc_allocated for Python commandsTom Tromey1-3/+2
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-03Remove more uses of explicit reference counting in PythonTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Use gdbpy_convert_exception in a few more spotsTom Tromey1-3/+1
2018-12-27Remove more calls to xfree from PythonTom Tromey1-10/+4
2018-10-25gdb/python: Make cmdpy_completer_helper return gdbpy_ref<>Andrew Burgess1-8/+8
2018-09-23Consolidate gdb.GdbError handlingTom Tromey1-47/+1
2018-04-30Change Python code to use new_referenceTom Tromey1-4/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify execute_commandTom Tromey1-2/+1
2017-09-27Add add_cmd function overloadsTom Tromey1-1/+1
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-10/+4
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-18/+27
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-2/+5
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-5/+5
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-5/+5
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey1-4/+1
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-21/+21
2017-01-10Use gdbpy_ref in py-cmd.cTom Tromey1-51/+30
2017-01-10Use gdbpy_enter in cmdpy_functionTom Tromey1-16/+10
2017-01-10Use gdbpy_enter in py-cmd.cTom Tromey1-10/+3
2017-01-10Use gdbpy_ref in gdbpy_string_to_argvTom Tromey1-8/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-9/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+3
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