summaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * target.h (target_memory_bfd_section): Removed declaration.J.T. Conklin2000-05-201-3/+2
* Use make_cleanup_ui_out_stream_delete().Andrew Cagney2000-05-151-1/+1
* * ax-gdb.c (agent_command): Remove now useless cast ofPhilippe De Muyter2000-04-261-12/+9
* * defs.h, utils.c (free_current_contents): Change parameter toAndrew Cagney2000-04-211-4/+7
* * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two newJim Blandy2000-04-141-5/+6
* Stop GCC thinking a shift will overflow.Andrew Cagney2000-04-041-3/+6
* * printcmd.c (print_scalar_formatted): Truncate addresses to thePeter Schauer2000-03-221-1/+8
* import gdb-2000-02-04 snapshotJason Molenda2000-02-051-28/+83