summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 2002-09-10 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-09-101-3/+3
* 2002-08-21 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-211-35/+46
* 2002-08-20 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-08-201-4/+21
* 2002-08-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-161-0/+36
* 2002-08-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-161-7/+13
* 2002-08-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-151-2/+37
* * infcmd.c (print_return_value): Remove compatibility code callingAndrew Cagney2002-07-031-22/+3
* * infrun.c (stop_registers): Change variable's type to ``structAndrew Cagney2002-06-251-1/+20
* Make print_float_info() multi-arch pure. Add ui_file and frame parameters.Andrew Cagney2002-06-111-1/+1
* * findvar.c (extract_signed_integer): Cast printf argumentJason Thorpe2002-04-231-1/+1
* * frame.h (selected_frame_level): Document as deprecated.Andrew Cagney2002-04-211-1/+2
* * defs.h (read_relative_register_raw_bytes): Delete declaration.Andrew Cagney2002-04-121-1/+1
* 2002-03-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-03-281-1/+1
* * cli/cli-decode.c (set_cmd_completer): New function.Andrew Cagney2002-03-061-11/+11
* * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.Richard Earnshaw2002-02-061-5/+1
* * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney2002-02-051-3/+3
* * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...Andrew Cagney2002-01-291-7/+2
* * infcmd.c (run_command): Check that the `exec' target layer's BFDJim Blandy2002-01-211-4/+10
* Remove else clause to #if UI_OUT.Andrew Cagney2002-01-171-36/+3
* s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney2002-01-051-1/+1
* * NEWS: Update for --args.Tom Tromey2001-11-271-0/+71
* Fix for PR gdb/209, PR gdb/156:Tom Tromey2001-11-221-5/+58
* s/value_ptr/struct value */Andrew Cagney2001-11-101-1/+1
* Approved by kev@cygnus.comFred Fish2001-11-011-10/+3
* * infcmd.c (do_registers_info): Delete code dumping largeAndrew Cagney2001-10-011-12/+0
* The following changes avoid polluting global namespace with theEli Zaretskii2001-08-021-1/+1
* * completer.c (gdb_completer_loc_break_characters): New variable.Eli Zaretskii2001-06-111-8/+14
* 2001-05-16 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-05-161-3/+2
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-4/+4
* * arch-utils.c (#include "gdbthread.h"): Removed.J.T. Conklin2001-03-271-1/+0
* * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macroAndrew Cagney2001-03-211-2/+2
* Eliminate ARCH_NUM_REGS.Andrew Cagney2001-03-131-2/+2
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
* * demangle.c (demangling_style_names): New variable.Eli Zaretskii2001-02-191-11/+15
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-2/+4
* 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>Michael Snyder2001-02-061-2/+2
* Replace strsave() with xstrdup().Andrew Cagney2001-01-311-2/+2
* 2001-01-26 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-01-271-1/+2
* 2001-01-24 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-01-241-7/+22
* * infcmd.c (print_return_value): Restore another space lost byMark Kettenis2001-01-181-1/+1
* Restore missing space lost when switching to UI_OUT.Andrew Cagney2001-01-121-1/+1
* Replace free() with xfree().Kevin Buettner2000-12-151-4/+4
* * inferior.h (step_over_calls_kind): New enum to clarify values inChristopher Faylor2000-11-101-11/+13
* * eval.c (parse_and_eval_long): New function.David Taylor2000-10-301-3/+3
* Corrected spelling error in comment: continaution ->continuation.David Anderson2000-09-021-1/+1
* 2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-08-011-10/+1
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-105/+37
* * infcmd.c (attach_command): Move "stop_soon_quietly" setting insideChristopher Faylor2000-07-061-1/+1
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-31/+31
* Purge (almost) make_cleanup_func.Andrew Cagney2000-05-221-3/+8