aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2009-07-102009-07-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon4-45/+108
2009-07-072009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-9/+2
2009-07-072009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-6/+10
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-1/+2
2009-07-02 * python/python-internal.h (struct language_defn): Declare.Ulrich Weigand9-61/+84
2009-07-02 * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand1-3/+6
2009-07-02 * ada-lang.c (assign_component): Use platform-specific integer typeUlrich Weigand1-2/+2
2009-06-29 * value.h (value_subscript, value_subscripted_rvalue,Ulrich Weigand1-15/+15
2009-06-17 * gdbtypes.c (create_string_type): Receive character type as argument.Ulrich Weigand1-1/+4
2009-06-17 * gdbtypes.h (struct language_defn): Add forward declaration.Ulrich Weigand1-1/+3
2009-05-28gdbTom Tromey1-3/+3
2009-05-282009-05-28 Pierre Muller <muller@ics.u-strasbg.fr>Paul Pluzhnikov1-4/+5
2009-05-28gdbTom Tromey3-0/+85
2009-05-28gdbTom Tromey5-0/+556
2009-05-28gdbTom Tromey4-0/+867
2009-05-28gdbTom Tromey3-0/+379
2009-04-13gdbTom Tromey1-9/+11
2009-03-30gdb/Thiago Jung Bauermann3-0/+549
2009-03-29 Remove unused value_object attribute `owned_by_gdb'.Thiago Jung Bauermann1-5/+1
2009-03-29gdb/Thiago Jung Bauermann1-6/+29
2009-03-26gdb/Thiago Jung Bauermann1-1/+20
2009-03-21gdb/Thiago Jung Bauermann3-21/+26
2009-03-21gdb/Thiago Jung Bauermann3-0/+182
2009-02-262009-02-26 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-3/+13
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-0/+3
2009-02-06gdb/Thiago Jung Bauermann3-0/+593
2009-02-05gdb/Thiago Jung Bauermann3-0/+47
2009-02-05gdb/Thiago Jung Bauermann1-30/+44
2009-02-04gdb/Thiago Jung Bauermann4-105/+339
2009-01-05 * python/python-internal.h (Py_ssize_t): Define as int.Tom Tromey1-2/+5
2009-01-03 Updated copyright notices for most files.Joel Brobecker5-5/+5
2008-12-22 * python/python-value.c (valpy_length): Remove #if.Tom Tromey1-4/+0
2008-12-222008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com>Tom Tromey1-0/+1
2008-12-08 * python/python-value.c (values_in_python): Add specific initializationJoel Brobecker1-1/+3
2008-11-21 * python/python-internal.h (PyGILState_Ensure): New define.Tom Tromey3-2/+51
2008-10-28gdbTom Tromey1-2/+7
2008-10-232008-10-23 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+2
2008-10-232008-10-23 Tom Tromey <tromey@redhat.com>Paul Pluzhnikov1-0/+2
2008-10-19 * python/python-value.c (value_object_methods)Pedro Alves1-78/+61
2008-10-16Add gdb/python/python-value.c, which I forgot to do in my previous commit.Thiago Jung Bauermann1-0/+689
2008-10-162008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann3-3/+16
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-11/+2
2008-08-09(_initialize_python): Use unabbreviated commandsAndreas Schwab1-2/+2
2008-08-06Initial python support.Thiago Jung Bauermann4-0/+653