aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/traps.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-10sim: m32r: fixup some of the int<->pointer castsMike Frysinger1-28/+53
2024-01-10sim: m32r: fix missing break statementMike Frysinger1-0/+1
2024-01-10sim: m32r: migrate ftime() to clock_gettime()Mike Frysinger1-5/+8
2024-01-10sim: m32r: cleanup unused variablesMike Frysinger1-3/+1
2023-12-07sim: m32r: fix syslog callMike Frysinger1-1/+2
2023-12-07sim: m32r: include more glibc headers for the funcs we use [PR sim/29752]Mike Frysinger1-0/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-23sim: m32r: move arch-specific settings to internal headerMike Frysinger1-0/+2
2022-10-29sim/m32r: Initialize "list" variableTsukasa OI1-1/+1
2022-05-13sim: remove use of PTRAlan Modra1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-31sim: drop unused targ-vals.h includesMike Frysinger1-1/+0
2021-08-22sim: m32r: add __linux__ hack for non-Linux hostsMike Frysinger1-0/+8
2021-07-01sim: m32r: reformat linux traps codeMike Frysinger1-1067/+1063
2021-07-01sim: m32r: unify ELF & Linux traps logicMike Frysinger1-14/+1185
2021-06-18sim: split sim-signal.h include outMike Frysinger1-0/+1
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-0/+3
2021-04-08Add system includes in simTom Tromey1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-24sim: delete old breakpoint codeMike Frysinger1-12/+0
2015-06-17sim: syscall: add common sim_syscall helpersMike Frysinger1-21/+14
2015-06-17sim: syscall: unify memory helpersMike Frysinger1-24/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+2
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2003-12-11Add support for the m32r2 processorNick Clifton1-31/+60
2003-12-07More reversion of incomplete m32r changes. Should be back to normal.Andrew Cagney1-18/+6
2003-12-07Revert last commit, build problems.Andrew Cagney1-19/+4
2003-12-072003-12-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>Andrew Cagney1-4/+19
1999-10-05import gdb-1999-10-04 snapshotJason Molenda1-3/+6
1999-04-26import gdb-19990422 snapshotStan Shebs1-3/+12
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+170
1999-04-16Initial creation of sourceware repositoryStan Shebs1-173/+0
1998-09-09 * m32r-sim.h (m32r_trap): Update prototype.Doug Evans1-13/+12
1998-06-11 * traps.c: New file. Trap support moved here from sim-if.c.Doug Evans1-0/+174