kdump.target module
-
class
kdump.target.Target(debug: bool = False)[source]
Bases: gdb.Target
-
close() → None[source]
-
fetch_registers(thread: gdb.InferiorThread, register: gdb.Register) → None[source]
-
has_execution(ptid: Tuple[int, int, int]) → bool[source]
-
open(filename: str, from_tty: bool) → None[source]
-
pid_to_str(ptid: Tuple[int, int, int]) → str[source]
-
prepare_to_store(thread: gdb.InferiorThread) → None[source]
-
classmethod
report_error(addr: int, length: int, error: Exception) → None[source]
-
set_fetch_registers(callback: Callable[[gdb.InferiorThread, gdb.Register], None]) → None[source]
-
store_registers(thread: gdb.InferiorThread, register: gdb.Register) → None[source]
-
thread_alive(ptid: Tuple[int, int, int]) → bool[source]
-
xfer_partial(obj: int, annex: str, readbuf: bytearray, writebuf: bytearray, offset: int, ln: int) → int[source]