GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sim
/
mn10300
/
interp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sim: mn10300: minimize mn10300-sim.h include in sim-main.h
Mark Wielaard
2023-01-19
1
-0
/
+3
*
sim: microblaze, mn10300: remove signal.h include in interp.c
Mark Wielaard
2023-01-15
1
-2
/
+0
*
sim: cpu: change default init to handle all cpus
Mike Frysinger
2022-12-25
1
-1
/
+1
*
sim: mn10300: standardize the arch-specific settings a little
Mike Frysinger
2022-12-23
1
-2
/
+0
*
sim: common: change sim_{fetch,store}_register helpers to use void* buffers
Mike Frysinger
2022-11-02
1
-4
/
+4
*
sim: reg: constify store helper
Mike Frysinger
2022-10-31
1
-3
/
+3
*
sim: mn10300: migrate to standard uintXX_t types
Mike Frysinger
2022-01-06
1
-3
/
+3
*
sim: split program path out of argv vector
Mike Frysinger
2021-11-15
1
-5
/
+1
*
sim: split sim-signal.h include out
Mike Frysinger
2021-06-18
1
-0
/
+1
*
sim: overhaul & unify endian settings management
Mike Frysinger
2021-06-17
1
-0
/
+3
*
sim: mn10300: add SIGTRAP fallback
Mike Frysinger
2021-05-29
1
-0
/
+3
*
sim: switch config.h usage to defs.h
Mike Frysinger
2021-05-16
1
-1
/
+3
*
sim: cgen: move cgen_cpu_max_extra_bytes logic into the common code
Mike Frysinger
2021-04-12
1
-1
/
+1
*
sim: watchpoints: use common sim_pc_get
Mike Frysinger
2021-02-06
1
-1
/
+0
*
sim: watchpoints: change sizeof_pc to sizeof(sim_cia)
Mike Frysinger
2021-01-30
1
-1
/
+0
*
sim: clean up C11 header includes
Mike Frysinger
2021-01-11
1
-10
/
+0
*
sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly
Mike Frysinger
2016-01-06
1
-3
/
+3
*
sim: parse_args: display getopt error ourselves
Mike Frysinger
2016-01-03
1
-3
/
+1
*
sim: arm/d10v/h8300/m68hc11/microblaze/mips/mn10300/moxie/sh/v850: convert to...
Mike Frysinger
2015-12-30
1
-10
/
+9
*
sim: mn10300: drop global callback handle
Mike Frysinger
2015-11-22
1
-6
/
+1
*
sim: sim-close: unify sim_close logic
Mike Frysinger
2015-11-15
1
-8
/
+0
*
sim: mn10300: delete unused memory code
Mike Frysinger
2015-06-11
1
-47
/
+8
*
sim: mn10300: add missing static markings
Mike Frysinger
2015-06-11
1
-2
/
+2
*
sim: mn10300: delete unused exception/exited/debug state
Mike Frysinger
2015-06-11
1
-1
/
+0
*
sim: m68hc11/mn10300/v850: delete redundant INLINE defines
Mike Frysinger
2015-06-11
1
-8
/
+0
*
sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
Mike Frysinger
2015-04-17
1
-6
/
+6
*
sim: mn10300: convert to sim-cpu
Mike Frysinger
2015-04-13
1
-6
/
+26
*
sim: m68hc11/mips/mn10300/v850: add basic sim_pc_get
Mike Frysinger
2015-03-24
1
-0
/
+5
*
* interp.c: Include config.h first. Do not include sysdep.h.
Hans-Peter Nilsson
2012-06-17
1
-1
/
+1
*
Update sim_fetch_register, sim_store_register for sh and mn10300.
Kevin Buettner
2012-02-16
1
-1
/
+1
*
sim: start a unified sim_do_command
Mike Frysinger
2011-07-05
1
-17
/
+0
*
http://sourceware.org/ml/gdb-patches/2010-11/msg00112.html
Andrew Burgess
2011-01-11
1
-1
/
+1
*
2000-08-07 Graham Stott <grahams@cygnus.co.uk>
Alexandre Oliva
2004-06-26
1
-0
/
+569
*
* interp.c, mn10300_sim.h, op_utils.c: Convert function prototypes
Alexandre Oliva
2004-06-26
1
-54
/
+36
*
* configure.in: Use common simulator always. Don't subst sim_gen
Alexandre Oliva
2004-06-26
1
-856
/
+0
*
Index: arm/ChangeLog
Andrew Cagney
2003-02-27
1
-4
/
+4
*
import gdb-1999-07-19 snapshot
Jason Molenda
1999-07-19
1
-4
/
+4
*
import gdb-19990422 snapshot
Stan Shebs
1999-04-26
1
-4
/
+24
*
Initial creation of sourceware repository
gdb-4_18-branchpoint
Stan Shebs
1999-04-16
1
-0
/
+1402
*
Initial creation of sourceware repository
Stan Shebs
1999-04-16
1
-1402
/
+0
*
* eCos->devo merge; am30 sanitization tags removed
Frank Ch. Eigler
1998-12-30
1
-113
/
+254
*
Fri Jun 19 11:59:26 1998 Joyce Janczyn <janczyn@cygnus.com>
Joyce Janczyn
1998-06-19
1
-1
/
+1
*
Thu June 18 14:37:14 1998 Joyce Janczyn <janczyn@cygnus.com>
Joyce Janczyn
1998-06-18
1
-1
/
+4
*
* interp.c: (mn10300_option_handler): New function parses arguments
Joyce Janczyn
1998-06-08
1
-114
/
+156
*
Add sanitize-am30 markers. Keep details of AM30 implementation of
Andrew Cagney
1998-03-27
1
-24
/
+30
*
* interp.c (sim_open): Create second 1mb memory region at 0x40000000.
Andrew Cagney
1998-03-25
1
-150
/
+119
*
Pacify GCC.
Andrew Cagney
1998-03-25
1
-3
/
+4
*
Add code to support building mn10300 simulator with the common simulator
Joyce Janczyn
1998-03-24
1
-79
/
+398
*
Flush defunct sim_kill.
Andrew Cagney
1997-08-26
1
-7
/
+0
*
Add ABFD argument to sim_open call. Pass through to sim_config so
Andrew Cagney
1997-08-25
1
-3
/
+9
[next]