Age | Commit message (Expand) | Author | Files | Lines |
2009-03-05 | 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 4 | -0/+183 |
2009-03-05 | gdb/ | Pedro Alves | 3 | -0/+86 |
2009-02-18 | * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/. | Jan Kratochvil | 2 | -5/+11 |
2009-02-18 | * gdb.pascal/floats.exp: Accept approximate results everywhere. | Pierre Muller | 2 | -4/+8 |
2009-02-18 | * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New. | Vladimir Prus | 5 | -5/+17 |
2009-02-17 | * observer.c (observer_test_first_notification_function) | Vladimir Prus | 2 | -24/+33 |
2009-02-17 | * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes. | Doug Evans | 5 | -3/+177 |
2009-02-14 | Adding gdb.python/python-cmd.exp which I forgot to commit earlier. | Thiago Jung Bauermann | 1 | -0/+107 |
2009-02-14 | Include frame information for *stopped due to CLI commands. | Vladimir Prus | 3 | -5/+15 |
2009-02-14 | * lib/gdb.exp (get_hexadecimal_valueof): New procedure. | Pierre Muller | 3 | -17/+24 |
2009-02-13 | * lib/gdb.exp (get_valueof): Accept anything as a return value. | Pierre Muller | 3 | -7/+32 |
2009-02-13 | * gdb.base/remote.exp (get_sizeof): Remove. | Tom Tromey | 6 | -74/+32 |
2009-02-12 | gdb/ | Jan Kratochvil | 3 | -0/+62 |
2009-02-10 | 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2 | -0/+5 |
2009-02-06 | 2009-02-06 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 3 | -0/+205 |
2009-02-06 | gdb/ | Thiago Jung Bauermann | 1 | -0/+4 |
2009-02-06 | 2009-02-06 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2 | -1/+5 |
2009-02-05 | 2009-02-05 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 5 | -13/+36 |
2009-02-04 | gdb/ | Thiago Jung Bauermann | 3 | -4/+29 |
2009-02-04 | * gdb.ada/uninitialized_vars: New test program. | Jerome Guitton | 4 | -0/+224 |
2009-02-03 | Fix ChangeLog to point to the correct bug, PR gdb/9594. | Tom Tromey | 4 | -2/+8 |
2009-02-03 | gdb | Tom Tromey | 4 | -1/+130 |
2009-02-02 | gdb | Tom Tromey | 3 | -0/+13 |
2009-01-30 | PR 8145. | Vladimir Prus | 2 | -2/+8 |
2009-01-30 | * breakpoint.c (create_breakpoint, create_breakpoints) | Vladimir Prus | 2 | -0/+21 |
2009-01-29 | * opcode/i386.h: Add multiple inclusion protection. | Doug Evans | 5 | -0/+555 |
2009-01-27 | * gdb.base/find.exp: Set newline variable | Pierre Muller | 2 | -1/+6 |
2009-01-23 | 2009-01-23 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2 | -2/+20 |
2009-01-23 | * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update | Pedro Alves | 3 | -2/+7 |
2009-01-23 | 2009-01-23 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 3 | -0/+92 |
2009-01-22 | 2009-01-22 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 3 | -0/+95 |
2009-01-22 | 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 2 | -1/+6 |
2009-01-20 | PR gdb/9346 | Daniel Jacobowitz | 3 | -3/+62 |
2009-01-19 | * dummy-frame.c (dummy_frame): Replace regcache member with | Doug Evans | 12 | -8/+793 |
2009-01-14 | * NEWS: Document "define" for prefixed commands. | Daniel Jacobowitz | 3 | -7/+37 |
2009-01-14 | Update the copyright notice of some of the files I missed | Joel Brobecker | 3 | -3/+3 |
2009-01-07 | gdb/ | Jan Kratochvil | 3 | -22/+106 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 798 | -811/+851 |
2009-01-01 | 2009-01-01 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2 | -0/+17 |
2008-12-31 | 2008-12-31 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 4 | -5/+17 |
2008-12-31 | 2008-12-31 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2 | -1/+6 |
2008-12-29 | 2008-12-29 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2 | -0/+34 |
2008-12-23 | * gdb.cp/punctuator.exp: Backslash the '$' signs. | Jan Kratochvil | 2 | -12/+16 |
2008-12-22 | gdb | Tom Tromey | 2 | -0/+56 |
2008-12-22 | gdb/ | Jan Kratochvil | 2 | -0/+22 |
2008-12-21 | Fix for PR gdb/8648. | Jan Kratochvil | 5 | -14/+10 |
2008-12-21 | gdb/ | Jan Kratochvil | 3 | -0/+83 |
2008-12-16 | 2008-12-16 Christophe Lyon <christophe.lyon@st.com> | Denis Pilat | 2 | -1/+11 |
2008-12-15 | * gdb.base/consecutive.exp: Don't use global in gdb_expect. | Jie Zhang | 2 | -5/+4 |
2008-12-12 | gdb | Tom Tromey | 2 | -0/+40 |