+ /* NULL-terminate the list, if space is available */
+ if (frame_index != max_frames) {
+ bt[frame_index] = 0;
+ }
+
+ if (fp != 0 && frame_index == max_frames && was_truncated_out) {
+ *was_truncated_out = true;
+ }
+
+ if (user_64_out) {
+ *user_64_out = user_64;
+ }
+