Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//! Disclaimer: unless stated otherwise, any `pc`-like value in this codebase refers to an offset
//! in the program segment (the first VM segment), not a value of pc in a relocated trace.
//!
//! It is done this way since the debugger is a VM hook -
//! and during VM execution pc is a relocatable, not a value from a relocated trace entry.

mod connection;
mod debugger;

Expand Down