summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-1/+2
* * python/python-internal.h (struct language_defn): Declare.Ulrich Weigand2009-07-029-61/+84
* * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand2009-07-021-3/+6
* * ada-lang.c (assign_component): Use platform-specific integer typeUlrich Weigand2009-07-021-2/+2
* * value.h (value_subscript, value_subscripted_rvalue,Ulrich Weigand2009-06-291-15/+15
* * gdbtypes.c (create_string_type): Receive character type as argument.Ulrich Weigand2009-06-171-1/+4
* * gdbtypes.h (struct language_defn): Add forward declaration.Ulrich Weigand2009-06-171-1/+3
* gdbTom Tromey2009-05-281-3/+3
* 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>Paul Pluzhnikov2009-05-281-4/+5
* gdbTom Tromey2009-05-283-0/+85
* gdbTom Tromey2009-05-285-0/+556
* gdbTom Tromey2009-05-284-0/+867
* gdbTom Tromey2009-05-283-0/+379
* gdbTom Tromey2009-04-131-9/+11
* gdb/Thiago Jung Bauermann2009-03-303-0/+549
* Remove unused value_object attribute `owned_by_gdb'.Thiago Jung Bauermann2009-03-291-5/+1
* gdb/Thiago Jung Bauermann2009-03-291-6/+29
* gdb/Thiago Jung Bauermann2009-03-261-1/+20
* gdb/Thiago Jung Bauermann2009-03-213-21/+26
* gdb/Thiago Jung Bauermann2009-03-213-0/+182
* 2009-02-26 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2009-02-261-3/+13
* 2008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves2009-02-211-0/+3
* gdb/Thiago Jung Bauermann2009-02-063-0/+593
* gdb/Thiago Jung Bauermann2009-02-053-0/+47
* gdb/Thiago Jung Bauermann2009-02-051-30/+44
* gdb/Thiago Jung Bauermann2009-02-044-105/+339
* * python/python-internal.h (Py_ssize_t): Define as int.Tom Tromey2009-01-051-2/+5
* Updated copyright notices for most files.Joel Brobecker2009-01-035-5/+5
* * python/python-value.c (valpy_length): Remove #if.Tom Tromey2008-12-221-4/+0
* 2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com>Tom Tromey2008-12-221-0/+1
* * python/python-value.c (values_in_python): Add specific initializationJoel Brobecker2008-12-081-1/+3
* * python/python-internal.h (PyGILState_Ensure): New define.Tom Tromey2008-11-213-2/+51
* gdbTom Tromey2008-10-281-2/+7
* 2008-10-23 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2008-10-231-1/+2
* 2008-10-23 Tom Tromey <tromey@redhat.com>Paul Pluzhnikov2008-10-231-0/+2
* * python/python-value.c (value_object_methods)Pedro Alves2008-10-191-78/+61
* Add gdb/python/python-value.c, which I forgot to do in my previous commit.Thiago Jung Bauermann2008-10-161-0/+689
* 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann2008-10-163-3/+16
* * inferior.h (stop_bpstat): Delete.Pedro Alves2008-09-081-11/+2
* (_initialize_python): Use unabbreviated commandsAndreas Schwab2008-08-091-2/+2
* Initial python support.Thiago Jung Bauermann2008-08-064-0/+653