aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-092003-06-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-225/+0
2003-05-142003-05-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-2/+2
2003-05-032003-05-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-28/+2
2003-04-302003-04-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-5/+9
2003-04-012003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-15/+0
2003-04-012003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-03-182003-03-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-02-252003-02-25 David Carlton <carlton@math.stanford.edu>David Carlton1-6/+6
2003-02-21 Based on a patch from Daniel Berlin (dberlin@dberlin.org).Daniel Jacobowitz1-0/+6
2003-02-202003-02-20 David Carlton <carlton@math.stanford.edu>David Carlton1-5/+5
2003-02-202003-02-19 David Carlton <carlton@math.stanford.edu>David Carlton1-0/+1
2003-02-142003-02-14 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-1/+3
2003-02-042003-02-04 David Carlton <carlton@math.stanford.edu>David Carlton1-5/+5
2002-11-212002-11-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-23/+0
2002-11-152002-11-15 David Carlton <carlton@math.stanford.edu>David Carlton1-1/+0
2002-11-08 * printcmd.c (disassemble_command): Remove obsolete function.Fernando Nasser1-119/+1
2002-10-232002-10-23 Michael Snyder <msnyder@redhat.com>Michael Snyder1-2/+2
2002-10-212002-10-21 Jim Blandy <jimb@redhat.com>Elena Zannoni1-0/+6
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-1/+1
2002-10-12printcmd.c (address_info): Print 'self' for ObjC.Adam Fedor1-1/+5
2002-09-19Revert previous change. Not obvious.Andrew Cagney1-5/+1
2002-09-192002-09-18 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+5
2002-09-10Reviewed and approved by Kevin Buettner <kevinb@redhat.com>Fred Fish1-3/+3
2002-07-112002-07-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+5
2002-05-112002-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-19/+0
2002-04-05gdb/ChangeLog:Jim Blandy1-3/+3
2002-03-06* cli/cli-decode.c (set_cmd_completer): New function.Andrew Cagney1-4/+4
2002-02-012002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder1-14/+0
2002-01-17Remove else clause to #if UI_OUT.Andrew Cagney1-31/+3
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-1/+1
2001-12-25* cli/cli-script.c (execute_control_command): Replace value_ptrAndrew Cagney1-4/+5
2001-12-07* printcmd.c (print_scalar_formatted): Compare the length of theJim Blandy1-2/+4
2001-11-10s/value_ptr/struct value */Andrew Cagney1-10/+10
2001-10-16* value.h (value_as_address): Rename value_as_pointer.Andrew Cagney1-3/+3
2001-10-122001-10-12 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-5/+1
2001-10-12 * printcmd.c (print_frame_args): Move symbol iteration explicitlyDaniel Jacobowitz1-138/+138
2001-09-12* printcmd.c (print_scalar_formatted): Fix indentation.Jim Blandy1-2/+2
2001-08-21 * printcmd.c (print_insn): Use the given stream forKeith Seitz1-0/+2
2001-08-02 The following changes avoid polluting global namespace with theEli Zaretskii1-8/+8
2001-07-21 * utils.c (init_page_info): Use tui_get_command_dimension.Stephane Carrez1-12/+5
2001-07-10Clean up the D10V port so that GDB and the target program noJim Blandy1-3/+0
2001-07-10* printcmd.c (print_scalar_formatted): If we are printing anJim Blandy1-0/+6
2001-06-11 * completer.c (gdb_completer_loc_break_characters): New variable.Eli Zaretskii1-6/+13
2001-05-12s/ui_out_list/ui_out_tupple/Andrew Cagney1-3/+2
2001-04-08Use cleanup machinery to invoke ui_out_list_end().Kevin Buettner1-2/+4
2001-03-14Eliminate some uses of __STDC__.Andrew Cagney1-4/+0
2001-03-06Update/correct copyright notices.Kevin Buettner1-2/+2
2001-03-012001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder1-5/+7
2001-02-25Replace calls to abort() with calls to internal_error().Kevin Buettner1-2/+2
2000-12-15Replace free() with xfree().Kevin Buettner1-4/+4