summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-03-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-261-1/+1
* 2003-03-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-181-1/+1
* 2003-02-25 David Carlton <carlton@math.stanford.edu>David Carlton2003-02-251-6/+6
* Based on a patch from Daniel Berlin (dberlin@dberlin.org).Daniel Jacobowitz2003-02-211-0/+6
* 2003-02-20 David Carlton <carlton@math.stanford.edu>David Carlton2003-02-201-5/+5
* 2003-02-19 David Carlton <carlton@math.stanford.edu>David Carlton2003-02-201-0/+1
* 2003-02-14 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-141-1/+3
* 2003-02-04 David Carlton <carlton@math.stanford.edu>David Carlton2003-02-041-5/+5
* 2002-11-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-11-211-23/+0
* 2002-11-15 David Carlton <carlton@math.stanford.edu>David Carlton2002-11-151-1/+0
* * printcmd.c (disassemble_command): Remove obsolete function.Fernando Nasser2002-11-081-119/+1
* 2002-10-23 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-10-231-2/+2
* 2002-10-21 Jim Blandy <jimb@redhat.com>Elena Zannoni2002-10-211-0/+6
* 2002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-10-211-1/+1
* printcmd.c (address_info): Print 'self' for ObjC.Adam Fedor2002-10-121-1/+5
* Revert previous change. Not obvious.Andrew Cagney2002-09-191-5/+1
* 2002-09-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-09-191-1/+5
* Reviewed and approved by Kevin Buettner <kevinb@redhat.com>Fred Fish2002-09-101-3/+3
* 2002-07-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-07-111-0/+5
* 2002-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-111-19/+0
* gdb/ChangeLog:Jim Blandy2002-04-051-3/+3
* * cli/cli-decode.c (set_cmd_completer): New function.Andrew Cagney2002-03-061-4/+4
* 2002-01-31 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-02-011-14/+0
* Remove else clause to #if UI_OUT.Andrew Cagney2002-01-171-31/+3
* s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney2002-01-051-1/+1
* * cli/cli-script.c (execute_control_command): Replace value_ptrAndrew Cagney2001-12-251-4/+5
* * printcmd.c (print_scalar_formatted): Compare the length of theJim Blandy2001-12-071-2/+4
* s/value_ptr/struct value */Andrew Cagney2001-11-101-10/+10
* * value.h (value_as_address): Rename value_as_pointer.Andrew Cagney2001-10-161-3/+3
* 2001-10-12 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2001-10-121-5/+1
* * printcmd.c (print_frame_args): Move symbol iteration explicitlyDaniel Jacobowitz2001-10-121-138/+138
* * printcmd.c (print_scalar_formatted): Fix indentation.Jim Blandy2001-09-121-2/+2
* * printcmd.c (print_insn): Use the given stream forKeith Seitz2001-08-211-0/+2
* The following changes avoid polluting global namespace with theEli Zaretskii2001-08-021-8/+8
* * utils.c (init_page_info): Use tui_get_command_dimension.Stephane Carrez2001-07-211-12/+5
* Clean up the D10V port so that GDB and the target program noJim Blandy2001-07-101-3/+0
* * printcmd.c (print_scalar_formatted): If we are printing anJim Blandy2001-07-101-0/+6
* * completer.c (gdb_completer_loc_break_characters): New variable.Eli Zaretskii2001-06-111-6/+13
* s/ui_out_list/ui_out_tupple/Andrew Cagney2001-05-121-3/+2
* Use cleanup machinery to invoke ui_out_list_end().Kevin Buettner2001-04-081-2/+4
* Eliminate some uses of __STDC__.Andrew Cagney2001-03-141-4/+0
* Update/correct copyright notices.Kevin Buettner2001-03-061-2/+2
* 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2001-03-011-5/+7
* Replace calls to abort() with calls to internal_error().Kevin Buettner2001-02-251-2/+2
* Replace free() with xfree().Kevin Buettner2000-12-151-4/+4
* Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com>David Taylor2000-08-251-3/+3
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-119/+44
* * printcmd.c (printf_command): Guard against 0-length string.Michael Snyder2000-07-241-1/+2
* * printcmd.c (print_scalar_formatted): Move masking of 'a' addressAndrew Cagney2000-07-111-10/+14
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-23/+24