aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-18 * utils.c (add_internal_problem_command): Free set_doc andTom Tromey1-0/+6
2009-08-14 * ui-file.h (ui_file_xstrdup): Mention that the length argumentPedro Alves1-2/+1
2009-08-13 * utils.c (gnu_debuglink_crc32): Store crc32_table as unsigned intDoug Evans1-1/+1
2009-08-06(defaulted_query): Don't ask for confirmation if serverNick Roberts1-2/+2
2009-07-212009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+9
2009-07-212009-07-20 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-6/+1
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-20/+2
2009-06-17ChangeLog:Ulrich Weigand1-12/+0
2009-05-06 * utils.c: Add include of gdb_usleep.h.Joel Brobecker1-0/+21
2009-04-24 ARI change: Use "/* ARI: rule */" pattern.Pierre Muller1-11/+11
2009-04-15 * utils.c (parse_escape): Initialize target_char to pacify GCC.Eli Zaretskii1-1/+1
2009-03-20gdb:Tom Tromey1-65/+62
2009-03-19 * utils.c (do_obstack_free): New function.Tom Tromey1-0/+17
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-0/+3
2009-01-26gdb/Pedro Alves1-31/+135
2009-01-13 * utils.c (host_address_to_string): Reimplement in a way thatJoel Brobecker1-4/+1
2009-01-07 * utils.c (gdb_print_host_address): Adjust implementation toJoel Brobecker1-6/+5
2009-01-06Check return values of functions declared with warn_unused_resultJim Blandy1-4/+10
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-2/+2
2008-11-19 * remote.c (escape_buffer): New.Pedro Alves1-2/+11
2008-11-05 * defs.h (add_inferior_continuation)Pedro Alves1-0/+53
2008-10-30 * utils.c (make_cleanup_close): Use make_cleanup_dtor.Tom Tromey1-2/+1
2008-10-28 * cli/cli-script.c (do_fclose_cleanup): Remove.Tom Tromey1-0/+17
2008-10-032008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-0/+14
2008-09-08 Remove global continuations in favour of a per-threadPedro Alves1-53/+137
2008-09-04 * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.Doug Evans1-6/+6
2008-07-13 * utils.c (struct continuation): Define as inheriting structPedro Alves1-12/+25
2008-07-122008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-58/+35
2008-07-12 Replace struct continuation_args by void* and per command structs.Pedro Alves1-8/+6
2008-07-11 Exited threads.Pedro Alves1-0/+8
2008-06-10 Introduce common cleanup for restoring integers.Vladimir Prus1-2/+40
2008-05-24 * gdbarch.sh: Added new gdbarch structCarlos Eduardo Seo1-0/+8
2008-04-24 exec_cleanup murder.Vladimir Prus1-19/+6
2008-03-14 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)Vladimir Prus1-20/+0
2008-02-27 * utils.c (debug_timestamp): New.Daniel Jacobowitz1-0/+33
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-12-17* utils.c (string_to_core_addr): If the executable formatMaciej W. Rozycki1-0/+15
2007-11-15 Remove 'run_cleanup'.Vladimir Prus1-13/+0
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-06-132007-06-13 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-4/+4
2007-06-13 * utils.c (set_screen_size): Use INT_MAX for default columns.Daniel Jacobowitz1-1/+1
2007-06-062007-06-06 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-1/+1
2007-06-04 * defs.h (ldirname): New prototype.Daniel Jacobowitz1-0/+28
2007-03-30* utils.c (string_to_core_addr): Comment typo.Maciej W. Rozycki1-1/+1
2007-03-222007-03-22 Denis Pilat <denis.pilat@st.com>Denis Pilat1-3/+0
2007-02-08Reviewed and approved by Daniel Jacobowitz <drow@false.org>Fred Fish1-12/+0
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2006-12-062006-12-06 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs1-0/+1
2006-11-17 * utils.c (string_to_core_addr): Use error instead ofDaniel Jacobowitz1-2/+2
2006-10-18 * utils.c (query): Use defaulted_query.Daniel Jacobowitz1-90/+61