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-value.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-11-06
Target FP: Handle interfaces to scripting languages
Ulrich Weigand
2017-11-06
Target FP: Introduce target-float.{c,h}
Ulrich Weigand
2017-09-04
Stop assuming no-debug-info functions return int
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
Add ability to return rvalue reference values from value_ref
Artemiy Volkov
2017-03-20
Change {lookup,make}_reference_type API
Artemiy Volkov
2017-03-16
Fix various python lazy string bugs.
Doug Evans
2017-02-10
Remove unnecessary local variables
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 scoped_value_mark
Tom Tromey
2017-01-10
Use gdbpy_ref in py-value.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-11-07
Fix ext lang calls to value_struct_elt.
Doug Evans
2016-10-06
Fix gdb.Value->python conversion for large unsigned ints.
Doug Evans
2016-09-20
Avoid -Wduplicated-cond warnings in gdb/python
Tom Tromey
2016-05-25
fix spelling of HAVE_LIBPYTHON2_4 in py-value.c
Tom Tromey
2016-05-24
Fix PR python/17386 - add __index__ method to gdb.Value
Tom Tromey
2016-05-24
add nb_inplace_divide for python 2
Tom Tromey
2016-01-01
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2015-10-29
Don't assume break/continue inside a TRY block works
Pedro Alves
2015-08-26
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-07-14
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-05-09
[Python] Add methods reference_value and const_value to gdb.Value.
Siva Chandra
2015-03-07
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-02-04
Fix Python 3 build error on 32-bit hosts
Jan Kratochvil
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-08-07
Include gdb_assert.h in common-defs.h
Gary Benson
2014-06-10
Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...
Siva Chandra
2014-04-07
[python] Fix gdb.Value.dynamic_type for reference values.
Siva Chandra
2014-03-16
Fix Python 2.4 build break
Ulrich Weigand
2014-02-19
Call overloaded operators to perform operations on gdb.Value objects.
Siva Chandra
2014-02-05
Extension Language API
Doug Evans
2014-01-15
Fix small style violation in py-value.c:get_field_type
Joel Brobecker
2014-01-13
Use bitpos and type to lookup a gdb.Field object when its name is 'None'.
Siva Chandra
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-20
get rid of py-value.c:is_intlike (use is_integral_type instead)
Joel Brobecker
2013-11-19
Fix int() builtin with range type gdb.Value objects.
Joel Brobecker
2013-10-03
2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
Phil Muldoon
[next]