Skip to content

Commit

Permalink
Adding more information about the structure of the data returned by `…
Browse files Browse the repository at this point in the history
…Inspector.lookup()`.

Signed-off-by: Andre Holzner <[email protected]>
  • Loading branch information
Andre Holzner authored and d-e-s-o committed Sep 5, 2024
1 parent b170887 commit 5e9d8cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/inspect/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ impl Inspector {
/// Look up information (address etc.) about a list of symbols,
/// given their names.
///
/// On success, this returns a vector of vectors of symbol information.
/// For each symbol name, a vector of addresses is returned, i.e. a given
/// symbol name can correspond to more than one address.
///
/// # Notes
/// - no symbol name demangling is performed currently
/// - for the [`Breakpad`](Source::Breakpad) source:
Expand Down

0 comments on commit 5e9d8cb

Please sign in to comment.