summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/shared/gdbstub/gdb_if.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move GDB stubs to bspsSebastian Huber1-125/+0
This patch is a part of the BSP source reorganization. Update #3285.
2013-12-23lm32: Add doxygenChirayu Desai1-4/+19
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-05-052009-05-05 Michael Walle <michael@walle.cc>Joel Sherrill1-106/+35
* shared/gdbstub/README, shared/gdbstub/gdb_if.h, shared/gdbstub/lm32-debug.S, shared/gdbstub/lm32-stub.c: New files.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-8/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-4/+4
2002-06-272002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill1-1/+12
* Added m68k serial stub that is thread aware. * ChangeLog, gdb_if.h, m68k-stub.c, Makefile.am: New files.
2002-03-082001-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill1-0/+18
* mips-stub.c: Debugged & tweaked the gdb command processing, zbreak stuff, breakpoint and step code. Implemented 'T' command support and debugged remote gdb support w/ the Mongoose bsp. Added the memory segment support. * memlimits.h: Disabled all contents in favor of memory sement support. This file could probably go away. * rtems-stub-glue.c (rtems_gdb_index_to_stub_id()): New routine. rtems_gdb_stub_get_register_from_context(): Implemented MIPS version. rtems_gdb_stub_get_offsets(): Implemented MIPS version. * README: Updated.
2002-02-272001-02-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+55
* Significant modifications including adding thread support, the 'X' command, and reorganizing so that target CPU independent routines could be reused. * gdb_if.h: Added numerous prototypes. * mips-stub.c: Added thread support as well as 'X' command. Also noticed that the 'P' command was from the mips protocol. * rtems-stub-glue.c: New file. This file contains all generic support which should be able to be reused on another target CPU.
2002-02-082002-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+3
* Makefile, stubinit.S, r46kstub.ld, ioaddr.h: Removed as unused with RTEMS. * r46kstub.c: Renamed to mips-stub.c. * mips-stub.c: New file -- was r46kstub.c. * memlimits.h: New file was limits.h. * limits.h: Removed. * r4600.h: Eliminated need for this file. * README: Updated. * gdb_if.h: Added CVS Id. * mips-stub.c: Attempt to deal with MIPS1 versus MIPS3.
2002-02-082002-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+105
* Merged r46kstub.c into RTEMS distribution without modification. I got the code from Franz Fischer <Franz.Fischer@franz-fischer.de> who had used this with an old version of RTEMS with the mips64orion port of RTEMS. After adding this to the repository, I will tailor this to work with the RTEMS exception processing model and trim no longer needed parts. * ChangeLog, gdb_if.h, ioaddr.h, limits.h, Makefile, mips_opcode.h, r4600.h, r46kstub.c, r46kstub.ld, README, stubinit.S: