Age | Commit message (Expand) | Author | Files | Lines |
2009-04-24 | ARI change: Use "/* ARI: rule */" pattern. | Pierre Muller | 1 | -11/+11 |
2009-04-15 | * utils.c (parse_escape): Initialize target_char to pacify GCC. | Eli Zaretskii | 1 | -1/+1 |
2009-03-20 | gdb: | Tom Tromey | 1 | -65/+62 |
2009-03-19 | * utils.c (do_obstack_free): New function. | Tom Tromey | 1 | -0/+17 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -0/+3 |
2009-01-26 | gdb/ | Pedro Alves | 1 | -31/+135 |
2009-01-13 | * utils.c (host_address_to_string): Reimplement in a way that | Joel Brobecker | 1 | -4/+1 |
2009-01-07 | * utils.c (gdb_print_host_address): Adjust implementation to | Joel Brobecker | 1 | -6/+5 |
2009-01-06 | Check return values of functions declared with warn_unused_result | Jim Blandy | 1 | -4/+10 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -2/+2 |
2008-11-19 | * remote.c (escape_buffer): New. | Pedro Alves | 1 | -2/+11 |
2008-11-05 | * defs.h (add_inferior_continuation) | Pedro Alves | 1 | -0/+53 |
2008-10-30 | * utils.c (make_cleanup_close): Use make_cleanup_dtor. | Tom Tromey | 1 | -2/+1 |
2008-10-28 | * cli/cli-script.c (do_fclose_cleanup): Remove. | Tom Tromey | 1 | -0/+17 |
2008-10-03 | 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -0/+14 |
2008-09-08 | Remove global continuations in favour of a per-thread | Pedro Alves | 1 | -53/+137 |
2008-09-04 | * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d. | Doug Evans | 1 | -6/+6 |
2008-07-13 | * utils.c (struct continuation): Define as inheriting struct | Pedro Alves | 1 | -12/+25 |
2008-07-12 | 2008-07-12 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -58/+35 |
2008-07-12 | Replace struct continuation_args by void* and per command structs. | Pedro Alves | 1 | -8/+6 |
2008-07-11 | Exited threads. | Pedro Alves | 1 | -0/+8 |
2008-06-10 | Introduce common cleanup for restoring integers. | Vladimir Prus | 1 | -2/+40 |
2008-05-24 | * gdbarch.sh: Added new gdbarch struct | Carlos Eduardo Seo | 1 | -0/+8 |
2008-04-24 | exec_cleanup murder. | Vladimir Prus | 1 | -19/+6 |
2008-03-14 | * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups) | Vladimir Prus | 1 | -20/+0 |
2008-02-27 | * utils.c (debug_timestamp): New. | Daniel Jacobowitz | 1 | -0/+33 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-12-17 | * utils.c (string_to_core_addr): If the executable format | Maciej W. Rozycki | 1 | -0/+15 |
2007-11-15 | Remove 'run_cleanup'. | Vladimir Prus | 1 | -13/+0 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-06-13 | 2007-06-13 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -4/+4 |
2007-06-13 | * utils.c (set_screen_size): Use INT_MAX for default columns. | Daniel Jacobowitz | 1 | -1/+1 |
2007-06-06 | 2007-06-06 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -1/+1 |
2007-06-04 | * defs.h (ldirname): New prototype. | Daniel Jacobowitz | 1 | -0/+28 |
2007-03-30 | * utils.c (string_to_core_addr): Comment typo. | Maciej W. Rozycki | 1 | -1/+1 |
2007-03-22 | 2007-03-22 Denis Pilat <denis.pilat@st.com> | Denis Pilat | 1 | -3/+0 |
2007-02-08 | Reviewed and approved by Daniel Jacobowitz <drow@false.org> | Fred Fish | 1 | -12/+0 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -2/+2 |
2006-12-06 | 2006-12-06 Andrew Stubbs <andrew.stubbs@st.com> | Andrew Stubbs | 1 | -0/+1 |
2006-11-17 | * utils.c (string_to_core_addr): Use error instead of | Daniel Jacobowitz | 1 | -2/+2 |
2006-10-18 | * utils.c (query): Use defaulted_query. | Daniel Jacobowitz | 1 | -90/+61 |
2006-09-21 | * ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int) | Daniel Jacobowitz | 1 | -0/+99 |
2006-07-12 | gdb/ | Daniel Jacobowitz | 1 | -0/+9 |
2006-03-29 | * Makefile.in (utils.o): Update. | Daniel Jacobowitz | 1 | -8/+11 |
2006-02-10 | * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies. | Daniel Jacobowitz | 1 | -19/+0 |
2006-02-02 | * printcmd.c (printf_command): Make format string checking | Daniel Jacobowitz | 1 | -10/+8 |
2006-02-01 | gdb/ | Daniel Jacobowitz | 1 | -0/+24 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |
2005-07-31 | From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>: | Daniel Jacobowitz | 1 | -5/+5 |
2005-07-04 | * bsd-kvm.c (bsd_kvm_open): Properly cast sentinel in concat call. | Mark Kettenis | 1 | -2/+2 |