69 Commits (5bbd631dca26b37b1cc7164d4499949826b8a102)

Author SHA1 Message Date
Tom Tromey ec9c2750b7 Use gdbpy_convert_exception in a few more spots 7 years ago
Tom Tromey 075c55e0cc Remove more calls to xfree from Python 7 years ago
Andrew Burgess 50db9ef4c0 gdb/python: Make cmdpy_completer_helper return gdbpy_ref<> 8 years ago
Tom Tromey 2b4ad2fe43 Consolidate gdb.GdbError handling 8 years ago
Tom Tromey 7c66fffc1f Change Python code to use new_reference 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Tom Tromey 95a6b0a106 Constify execute_command 9 years ago
Tom Tromey 0450cc4ce8 Add add_cmd function overloads 9 years ago
Tom Tromey 773a1edcd1 Introduce gdb_argv, a class wrapper for buildargv 9 years ago
Pedro Alves eb3ff9a551 Introduce class completion_tracker & rewrite completion<->readline interaction 9 years ago
Pedro Alves 6e1dbf8cda Clean up "completer_handle_brkchars" callback handling 9 years ago
Pedro Alves 78b13106ed Rename make_symbol_completion_list_fn -> symbol_completer 9 years ago
Pedro Alves a121b7c1ac -Wwrite-strings: The Rest 9 years ago
Pedro Alves 2adadf5170 -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload 9 years ago
Tom Tromey 88b6faea99 Use gdbpy_ref to simplify some logic 9 years ago
Tom Tromey 7780f18678 Turn gdbpy_ref into a template 9 years ago
Tom Tromey 905f2ccab1 Use gdbpy_ref in py-cmd.c 10 years ago
Tom Tromey 12a5cedd4f Use gdbpy_enter in cmdpy_function 10 years ago
Tom Tromey 6ba0cd4065 Use gdbpy_enter in py-cmd.c 10 years ago
Tom Tromey d1b3de2e43 Use gdbpy_ref in gdbpy_string_to_argv 10 years ago
Joel Brobecker 61baf725ec update copyright year range in GDB files 9 years ago
Tom Tromey 9b9720149d Use unique_xmalloc_ptr in Python code 10 years ago
Joel Brobecker 618f726fcb GDB copyright headers update after running GDB's copyright.py script. 10 years ago
Simon Marchi 224c3ddb89 Add casts to memory allocation related calls 11 years ago
Jan Kratochvil 4f45d44599 Remove --xdb 11 years ago
Sergio Durigan Junior 6d62641c83 Fix Python completion when using the "complete" command 11 years ago
Pedro Alves 492d29ea1c Split TRY_CATCH into TRY + CATCH 11 years ago
Tom Tromey e36122e9d7 Fix redefinition errors in C++ mode 11 years ago
Joel Brobecker 32d0add0a6 Update year range in copyright notice of all files owned by the GDB project. 11 years ago
Gary Benson c765fdb902 Remove spurious exceptions.h inclusions 12 years ago
Doug Evans d81412aa4b Replace use of magic number with named constant. 12 years ago
Sergio Durigan Junior 7d793aa9f0 PR python/16699: GDB Python command completion with overriden complete vs. completer class 12 years ago
Tom Tromey 1947513d92 constify command docs 12 years ago
Tom Tromey 64e61d290e constify command prefix 12 years ago
Doug Evans 75ddda778c * python/py-cmd.c (cmdpy_completer): Add comment. 12 years ago
Joel Brobecker ecd75fc8ee Update Copyright year range in all files maintained by GDB. 12 years ago
Doug Evans 256458bc0e Remove trailing whitespace. 13 years ago
Phil Muldoon 92e32e33f1 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> 13 years ago
Tom Tromey aa36459a92 * python/py-arch.c (gdbpy_initialize_arch): Use 13 years ago
Tom Tromey 3d4a3c3ea2 * python/py-cmd.c (cmdpy_completer): Use explicit decref. 13 years ago
Tom Tromey 999633ede7 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. 13 years ago
Tom Tromey ba327838ba * python/py-cmd.c (cmdpy_completer): Use iterator protocol. 13 years ago
Tom Tromey d819143244 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'. 13 years ago
Tom Tromey 3919fd966c * py-cmd.c (gdbpy_string_to_argv): Check result of 13 years ago
Tom Tromey 62eec1a534 * python/py-arch.c (arch_object_type): Use 13 years ago
Pedro Alves 6f937416b9 Constify strings in tracepoint.c, lookup_cmd and the completers. 13 years ago
Joel Brobecker 28e7fd6234 Update years in copyright notice for the GDB files. 13 years ago
Paul Koning 9a27f2c60d Add support for Python 3. 14 years ago
Tom Tromey 49c4e619f8 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC. 14 years ago
Tom Tromey 625e8578d7 * breakpoint.c (add_catch_command): Use completer_ftype. 14 years ago