| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 2009-07-10 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 2009-07-10 | 4 | -45/+108 | |
| * | 2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2009-07-07 | 1 | -9/+2 | |
| * | 2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2009-07-07 | 1 | -6/+10 | |
| * | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -1/+2 | |
| * | * python/python-internal.h (struct language_defn): Declare. | Ulrich Weigand | 2009-07-02 | 9 | -61/+84 | |
| * | * gdbtypes.c (make_pointer_type, make_reference_type, | Ulrich Weigand | 2009-07-02 | 1 | -3/+6 | |
| * | * ada-lang.c (assign_component): Use platform-specific integer type | Ulrich Weigand | 2009-07-02 | 1 | -2/+2 | |
| * | * value.h (value_subscript, value_subscripted_rvalue, | Ulrich Weigand | 2009-06-29 | 1 | -15/+15 | |
| * | * gdbtypes.c (create_string_type): Receive character type as argument. | Ulrich Weigand | 2009-06-17 | 1 | -1/+4 | |
| * | * gdbtypes.h (struct language_defn): Add forward declaration. | Ulrich Weigand | 2009-06-17 | 1 | -1/+3 | |
| * | gdb | Tom Tromey | 2009-05-28 | 1 | -3/+3 | |
| * | 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr> | Paul Pluzhnikov | 2009-05-28 | 1 | -4/+5 | |
| * | gdb | Tom Tromey | 2009-05-28 | 3 | -0/+85 | |
| * | gdb | Tom Tromey | 2009-05-28 | 5 | -0/+556 | |
| * | gdb | Tom Tromey | 2009-05-28 | 4 | -0/+867 | |
| * | gdb | Tom Tromey | 2009-05-28 | 3 | -0/+379 | |
| * | gdb | Tom Tromey | 2009-04-13 | 1 | -9/+11 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-03-30 | 3 | -0/+549 | |
| * | Remove unused value_object attribute `owned_by_gdb'. | Thiago Jung Bauermann | 2009-03-29 | 1 | -5/+1 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-03-29 | 1 | -6/+29 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-03-26 | 1 | -1/+20 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-03-21 | 3 | -21/+26 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-03-21 | 3 | -0/+182 | |
| * | 2009-02-26 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 2009-02-26 | 1 | -3/+13 | |
| * | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 2009-02-21 | 1 | -0/+3 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-02-06 | 3 | -0/+593 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-02-05 | 3 | -0/+47 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-02-05 | 1 | -30/+44 | |
| * | gdb/ | Thiago Jung Bauermann | 2009-02-04 | 4 | -105/+339 | |
| * | * python/python-internal.h (Py_ssize_t): Define as int. | Tom Tromey | 2009-01-05 | 1 | -2/+5 | |
| * | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 5 | -5/+5 | |
| * | * python/python-value.c (valpy_length): Remove #if. | Tom Tromey | 2008-12-22 | 1 | -4/+0 | |
| * | 2008-12-22 Paul Pluzhnikov <ppluzhnikov@google.com> | Tom Tromey | 2008-12-22 | 1 | -0/+1 | |
| * | * python/python-value.c (values_in_python): Add specific initialization | Joel Brobecker | 2008-12-08 | 1 | -1/+3 | |
| * | * python/python-internal.h (PyGILState_Ensure): New define. | Tom Tromey | 2008-11-21 | 3 | -2/+51 | |
| * | gdb | Tom Tromey | 2008-10-28 | 1 | -2/+7 | |
| * | 2008-10-23 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2008-10-23 | 1 | -1/+2 | |
| * | 2008-10-23 Tom Tromey <tromey@redhat.com> | Paul Pluzhnikov | 2008-10-23 | 1 | -0/+2 | |
| * | * python/python-value.c (value_object_methods) | Pedro Alves | 2008-10-19 | 1 | -78/+61 | |
| * | Add gdb/python/python-value.c, which I forgot to do in my previous commit. | Thiago Jung Bauermann | 2008-10-16 | 1 | -0/+689 | |
| * | 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com> | Thiago Jung Bauermann | 2008-10-16 | 3 | -3/+16 | |
| * | * inferior.h (stop_bpstat): Delete. | Pedro Alves | 2008-09-08 | 1 | -11/+2 | |
| * | (_initialize_python): Use unabbreviated commands | Andreas Schwab | 2008-08-09 | 1 | -2/+2 | |
| * | Initial python support. | Thiago Jung Bauermann | 2008-08-06 | 4 | -0/+653 | |

