Skip to content

Commit

Permalink
Update addr2line to v0.17.0 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson authored Nov 17, 2023
1 parent 6ba2a28 commit a833a1e
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 288 deletions.
63 changes: 11 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions ckb-gdb-remote-protocol/src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,7 @@ pub fn read_stat(v: &[u8]) -> io::Result<HostStat> {
/// TODO: doc
pub trait FileSystem {
/// Open a file on the remote stub's current filesystem.
fn host_open(
&self,
_filename: Vec<u8>,
_flags: HostOpenFlags,
_mode: HostMode,
) -> IOResult<u64> {
fn host_open(&self, _filename: Vec<u8>, _flags: HostOpenFlags, _mode: HostMode) -> IOResult<u64> {
Err(())
}

Expand Down
Loading

0 comments on commit a833a1e

Please sign in to comment.