Automatic date update in version.in
[platform/upstream/binutils.git] / gdb / remote-sim.c
2014-08-07 Gary BensonMove errno.h to common-defs.h
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-30 Roland McGrathFix incomplete constification in remote-sim.c
2014-07-30 Tom Tromeyconstify to_open
2014-07-25 Pedro Alvesfix build: update clear_proceed_status callers
2014-06-26 Tom Tromeyconstify to_load
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-03-05 Mike Frysingersim: constify prog_name
2014-02-19 Tom TromeyAdd target_ops argument to to_stop
2014-02-19 Tom TromeyAdd target_ops argument to to_load
2014-02-19 Tom TromeyAdd target_ops argument to to_close
2014-02-11 Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07 Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-16 Markus MetzgerAdd target_ops argument to to_prepare_to_store
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-11 Joel BrobeckerMinor reformatting in remote-sim.c (gdbsim_detach decla...
2013-11-11 Edjunior Barbosa... Fix argument type on gdbsim_detach prototype.
2013-11-08 Tom Tromeyconstify to_detach
2013-09-06 Pedro Alvesremote-sim.c: Send debug output to gdb_stdlog.
2013-09-06 Pedro Alvesremote-sim.c: Don't install a deprecated_xfer_memory...
2013-09-06 Pedro Alvesremote-sim.c: cleanup debug output code.
2013-07-25 Tom Tromeyremove pop_target
2013-04-22 Edjunior Barbosa... 2013-04-22 Edjunior Machado <emachado@linux.vnet...
2013-03-20 Jan Kratochvilgdb/
2013-03-15 Steve Ellceygdb:
2013-03-01 Pedro AlvesUse gdb_byte for bytes from the program being debugged.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-10-11 Andrew Burgesssourceware.org/ml/gdb-patches/2012-10/msg00032.html
2012-10-02 Andrew Burgesssourceware.org/ml/gdb-patches/2012-10/msg00027.html
2012-08-22 Sergio Durigan Junior2012-08-22 Sergio Durigan Junior <sergiodj@redhat...
2012-08-22 Tom Tromey * defs.h (quit_flag): Don't declare.
2012-07-30 Tom Tromey * remote-sim.c (gdb_os_poll_quit): Don't check immedia...
2012-06-18 Tom Tromey2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
2012-06-14 Joel BrobeckerFix invalid profile for command-completer in remote...
2012-05-24 Pedro Alvesgdb/
2012-05-24 Pedro Alvesgdb/
2012-03-02 Ulrich Weigand Fix -Wmissing-prototypes build.
2012-02-16 Mike Frysingergdb: sim: check return value of sim_create_inferior
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-06-01 Mike Frysingergdb: sim: automatically pass down sysroot
2011-04-15 Mike Frysingergdb: sim: add command line completion
2011-01-11 Andrew Burgesssourceware.org/ml/gdb-patches/2010-11/msg00112.html
2011-01-10 Michael Snyder2011-01-10 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-10 Kevin Buettner * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2010-08-10 Kevin Buettner * remote-sim.c (program_loaded, gdbsim_desc, remote_si...
2010-05-16 Michael Snyder2010-05-16 Michael Snyder <msnyder@vmware.com>
2010-05-02 Jan Kratochvilgdb/
2010-04-12 Mike Frysingergdb: constify remote files_info
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-20 Pedro Alves * go32-nat.c (go32_create_inferior): Use inferior_appe...
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-06-07 Pedro Alves * target.h (struct target_ops): Make to_has_all_memory,
2009-05-21 Pedro Alves * target.h (TARGET_WNOHANG): New.
2009-03-17 Joel Brobecker Add a target_ops parameter to the to_kill metho...
2009-02-23 Pedro Alves * remote-sim.c (gdbsim_resume): Add target_ops* argument.
2009-02-23 Pedro Alves * corelow.c (get_core_registers): Adjust.
2009-02-06 Pedro Alves * linux-nat.c (linux_nat_wait): Adjust.
2009-01-09 Pedro Alves * defs.h (deprecated_error_hook): Delete declaration.
2009-01-08 Nathan Froyd * remote-sim.c (gdb_os_error): Mark as a noreturn...
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-11-13 Joel Brobecker * remote-sim.c (gdbsim_mourn_inferior): Use "target...
2008-11-11 Thiago Jung Bauermann * remote-sim.c (gdbsim_create_inferior, gdbsim_mourn_i...
2008-11-09 Vladimir Prus Kill pthread_ops_hack
2008-10-03 Paul Pluzhnikov2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2008-09-24 Vladimir Prus * remote-sim.c (gdbsim_create_inferior): Fix...
2008-09-22 Pedro Alves * gnu-nat.c (gnu_attach): Add process to inferiors...
2008-07-15 Stan Shebs * remote-sim.c (init_gdbsim_ops): Remove
2008-07-10 Kevin Buettner * remote-sim.c (gdbsim_cntrl_c): Pass remote_sim_ptid to
2008-07-09 Pedro Alves Adjust all targets to new target_stop interface.
2008-07-09 Pedro Alves * remote-sim.c: Include gdbthread.h.
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-11-19 Markus Deuling2007-11-19 Markus Deuling <deuling@de.ibm.com>
2007-11-16 Markus Deuling2007-11-16 Markus Deuling <deuling@de.ibm.com>
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-06-12 Ulrich Weigand2007-06-12 Markus Deuling <deuling@de.ibm.com>
2007-06-09 Ulrich Weigand2007-06-09 Markus Deuling <deuling@de.ibm.com>
2007-05-31 Ulrich Weigand2007-05-31 Markus Deuling <deuling@de.ibm.com>
2007-05-06 Ulrich Weigand * regcache.c (regcache_invalidate): New function.
2007-05-06 Ulrich Weigand * target.h (struct target_ops): Add REGCACHE parameter to
2007-05-06 Ulrich Weigand * target.h (struct regcache): Add forward declaration.
2007-04-29 Ulrich Weigand * regcache.c (deprecated_read_register_gen): Remove...
2007-04-13 Daniel Jacobowitz * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd...
2007-02-26 Daniel Jacobowitz * arch-utils.c (selected_byte_order): New.
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-11-10 Daniel Jacobowitzgdb/
2006-10-17 Daniel Jacobowitzgdb/
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2006-04-18 Daniel Jacobowitzgdb/
2006-02-21 Andrew Stubbs2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
2006-01-24 Daniel Jacobowitz * infcmd.c: Include "observer.h".
2005-12-17 Eli Zaretskii * breakpoint.c:
2005-11-28 Mark Mitchell * remote-sim.c (gdbsim_wait): Pass target signal numbe...
2005-06-19 Mark Kettenis* remote-sim.c (gdbsim_xfer_inferior_memory): Remove...
next