gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
2021-05-14  Mike Frysingersim: create header namespace
2021-03-24  Simon Marchigdb: move all "current target" wrapper implementations...
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-03-23  Simon Marchigdb: remove unpush_target free function
2021-01-22  Simon Marchigdb: move remote_debug to remote.{h,c}
2021-01-07  Mike Frysingergdb/sim: add support for exporting memory map
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-10-29  Tom TromeyRemove the exec_bfd macro
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-06-18  Pedro AlvesDon't write to inferior_ptid in remote-sim.c
2020-02-11  Tom TromeyRemove some ui_file_* functions
2020-02-07  Iain BuclawMake fputs_unfiltered use fputs_maybe_filtered
2020-02-07  Iain BuclawMake gdb_flush also flush the wrap buffer
2020-02-04  Andrew Burgessgdb/sim: Assert that the simulator ptid is not null_ptid
2020-01-21  Simon Marchigdb: remove uses of iterate_over_inferiors in remote...
2020-01-20  Simon Marchisim: don't rely on inferior_ptid in gdbsim_target:...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-13  Simon Marchigdb: adjust remote-sim.c to multi-target
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26  Simon MarchiRemove simulator_command declaration, make static
2019-07-10  Tom TromeyChange remote-sim.c to use type-safe registry
2019-07-09  Tom TromeyRename common to gdbsupport
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-06  Tom TromeyFix remote-sim.c build after warn-unused-result change
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro AlvesConvert default_child_has_foo functions to process_stra...
2018-11-30  Pedro AlvesIntroduce process_stratum_target
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-07-23  Simon MarchiRemove some unused variables
2018-07-16  Simon Marchiremote-sim.c: Remove unused variables
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-25  Pedro Alvesgdb: Fix build on several hosts/ports
2018-05-30  Simon MarchiRemove regcache_get_ptid
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-02-20  Simon Marchiremote-sim: Add missing ATTRIBUTE_PRINTF
2018-01-31  Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07  Tom TromeyConstify add_com
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-07  Simon Marchiremote-sim.c: Fix arg variables conflicts
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-07-18  Pedro AlvesFix GDB builds that include the simulator
2017-06-27  Alan HaywardRemove MAX_REGISTER_SIZE from remote-sim.c
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-20  Simon MarchiUse ptid from regcache in almost all remaining nat...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-04-12  Pedro AlvesDon't call clear_quit_flag after check_quit_flag
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-03  Simon Marchiremote-sim.c: Add casts
2015-08-27  Pedro Alvesgdb: Use sighandler_t everywhere
2015-08-07  Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-06-24  Mike Frysingergdb: sim: merge the sysroot update logic together
2015-06-24  Mike Frysingergdb: sim: handle target sysroot prefix
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
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.
next
This page took 1.143944 seconds and 106 git commands to generate.