aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-27gdb/Jan Kratochvil1-2/+3
2010-07-19gdb/Jan Kratochvil1-0/+18
2010-06-26Refactor 'maint time' command statistics.Paul N. Hilfinger1-0/+94
2010-05-172010-05-16 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+15
2010-05-102010-05-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+40
2010-05-102010-05-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2010-05-072010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-5/+0
2010-05-04* remote.c (register_remote_support_xml)Mark Kettenis1-4/+6
2010-05-02gdb/Jan Kratochvil1-9/+9
2010-05-02gdb/Jan Kratochvil1-3/+3
2010-03-08gdbTom Tromey1-1/+2
2010-03-05gdbTom Tromey1-5/+5
2010-03-04 * utils.c (fputs_maybe_filtered): Check if there's already a topPedro Alves1-0/+1
2010-03-04 * utils.c (fputs_maybe_filtered): Always disable pagination if thePedro Alves1-2/+5
2010-02-15gdb/Jan Kratochvil1-0/+20
2010-02-052010-02-05 Hui Zhu <teawater@gmail.com>Hui Zhu1-0/+40
2010-01-15gdb/Jan Kratochvil1-9/+55
2010-01-12 Implement core awareness.Vladimir Prus1-0/+8
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
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