summaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
Commit message (Expand)AuthorAgeFilesLines
* Pass ptid to to_prepare_to_storeusers/simark/ptid-in-fetch-store-regsSimon Marchi2017-03-071-2/+4
* Pass ptid to target_store_registersSimon Marchi2017-03-071-3/+5
* Pass ptid to target_fetch_registersSimon Marchi2017-03-071-3/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Don't call clear_quit_flag after check_quit_flagPedro Alves2016-04-121-4/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* remote-sim.c: Add castsSimon Marchi2015-11-031-11/+14
* gdb: Use sighandler_t everywherePedro Alves2015-08-271-1/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-10/+10
* 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