File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -963,6 +963,7 @@ namespace cpptrace {
963
963
const raw_trace& get_raw_trace() const;
964
964
stacktrace& get_resolved_trace();
965
965
const stacktrace& get_resolved_trace() const; // throws if not already resolved
966
+ bool is_resolved() const;
966
967
private:
967
968
void clear();
968
969
};
@@ -1054,6 +1055,12 @@ registered with cpptrace.
1054
1055
1055
1056
[jitci]: https://sourceware.org/gdb/current/onlinedocs/gdb.html/JIT-Interface.html
1056
1057
1058
+ # ABI Versioning
1059
+
1060
+ Since cpptrace vX, the library uses an inline ABI versioning namespace and all symbols part of the public interface are
1061
+ secretly under the namespace `cpptrace::v1`. This is done to allow for potential future library evolution in an
1062
+ ABI-friendly manner.
1063
+
1057
1064
# Supported Debug Formats
1058
1065
1059
1066
| Format | Supported |
You can’t perform that action at this time.
0 commit comments