Searched refs:debugger (Results 1 – 17 of 17) sorted by relevance
| /wasmtime-44.0.1/crates/debugger/src/host/ |
| H A D | api.rs | 178 fn debugger<'a>( in debugger() function 310 let d = debugger(self, &d)?; in get_module() 323 let d = debugger(self, &d)?; in get_memory() 338 let d = debugger(self, &d)?; in get_global() 353 let d = debugger(self, &d)?; in get_table() 368 let d = debugger(self, &d)?; in get_func() 383 let d = debugger(self, &d)?; in get_tag() 415 let d = debugger(self, &d)?; in add_breakpoint() 426 let d = debugger(self, &d)?; in remove_breakpoint() 454 let d = debugger(self, &d)?; in size_bytes() [all …]
|
| /wasmtime-44.0.1/crates/debugger/ |
| H A D | Cargo.toml | 2 name = "wasmtime-internal-debugger" 5 description = "INTERNAL: Wasmtime's guest-debugger functionality" 7 keywords = ["debugger"]
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-debugging-native-debugger.md | 19 3. Use a supported debugger: 45 enablement of additional native heap checks when under the debugger by default.
|
| H A D | examples-debugging.md | 7 time with `gdb` or `lldb`.](./examples-debugging-native-debugger.md)
|
| H A D | SUMMARY.md | 27 - [Debugging with `gdb` and `lldb`](./examples-debugging-native-debugger.md)
|
| /wasmtime-44.0.1/crates/debugger/wit/ |
| H A D | world.wit | 7 /// Print an informational message from the debugger (e.g. "listening 9 import print-debugger-info: func(message: string); 11 export debugger; 14 interface debugger { 17 /// Launch the debugger top-half (e.g., protocol server or UI) 22 /// `args` contains the command-line arguments of the debugger, 109 /// By default, if we are a "read-only" debugger, there is only 114 /// For example, the debugger can ask to insert a call to an arbitrary 132 /// Execution is subject to ordinary debugger events as with
|
| /wasmtime-44.0.1/crates/gdbstub-component/src/ |
| H A D | lib.rs | 43 impl api::exports::bytecodealliance::wasmtime::debugger::Guest for Component { 51 let mut debugger = Debugger { in debug() localVariable 63 if let Err(e) = debugger.run().await { in debug()
|
| /wasmtime-44.0.1/ci/ |
| H A D | vendor-wit.sh | 99 rm -rf crates/debugger/wit/deps 100 mkdir -p crates/debugger/wit/deps
|
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | debugger_component.rs | 23 impl api::exports::bytecodealliance::wasmtime::debugger::Guest for Component {
|
| /wasmtime-44.0.1/ |
| H A D | Cargo.toml | 63 wasmtime-debugger = { workspace = true, optional = true } 169 "crates/debugger", 285 wasmtime-debugger = { path = "crates/debugger", version = "=44.0.1", package = "wasmtime-internal-d… 610 "dep:wasmtime-debugger",
|
| H A D | Cargo.lock | 4755 "wasmtime-internal-debugger", 5000 name = "wasmtime-internal-debugger"
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | run.rs | 114 if self.run.common.debug.debugger.is_some() { in debugger_run() 126 self.run.common.debug.debugger = Some("<built-in gdbstub>".into()); in debugger_run() 135 if let Some(debugger_component_path) = self.run.common.debug.debugger.as_ref() { in debugger_run() 551 if self.run.common.debug.debugger.is_some() { in setup_epoch_handler()
|
| H A D | serve.rs | 224 if self.run.common.debug.debugger.is_some() { in debugger_setup() 235 self.run.common.debug.debugger = Some("<built-in gdbstub>".into()); in debugger_setup() 244 if let Some(debugger_component_path) = self.run.common.debug.debugger.as_ref() { in debugger_setup()
|
| /wasmtime-44.0.1/supply-chain/ |
| H A D | config.toml | 148 [policy.wasmtime-internal-debugger]
|
| H A D | imports.lock | 532 [[unpublished.wasmtime-internal-debugger]] 536 [[unpublished.wasmtime-internal-debugger]] 540 [[unpublished.wasmtime-internal-debugger]] 544 [[unpublished.wasmtime-internal-debugger]] 2064 [[publisher.wasmtime-internal-debugger]]
|
| H A D | audits.toml | 1049 [[wildcard-audits.wasmtime-internal-debugger]]
|
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | lib.rs | 276 pub debugger: Option<PathBuf>,
|