From f32f083c81a5034530ac33ad2bc460dd234186a5 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 4 May 2025 20:43:32 -0400 Subject: [Rust] More cleanup regarding `BnString` - Removed `to_string` shortcut from `BnString`. - Misc formatting --- rust/src/debuginfo.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/debuginfo.rs') diff --git a/rust/src/debuginfo.rs b/rust/src/debuginfo.rs index 9336a28d..92c0170d 100644 --- a/rust/src/debuginfo.rs +++ b/rust/src/debuginfo.rs @@ -319,6 +319,7 @@ unsafe impl CoreArrayProviderInner for DebugInfoParser { /// /// Functions will not be created if an address is not provided, but will be able to be queried from debug info for later user analysis. pub struct DebugFunctionInfo { + // TODO: These need to be BnString if we want to support invalid UTF-8 short_name: Option, full_name: Option, raw_name: Option, -- cgit v1.3.1