Skip to content

Commit

Permalink
Add stackwalk/h/frame.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent c3fc839 commit 7281fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackwalk/h/frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class SW_EXPORT Frame : public AnnotatableDense {
};

typedef bool (*frame_cmp_t)(const Frame &a, const Frame &b);
SW_EXPORT bool frame_addr_cmp(const Frame &a, const Frame &b); //Default
SW_EXPORT bool frame_addr_cmp(const Frame &a, const Frame &b);
SW_EXPORT bool frame_lib_offset_cmp(const Frame &a, const Frame &b);
SW_EXPORT bool frame_symname_cmp(const Frame &a, const Frame &b);
SW_EXPORT bool frame_lineno_cmp(const Frame &a, const Frame &b);
Expand Down

0 comments on commit 7281fb0

Please sign in to comment.