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-type.c
Age
Commit message (
Expand
)
Author
2018-01-02
Update copyright year range in all GDB files
Joel Brobecker
2017-12-05
Remove some unused variables
Simon Marchi
2017-08-09
Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>
Pedro Alves
2017-04-05
-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload
Pedro Alves
2017-04-05
-Wwrite-strings: Wrap PyGetSetDef for construction with string literals
Pedro Alves
2017-03-20
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
Support rvalue references in the gdb python module (includes doc/)
Artemiy Volkov
2017-03-20
Implement demangling for rvalue reference type names
Artemiy Volkov
2017-03-20
Change {lookup,make}_reference_type API
Artemiy Volkov
2017-02-10
Remove unnecessary local variables
Tom Tromey
2017-02-10
Use gdbpy_ref to simplify some logic
Tom Tromey
2017-02-10
Turn gdbpy_ref into a template
Tom Tromey
2017-02-02
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-01-10
Add constructor and destructor to demangle_parse_info
Tom Tromey
2017-01-10
Use gdbpy_enter in py-type.c
Tom Tromey
2017-01-10
Use gdbpy_ref in py-type.c
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-11-08
Use ui_file_as_string in gdb/python/
Pedro Alves
2016-01-01
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2015-10-21
Fix accessing a function's fields (parameters) from Python (PR 18073)
Simon Marchi
2015-09-25
Add some more casts (2/2)
Simon Marchi
2015-07-14
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-04-28
Add gdb.Type.optimized_out method.
Sasha Smundak
2015-03-07
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-06
New common function "startswith"
Gary Benson
2015-02-11
Fix redefinition errors in C++ mode
Tom Tromey
2015-01-07
[python,guile] Add comment beside conditions testing empty arrays.
Joel Brobecker
2015-01-06
gdb/python: exception trying to create empty array
Joel Brobecker
2015-01-01
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2014-11-06
Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.
Doug Evans
2014-10-08
Remove spurious exceptions.h inclusions
Gary Benson
2014-01-15
Add missing empty line after declarations in "if" block (py-type.c).
Joel Brobecker
2014-01-13
Use bitpos and type to lookup a gdb.Field object when its name is 'None'.
Siva Chandra
2014-01-07
[python] Add gdb.Type.name attribute.
Joel Brobecker
2014-01-01
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2013-12-12
2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
Siva Chandra
2013-11-29
Remove trailing whitespace.
Doug Evans
2013-11-21
Move types_deeply_equal from py-type.c to gdbtypes.c.
Doug Evans
2013-05-20
* python/py-type.c (typy_fields): Unconditionally decref 'r'.
Tom Tromey
2013-05-20
* python/py-arch.c (gdbpy_initialize_arch): Use
Tom Tromey
2013-05-20
* mi/mi-main.c: Include python-internal.h.
Tom Tromey
2013-05-20
* python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
Tom Tromey
2013-05-20
* python/py-type.c (make_fielditem): Add gdb_assert_not_reached
Tom Tromey
2013-05-20
* python/py-arch.c (archpy_disassemble): Update.
Tom Tromey
2013-05-20
* python/py-arch.c (arch_object_type): Use
Tom Tromey
2013-02-06
* python/py-type.c (typy_strip_typedefs): Don't call check_typedef
Tom Tromey
2013-01-01
Update years in copyright notice for the GDB files.
Joel Brobecker
2012-12-12
Add support for Python 3.
Paul Koning
2012-11-12
* NEWS: Update.
Tom Tromey
[next]