summaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
Commit message (Expand)AuthorAgeFilesLines
...
* gdb: sim: merge the sysroot update logic togetherMike Frysinger2015-06-241-3/+5
* gdb: sim: handle target sysroot prefixMike Frysinger2015-06-241-2/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-3/+3
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Fix incomplete constification in remote-sim.cRoland McGrath2014-07-301-21/+21
* constify to_openTom Tromey2014-07-301-1/+1
* fix build: update clear_proceed_status callersPedro Alves2014-07-251-1/+1
* constify to_loadTom Tromey2014-06-261-2/+3
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* sim: constify prog_nameMike Frysinger2014-03-051-1/+1
* Add target_ops argument to to_stopTom Tromey2014-02-191-3/+3
* Add target_ops argument to to_loadTom Tromey2014-02-191-2/+2
* Add target_ops argument to to_closeTom Tromey2014-02-191-2/+2
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-7/+17
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-1/+1
* Add target_ops argument to to_prepare_to_storeMarkus Metzger2014-01-161-2/+3
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-6/+7
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Minor reformatting in remote-sim.c (gdbsim_detach declaration).Joel Brobecker2013-11-111-1/+2
* Fix argument type on gdbsim_detach prototype.Edjunior Barbosa Machado2013-11-111-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* remote-sim.c: Send debug output to gdb_stdlog.Pedro Alves2013-09-061-22/+26
* remote-sim.c: Don't install a deprecated_xfer_memory method.Pedro Alves2013-09-061-22/+35
* remote-sim.c: cleanup debug output code.Pedro Alves2013-09-061-9/+8
* remove pop_targetTom Tromey2013-07-251-1/+1
* 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>Edjunior Barbosa Machado2013-04-221-3/+3
* gdb/Jan Kratochvil2013-03-201-10/+3
* gdb:Steve Ellcey2013-03-151-1/+2
* Use gdb_byte for bytes from the program being debugged.Pedro Alves2013-03-011-2/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-1/+1
* http://sourceware.org/ml/gdb-patches/2012-10/msg00032.htmlAndrew Burgess2012-10-111-0/+3
* http://sourceware.org/ml/gdb-patches/2012-10/msg00027.htmlAndrew Burgess2012-10-021-18/+16
* 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-08-221-1/+1
* * defs.h (quit_flag): Don't declare.Tom Tromey2012-08-221-2/+2
* * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.Tom Tromey2012-07-301-4/+0
* 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>Tom Tromey2012-06-181-1/+1
* Fix invalid profile for command-completer in remote-sim.cJoel Brobecker2012-06-141-2/+14
* gdb/Pedro Alves2012-05-241-4/+4
* gdb/Pedro Alves2012-05-241-3/+3
* Fix -Wmissing-prototypes build.Ulrich Weigand2012-03-021-2/+2
* gdb: sim: check return value of sim_create_inferiorMike Frysinger2012-02-161-1/+4
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* gdb: sim: automatically pass down sysrootMike Frysinger2011-06-011-0/+4
* gdb: sim: add command line completionMike Frysinger2011-04-151-2/+17