We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c6167 commit 419fc95Copy full SHA for 419fc95
src/target/ext/lldb_register_info_override.rs
@@ -38,10 +38,9 @@ impl<'a> Callback<'a> {
38
/// runtime-configurable target, it's unlikely that you'll need to implement
39
/// this extension.
40
pub trait LldbRegisterInfoOverride: Target {
41
- /// Invoke `reg_info.write(reg)` where `reg` is a
42
- /// [`Register`](crate::arch::lldb::Register) struct to write information of
43
- /// a single register or `reg_info.done()` if you want to end the
44
- /// `qRegisterInfo` packet exchange.
+ /// Invoke `reg_info.write(reg)` where `reg` is a [`Register`] struct to
+ /// write information of a single register or `reg_info.done()` if you want
+ /// to end the `qRegisterInfo` packet exchange.
45
fn lldb_register_info<'a>(
46
&mut self,
47
reg_id: usize,
0 commit comments