Package vdb :: Package extensions :: Module gdbstub
[hide private]
[frames] | no frames]

Module gdbstub

source code

Classes [hide private]
  GdbStubNotifier
Functions [hide private]
 
ethread(db, line)
Display information about the currently stopped ethread.
source code
 
eprocess(db, line)
Display information about the currently stopped eprocess.
source code
 
kpcr(db, line)
Show the kpcr structure for the currently stopped kernel.
source code
 
armcore(db, line)
Show / set the 'mode' of the arm core between arm and thumb.
source code
 
gdbmon(db, line)
Issue a gdb "monitor" command which allows access to the extensions inside the gdb stub.
source code
 
vdbExtension(db, trace) source code
Variables [hide private]
  __package__ = 'vdb.extensions'
Function Details [hide private]

ethread(db, line)

source code 

Display information about the currently stopped ethread.

Usage: ethread #FIXME support listing them #FIXME support ethread interp arbitrary address

eprocess(db, line)

source code 

Display information about the currently stopped eprocess.

Usage: eprocess #FIXME support listing #FIXME support eprocess interp address

kpcr(db, line)

source code 

Show the kpcr structure for the currently stopped kernel.

Usage: kpcr

armcore(db, line)

source code 

Show / set the 'mode' of the arm core between arm and thumb.

Usage: armcore [arm|thumb]

gdbmon(db, line)

source code 

Issue a gdb "monitor" command which allows access to the extensions inside the gdb stub.

Example: gdbmon r fs

(try: "gdbmon help" for info on supported commands in the target stub)