Home | History | Annotate | Download | only in include
History log of /src/sys/arch/pmax/include/db_machdep.h
RevisionDateAuthorComments
 1.5  06-Nov-2017  christos Cleanup and clarify the ELFSIZE mess:

We now have 2 variables automatically set in elf_machdep.h:

ARCH_ELFSIZE: the size for userland binaries
KERN_ELFSIZE: the size for the kernel binaries

DB_ELFSIZE has been deleted and KERN_ELFSIZE should have always the
same values DB_ELFSIZE used to have.

In sys/exec_elf.h, if ELFSIZE is not set, it is set to KERN_ELFSIZE
for the kernel and ARCH_ELFSIZE for userland. These defaults should
eliminate the need for most manual ELFSIZE setting.
 1.4  11-Apr-2011  mrg branches: 1.4.14;
obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code
in db_sym.[ch] as it is used by the elf version of crash(8).

i will be cleaning up the db_sym.c code in a follow up commit to avoid
having dead code compiled.
 1.3  09-Jan-2000  ad branches: 1.3.158; 1.3.164;
- Fix RCS Ids.
- Spacing.
- Protect from multiple inclusion in a consistant way (except on headers
that do nothing except function as mips header wrappers).
 1.2  23-Mar-1999  simonb branches: 1.2.8;
Move DB_{AOUT,ELF}_SYMBOLS (and DB_ELFSIZE) definition to port-specific
db_machdep.h file.
 1.1  07-Jul-1997  jonathan branches: 1.1.10;
DDB for mips.
Add DDB interface to /sys/arch/mips/mips..
Rework heuristic stack traceback to work with DDB.
Add hooks to print exception log from DDB.
Add hooks from pmax console drivers: call Debugger()
after break from serial console, or 'DO' key from LK-xxx.
 1.1.10.1  29-Mar-1999  nisimura - Catch up to recent changes in main trunk.
- Reorganize various #include's.
- Yield memcpy to Mach derivated one.
- pm_cnattach() now checks the existense of framebuffer card.
 1.2.8.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.3.164.1  06-Jun-2011  jruoho Sync with HEAD.
 1.3.158.1  21-Apr-2011  rmind sync with head
 1.4.14.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed