aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
AgeCommit message (Expand)Author
2017-06-27Remove MAX_REGISTER_SIZE from remote-sim.cAlan Hayward
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-04-12Don't call clear_quit_flag after check_quit_flagPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-03remote-sim.c: Add castsSimon Marchi
2015-08-27gdb: Use sighandler_t everywherePedro Alves
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves
2015-06-24gdb: sim: merge the sysroot update logic togetherMike Frysinger
2015-06-24gdb: sim: handle target sysroot prefixMike Frysinger
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-30Fix incomplete constification in remote-sim.cRoland McGrath
2014-07-30constify to_openTom Tromey
2014-07-25fix build: update clear_proceed_status callersPedro Alves
2014-06-26constify to_loadTom Tromey
2014-05-22Add new infrun.h header.Pedro Alves
2014-03-05sim: constify prog_nameMike Frysinger
2014-02-19Add target_ops argument to to_stopTom Tromey
2014-02-19Add target_ops argument to to_loadTom Tromey
2014-02-19Add target_ops argument to to_closeTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-11-11Minor reformatting in remote-sim.c (gdbsim_detach declaration).Joel Brobecker
2013-11-11Fix argument type on gdbsim_detach prototype.Edjunior Barbosa Machado
2013-11-08constify to_detachTom Tromey
2013-09-06remote-sim.c: Send debug output to gdb_stdlog.Pedro Alves
2013-09-06remote-sim.c: Don't install a deprecated_xfer_memory method.Pedro Alves
2013-09-06remote-sim.c: cleanup debug output code.Pedro Alves
2013-07-25remove pop_targetTom Tromey
2013-04-222013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>Edjunior Barbosa Machado
2013-03-20gdb/Jan Kratochvil
2013-03-15gdb:Steve Ellcey
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-10-11http://sourceware.org/ml/gdb-patches/2012-10/msg00032.htmlAndrew Burgess
2012-10-02http://sourceware.org/ml/gdb-patches/2012-10/msg00027.htmlAndrew Burgess
2012-08-222012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior