summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Non-stop inferior control.Pedro Alves2008-07-091-5/+6
* Add "executing" property to threads.Pedro Alves2008-07-091-1/+1
* * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.Pedro Alves2008-07-031-0/+1
* * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz2008-06-261-1/+0
* * target.c (target_read_until_error): New.Vladimir Prus2008-06-261-0/+66
* Implement *running.Vladimir Prus2008-06-101-0/+9
* * error.c (parse_find_args): Fix capitalization in previous patch.Doug Evans2008-05-091-3/+3
* New "find" command.Doug Evans2008-05-091-0/+152
* * target.h (struct target_ops): AddAndreas Schwab2008-05-021-1/+36
* * breakpoint.h (bp_location_p): New typedef.Vladimir Prus2008-04-241-0/+8
* * target.c (find_default_run_target): Allow a NULL `do_mesg'Pedro Alves2008-03-281-6/+20
* gdb/Pedro Alves2008-03-211-9/+28
* Remove ignoring leading exec events code.Vladimir Prus2008-03-151-19/+0
* * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz2008-03-131-3/+32
* * infcmd.c (kill_if_already_running): Make static. UseDaniel Jacobowitz2008-02-281-0/+35
* 2008-01-24 Michael Snyder <msnyder@specifix.com>Michael Snyder2008-01-251-2/+2
* * defs.h (struct continuation_arg): Fix typo in comment.Doug Evans2008-01-111-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Remove unused support for target-based exception catching.Jim Blandy2007-12-131-30/+0
* * target.c (update_current_target): Inherit to_log_command.Maciej W. Rozycki2007-12-071-0/+1
* 2007-10-22 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-10-221-7/+8
* * target.c (update_current_target): Call setup_target_debug.Daniel Jacobowitz2007-10-101-3/+3
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* 2007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-081-2/+3
* * target.c (memory_xfer_partial): Accesses to unmapped overlayUlrich Weigand2007-07-241-0/+8
* PR symtab/2161Daniel Jacobowitz2007-07-011-0/+5
* 2007-06-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-091-2/+4
* 2007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-05-311-1/+2
* * target.h (struct target_ops): Add REGCACHE parameter toUlrich Weigand2007-05-061-4/+4
* * target.h (struct regcache): Add forward declaration.Ulrich Weigand2007-05-061-12/+13
* * regcache.c (deprecated_read_register_gen): Remove, inline ...Ulrich Weigand2007-04-291-6/+6
* * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Remove.Ulrich Weigand2007-04-271-7/+0
* * Makefile.in (SFILES): Remove nlmread.c.Daniel Jacobowitz2007-03-301-1/+1
* * arch-utils.c (legacy_pc_in_sigtramp): Remove.Ulrich Weigand2007-03-281-0/+1
* Reported by timeless@gmail.com:Daniel Jacobowitz2007-02-081-2/+4
* * target.c (maintenance_print_target_stack): New function.Joel Brobecker2007-01-291-0/+19
* From Nick Hudson:Daniel Jacobowitz2007-01-231-1/+1
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-2/+2
* 2006-12-05 Adam Nemet <anemet@caviumnetworks.com>Daniel Jacobowitz2006-12-051-2/+2
* * Makefile.in (SFILES): Add new and missed files.Daniel Jacobowitz2006-11-281-0/+26
* gdb/Vladimir Prus2006-11-211-2/+6
* gdb/Daniel Jacobowitz2006-10-171-0/+50
* 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>Daniel Jacobowitz2006-10-101-0/+87
* * Makefile.in (SFILES): Add target-memory.c.Daniel Jacobowitz2006-09-211-0/+46
* gdb/Daniel Jacobowitz2006-09-211-0/+63
* * remote.c, target.c: Strip trailing whitespace.Daniel Jacobowitz2006-08-161-100/+100
* PR remote/1966Daniel Jacobowitz2006-08-151-371/+175
* * target.h (target_read_stralloc): New prototype.Daniel Jacobowitz2006-07-271-16/+50
* 2006-07-18 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2006-07-181-1/+1
* * target.c (target_read): Stop if target_read_partial returns 0Daniel Jacobowitz2006-07-121-6/+74