summaryrefslogtreecommitdiff
path: root/gdb/m32r-stub.c
Commit message (Collapse)AuthorAgeFilesLines
* * i386-stub.c (getpacket): Fix array overflow.Daniel Jacobowitz2006-03-301-1/+1
| | | | | | | * m32r-stub.c (getpacket): Likewise. * m68k-stub.c (getpacket): Likewise. * sh-stub.c (getpacket): Likewise. * sparc-stub.c (getpacket): Likewise.
* 2003-07-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-07-211-1718/+1779
| | | | | From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>: * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
* 2003-02-04 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-041-1718/+1718
| | | | | | | | | | | | * NEWS: Note that the m32r-*-elf* is obsolete. * monitor.c (monitor_expect): Obsolete reference to m32r. * configure.tgt: Mark m32r-*-elf* as obsolete. * MAINTAINERS: Mark m32k as obsolete. * m32r-rom.c: Obsolete file. * config/m32r/m32r.mt: Obsolete file. * config/m32r/tm-m32r.h: Obsolete file. * m32r-stub.c: Obsolete file. * m32r-tdep.c: Obsolete file.
* 2002-10-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-10-041-2/+10
| | | | | * m32r-stub.c (handle_exception): Make sure exception is "trap" before treating it as a single-step event.
* 2002-09-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-09-171-2/+1
| | | | | * mips-stub.c (restore_and_return): Postpone restoring of PSW. RTE will take care of it.
* Protoization.Kevin Buettner2000-07-301-66/+28
|
* From JTC: m32r-stub.c, sparcl-stub.c, sparclet-stub.cAndrew Cagney2000-02-091-1/+1
| | | | (handle_exception): Return E01 instead of P01 when 'P' command fails.
* import gdb-1999-09-28 snapshotJason Molenda1999-09-281-1/+1
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-4/+4
|
* import gdb-1999-08-30 snapshotJason Molenda1999-08-311-65/+71
|
* import gdb-1999-08-23 snapshotJason Molenda1999-08-231-4/+0
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-4/+66
|
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+1685
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-1621/+0
|
* 1999-01-31 J.T. Conklin <jtc@redbacknetworks.com>Stan Shebs1999-01-311-0/+1621
* i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c, sparcl-stub, sparclet-stub.c: Change declaration of putDebugChar to include explicit void return type as per documentation. Fix up occasions where stubs erroneously checked return type.