index
:
ampere-computing/binutils-gdb.git
binutils-2_30-amp-branch
binutils-2_31_1-amp-branch
binutils-2_32-amp-branch
binutils-2_34-amp-branch
gdb-8.1-amp-branch
gdb-8.2.1-amp-branch
gdb-9.1-amp-branch
Binutils/GDB including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
python
/
py-cmd.c
Age
Commit message (
Expand
)
Author
2020-01-05
Copyright year range updates after running gdb/copyright.py
Joel Brobecker
2019-11-30
Allow . character as part of command names.
Philippe Waroquiers
2019-11-26
Let commands free "name"
Tom Tromey
2019-11-26
Use cmd_list_element::doc_allocated for Python commands
Tom Tromey
2019-04-08
Rename gdb exception types
Tom Tromey
2019-04-08
Rewrite TRY/CATCH
Tom Tromey
2019-01-22
Do not include py-ref.h in most files
Tom Tromey
2019-01-03
Remove more uses of explicit reference counting in Python
Tom Tromey
2019-01-01
Update copyright year range in all GDB files.
Joel Brobecker
2018-12-27
Use gdbpy_convert_exception in a few more spots
Tom Tromey
2018-12-27
Remove more calls to xfree from Python
Tom Tromey
2018-10-25
gdb/python: Make cmdpy_completer_helper return gdbpy_ref<>
Andrew Burgess
2018-09-23
Consolidate gdb.GdbError handling
Tom Tromey
2018-04-30
Change Python code to use new_reference
Tom Tromey
2018-01-02
Update copyright year range in all GDB files
Joel Brobecker
2017-11-07
Constify execute_command
Tom Tromey
2017-09-27
Add add_cmd function overloads
Tom Tromey
2017-08-03
Introduce gdb_argv, a class wrapper for buildargv
Tom Tromey
2017-07-17
Introduce class completion_tracker & rewrite completion<->readline interaction
Pedro Alves
2017-07-17
Clean up "completer_handle_brkchars" callback handling
Pedro Alves
2017-07-17
Rename make_symbol_completion_list_fn -> symbol_completer
Pedro Alves
2017-04-05
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload
Pedro Alves
2017-02-10
Use gdbpy_ref to simplify some logic
Tom Tromey
2017-02-10
Turn gdbpy_ref into a template
Tom Tromey
2017-01-10
Use gdbpy_ref in py-cmd.c
Tom Tromey
2017-01-10
Use gdbpy_enter in cmdpy_function
Tom Tromey
2017-01-10
Use gdbpy_enter in py-cmd.c
Tom Tromey
2017-01-10
Use gdbpy_ref in gdbpy_string_to_argv
Tom Tromey
2017-01-01
update copyright year range in GDB files
Joel Brobecker
2016-11-09
Use unique_xmalloc_ptr in Python code
Tom Tromey
2016-01-01
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2015-09-25
Add casts to memory allocation related calls
Simon Marchi
2015-04-11
Remove --xdb
Jan Kratochvil
2015-04-08
Fix Python completion when using the "complete" command
Sergio Durigan Junior
2015-03-07
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-02-11
Fix redefinition errors in C++ mode
Tom Tromey
2015-01-01
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2014-10-08
Remove spurious exceptions.h inclusions
Gary Benson
2014-09-08
Replace use of magic number with named constant.
Doug Evans
2014-09-03
PR python/16699: GDB Python command completion with overriden complete vs. co...
Sergio Durigan Junior
2014-07-24
constify command docs
Tom Tromey
2014-07-24
constify command prefix
Tom Tromey
2014-05-13
* python/py-cmd.c (cmdpy_completer): Add comment.
Doug Evans
2014-01-01
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2013-11-29
Remove trailing whitespace.
Doug Evans
2013-11-07
2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
2013-05-20
* python/py-arch.c (gdbpy_initialize_arch): Use
Tom 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
[next]