HomeFreeBSD

Mega update for the KDB framework: turn DDB into a KDB backend.
rS131952Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Mega update for the KDB framework: turn DDB into a KDB backend.
Most of the changes are a direct result of adding thread awareness.
Typically, DDB_REGS is gone. All registers are taken from the
trapframe and backtraces use the PCB based contexts. DDB_REGS was
defined to be a trapframe on all platforms anyway.
Thread awareness introduces the following new commands:
thread X switch to thread X (where X is the TID),
show threads list all threads.

The backtrace code has been made more flexible so that one can
create backtraces for any thread by giving the thread ID as an
argument to trace.

With this change, ia64 has support for breakpoints.

Details

Provenance
marcelAuthored on
Parents
rS131951: Hook the GDB backend into the build.
Branches
Unknown
Tags
Unknown

Event Timeline