gdb: on exec, delegate pushing / unpushing target and adding thread to target_ops...
[deliverable/binutils-gdb.git] / sim /
2021-05-12  Mike Frysingersim: clean up explicit environment build calls
2021-05-12  Luis MachadoFix build failure in d10v sim
2021-05-08  Mike Frysingersim: h8300: clean up various warnings
2021-05-08  Mike Frysingersim: touch modules target
2021-05-08  Mike Frysingersim: cgen: tweak trace format
2021-05-08  Mike Frysingersim: cgen: namespace mode_names a bit
2021-05-08  Mike Frysingersim: cgen: tweak cgen_rtx_error to fix warnings
2021-05-08  Mike Frysingersim: cgen: tweak initializers to avoid warnings
2021-05-08  Mike Frysingersim: add html & pdf stubs
2021-05-08  Tom Tromeysim: use htab_eq_string
2021-05-08  Mike Frysingersim: m68hc11: fix up cycle buffer printing
2021-05-07  Dimitar Dimitrovsim: Add bfd include path for common testsuite tools
2021-05-07  Mike Frysingersim: m32c: clean up various warnings
2021-05-07  Mike Frysingersim: m32c: fix warnings about mixing code & decls
2021-05-07  Mike Frysingersim: m32c: switch from custom fgets to getline
2021-05-07  Mike Frysingersim: m68hc11: fix up last warnings
2021-05-07  Mike Frysingersim: m68hc11: warn when emul_write fails
2021-05-06  Yoshinori Satosim: h8300 special case test
2021-05-06  Mike Frysingersim: m32c/rl78/rx: fix command parsing
2021-05-05  Mike Frysingersim: rl78: clean up various warnings
2021-05-05  Mike Frysingersim: m68hc11: tweak types to fix warnings
2021-05-05  Mike Frysingersim: mips: include stdlib.h for memory prototypes
2021-05-05  Mike Frysingersim: mips: always enable device models
2021-05-05  Mike Frysingersim: mips: delete unused constant variables
2021-05-05  Mike Frysingersim: mcore: fix build time warnings
2021-05-05  Mike Frysingersim: remove sys/times.h in most places
2021-05-05  Mike Frysingersim: mips: fix qh_acc table
2021-05-05  Mike Frysingersim: hw: localize init callback
2021-05-05  Mike Frysingersim: microblaze: enable some basic trace points
2021-05-05  Mike Frysingersim: microblaze: hook up libgloss syscalls
2021-05-04  Tom TromeyAdd missing stdlib.h includes to sim
2021-05-04  Tom TromeyFix igen build
2021-05-04  Tom TromeyAdd config.h to generated_files for sim
2021-05-04  Mike Frysingersim: add support for build-time ar & ranlib
2021-05-04  Mike Frysingersim: clean up bfd_vma printing
2021-05-03  Simon Marchisim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where...
2021-05-02  Simon Marchisim: add default cases to two switches in sim-options.c
2021-05-02  Mike Frysingersim: replace custom attributes with ansidecl.h
2021-05-02  Mike Frysingersim: bfin: move option inits to respective modules
2021-05-02  Mike Frysingersim: options: fix --help output
2021-05-02  Mike Frysingersim: dv-sockser: localize init callback
2021-05-02  Mike Frysingersim: mips: mark local func static
2021-05-02  Mike Frysingersim: add framework for declaring init callbacks locally
2021-05-01  Mike Frysingersim: nrun: add local strsignal prototype
2021-05-01  Mike Frysingersim: rx: cast bfd_vma when printing
2021-05-01  Mike Frysingersim: riscv: fix building on 32-bit hosts w/out int128
2021-05-01  Mike Frysingersim: aarch64: use PRIx64 for formatting 64-bit types
2021-05-01  Mike Frysingersim: aarch64: fix 64-bit immediate shifts
2021-05-01  Mike Frysingersim: arm: move build logic to source files
2021-05-01  Mike Frysingersim: callback: inline wrap helper
2021-04-27  Mike Frysingersim: riscv: switch MIN/MAX to common min/max
2021-04-27  Mike Frysingersim: nltvals: unify common syscall tables
2021-04-27  Mike Frysingersim: enable hardware support by default
2021-04-26  Nick CliftonFix a bug in the ARM emulator which would not allow...
2021-04-25  Tom TromeyAdd engv32.h to SIM_EXTRA_DEPS in sim/cris
2021-04-25  Tom TromeyUse htab_t in sim-options.c
2021-04-24  Mike Frysingersim: dv-cfi: fix printf format
2021-04-24  Mike Frysingersim: options: increase max option count
2021-04-24  Mike Frysingersim: simplify hardware m4 macro
2021-04-23  Tom TromeyDo not check for sys/time.h or sys/times.h
2021-04-23  Tom TromeyRemove LIBS from two sim Makefiles
2021-04-23  Tom TromeyRemove INCLUDE variable from some sim Makefiles
2021-04-23  Tom TromeyRemove and modernize dependencies in sim
2021-04-23  Tom TromeyRequire GNU make
2021-04-23  Tom TromeyAdd stamp files for generated files in sim/ppc
2021-04-23  Tom TromeyIntroduce stamp file for hw-config.h
2021-04-23  Tom TromeyMake mostlyclean an alias for clean
2021-04-23  Tom TromeyFix sim build failure
2021-04-22  Simon Marchisim: sprinkle some ATTRIBUTE_PRINTF
2021-04-22  Mike Frysingersim: regen against sim/m4/
2021-04-21  Simon Marchisim: use -Werror when probing for supported warning...
2021-04-20  Mike Frysingersim: rl78/rx: drop unnecessary getopt.h probing
2021-04-19  Mike Frysingersim: switch to AC_CHECK_HEADERS_ONCE
2021-04-19  Mike Frysingersim: msp430: delete unused getopt.h probe
2021-04-19  Mike Frysingersim: moxie: switch syscalls to common nltvals
2021-04-19  Mike Frysingersim: sh: switch syscalls to common nltvals
2021-04-19  Mike Frysingersim: rx: switch syscalls to common nltvals
2021-04-19  Mike Frysingersim: m32c: switch syscalls to common nltvals
2021-04-19  Mike Frysingersim: iq2000: switch syscalls to common nltvals
2021-04-19  Mike Frysingersim: switch to AC_CHECK_FUNCS_ONCE & merge a little
2021-04-19  Mike Frysingersim: mn10300: delete unused func & header tests
2021-04-19  Mike Frysingersim: syscall: add getpid support
2021-04-19  Mike Frysingersim: d10v: fix build warnings
2021-04-19  Mike Frysingersim: cr16: fix build warnings
2021-04-15  John Baldwinsim erc32: Add include path for readline.
2021-04-15  John Baldwinsim mn10300: Fix igen generation.
2021-04-15  John Baldwinsim lm32: Use a known-good shell with genmloop.sh.
2021-04-15  John Baldwinsim frv: Add a missing return value for frvbf_check_acc...
2021-04-15  John Baldwinsim: Add SIM_EXTRA_CFLAGS after CSEARCH.
2021-04-12  Mike Frysingersim: cgen: move cgen_cpu_max_extra_bytes logic into...
2021-04-09  Luis MachadoAdd missing ChangeLog entry for sim/rx change.
2021-04-09  Luis Machado[sim,rx] Silence warning that turns into a build error
2021-04-08  Tom TromeyAvoid sequence point warning in h8300 sim
2021-04-08  Tom TromeyAdd system includes in sim
2021-04-08  Tom TromeyDo not use old-style definitions in sim
2021-04-08  Luis MachadoFix DTB generation mechanism and build failure
2021-04-08  Simon Marchisim: set ASAN_OPTIONS=detect_leaks=0 when running igen...
2021-04-08  Mike Frysingersim: testsuite: support exit 77 for unsupported tests
2021-04-08  Mike Frysingersim: testsuite: skip tests when the port is disabled
2021-04-08  Mike Frysingersim: testsuite: calculate $arch from $subdir
next
This page took 0.042853 seconds and 7 git commands to generate.