136 Commits (1da5d0e664e362857153af8682321a89ebafb7f6)

Author SHA1 Message Date
Tom Tromey 1da5d0e664 Change how Python architecture and language are handled 4 years ago
Joel Brobecker 4a94e36819 Automatic Copyright Year update after running gdb/copyright.py 4 years ago
Andrew Burgess 2988a36005 gdb/python: Use tp_init instead of tp_new to setup gdb.Value 4 years ago
Simon Marchi 50888e42dc gdb: change functions returning value contents to use gdb::array_view 5 years ago
Tom Tromey 809f3be12c Change pointer_type to a method of struct type 5 years ago
Andrew Burgess 540bf37b25 gdb/python: new function to add values into GDB's history 5 years ago
Andrew Burgess 158cc4feb7 gdb: use gdb::optional instead of passing a pointer to gdb::array_view 5 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 5 years ago
Hannes Domani 4aea001fd8 Add address keyword to Value.format_string 5 years ago
Tom Tromey f99b517750 Remove redundant typedefs 5 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Tom Tromey 47f0e2ff7f Don't use PyInt_FromLong 6 years ago
Tom Tromey d1cab9876d Don't use gdb_py_long_from_ulongest 6 years ago
Tom Tromey 4bde49dc81 Don't use gdb_py_long_from_longest 6 years ago
Simon Marchi c6d940a956 gdb: remove TYPE_UNSIGNED 6 years ago
Simon Marchi 7813437494 gdb: remove TYPE_CODE macro 6 years ago
Tom Tromey 42331a1ea2 Change extension language pretty-printers to use value API 6 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 6 years ago
Tom Tromey 91ae903f89 Remove la_get_string member 7 years ago
Christian Biesinger 491144b5e2 Change boolean options to bool instead of int 7 years ago
Tom Tromey 7ce8f214f1 Fix indentation in value_has_field 7 years ago
Andrew Burgess 2e62ab400f gdb: Introduce 'print max-depth' feature 7 years ago
Tom Tromey 94aeb44b00 Make exception handling more efficient 7 years ago
Tom Tromey cc06b66897 Remove exception_none 7 years ago
Tom Tromey 230d2906b9 Rename gdb exception types 7 years ago
Tom Tromey a70b814420 Rewrite TRY/CATCH 7 years ago
Marco Barisione 52093e1b93 Add gdb.Value.format_string () 7 years ago
Andrew Burgess 7584bb30cf gdb: Move value_from_host_double into value.c and make more use of it 7 years ago
Tom Tromey 6c28e44a35 Remove Python 2.4 and 2.5 support 7 years ago
Kevin Buettner fe07eca59d Define gdb.Value(bufobj, type) constructor 7 years ago
Tom Tromey 3fabc0163a Do not include py-ref.h in most files 7 years ago
Tom Tromey 2a3c71d68d Remove more uses of explicit reference counting in Python 7 years ago
Tom Tromey 5c329e6ab4 Use a wrapper for PyErr_Fetch 7 years ago
Joel Brobecker 42a4f53d2b Update copyright year range in all GDB files. 7 years ago
Tom Tromey ec9c2750b7 Use gdbpy_convert_exception in a few more spots 7 years ago
Pedro Alves e71585ffe2 Use gdb:array_view in call_function_by_hand & friends 7 years ago
Tom Tromey 12dfa12a3c Return gdbpy_ref from gdb_py_object_from_*longest 8 years ago
Tom Tromey f5769a2c69 Allow conversion of pointers to Python int 8 years ago
Tom Tromey 1c1e54f6b4 Preserve sign when converting gdb.Value to Python int 8 years ago
Tom Tromey fb4fa9469c Allow more Python scalar conversions 8 years ago
Tom Tromey b4be9fadea Use unique_xmalloc_ptr for read_string 8 years ago
Tom Tromey 7729052b53 Add basic Python API for convenience variables 8 years ago
Tom Tromey 22bc8444e6 Introduce a gdb_ref_ptr specialization for struct value 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Simon Marchi 798a7429f9 Remove some unused variables 8 years ago
Ulrich Weigand 14ad931172 Target FP: Handle interfaces to scripting languages 9 years ago
Ulrich Weigand 701000146a Target FP: Introduce target-float.{c,h} 9 years ago
Pedro Alves 7022349d5c Stop assuming no-debug-info functions return int 9 years ago
Pedro Alves 2adadf5170 -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload 9 years ago
Pedro Alves 0d1f4ceb39 -Wwrite-strings: Wrap PyGetSetDef for construction with string literals 9 years ago